Where can I change the display gallery on prettyPhoto after clicking on the picture.
Sat, 05/02/2015 - 06:22
No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.
Hi
We are not very clear about your questions
Please explain more with some screenshots for illustration
You should uncomment from line 996 to line 1001 in file custom.js
then go to file template.process.inc, under line 29, add the following:
drupal_add_js($themepath . '/js/onepage/jquery.prettyPhoto.js');
Or you can change from:
/*jQuery("a[rel^='prettyPhoto']").prettyPhoto({
overlay_gallery: true,
"theme": 'light_rounded',
keyboard_shortcuts: true,
social_tools: false
});*/
to:
jQuery("a[rel^='prettyPhoto']").prettyPhoto({
overlay_gallery: true,
"theme": 'light_rounded',
keyboard_shortcuts: true,
social_tools: false
});