Zoor Gallery

How do i group the gallery images, so there are forward backward buttons on the prettyphoto box?

Comments

user
Submitted by Tamer on Tue, 03/08/2016 - 09:53

when i add a rel="gallery" to the links, i recieve the following error:
page not found 04/03/2016 - 11:17 sites/all/themes/zoor/js/jquery-1.10.2.min.map Anonymous (not verified)

user
Submitted by admin on Tue, 03/08/2016 - 10:42

Currently the inbuilt gallery with the theme do not support Next , Previous feature.
It Support single image only.

Please follow below steps to enable this feature.

  1. Open /js/custom.js in any text editor.
  2. Find Following codes.
    jQuery("#gallery a").attr('rel', 'prettyPhoto');
  3. Replace above code by follwoing code.
    jQuery("#gallery a").attr('rel', 'prettyPhoto[1]');
  4. Save custom.js file.
  5. Clear browser cache and Drupal cache.

Done!!