• The plugin works excellently, but there is no option for you to turn on the navegation controls on the lightbox.

    To do this manually, add this javascript to your theme:

    jQuery( function($) {
    $('#blueimp-gallery').addClass('blueimp-gallery-controls');
    });

    Or add the blueimp-gallery-controls class directly to the div in the plugin’s template file at wp-content/plugins/blueimp-lightbox/tmpl/blueimp-gallery.html, although you will lose this alteration if you ever upgrade the plugin.

  • The topic ‘Works well, but there is no option to turn on the navegation’ is closed to new replies.