Viewing 4 replies - 1 through 4 (of 4 total)
  • Sorry for the delay,

    Looks like they’re working for you now: https://cloudup.com/c7M3dFQ6mfT

    Thread Starter kosmonaft

    (@kosmonaft)

    Hi,

    Sorry for my late answer.

    Yes currently is working, because I added the following code into the js file:

    jQuery(document).ready(function() {
    					    jQuery("a[rel^='prettyPhoto']").prettyPhoto({
    					    	social_tools : false,
    					    	show_title : false
    					    });
    					  });

    Without this it doesn’t work.
    I was thinking that plugin is somehow adding this code.
    Maybe you should add this information in Installation?

    I have one additional question.

    Is it possible to change the size of loading image (instead of Thumbnails I would like to load Medium size)?

    You don’t need to add any additional code to get it working. This isn’t something I can add to the installation instructions since it is only affecting your site. If you remove the code you added I’d be more than happy to help you resolve the issue without the need for more code. Let me know!

    Is it possible to change the size of loading image (instead of Thumbnails I would like to load Medium size)?

    Yes you can, using the easy_image_gallery_thumbnail_image_size filter. eg:

    function sumobi_custom_easy_image_gallery() {
        return 'medium'; // the image size
    }
    add_filter( 'easy_image_gallery_thumbnail_image_size', 'sumobi_custom_easy_image_gallery' );
    Thread Starter kosmonaft

    (@kosmonaft)

    Hi,
    It will be great if you could help you.
    Maybe we can arrange some day of the next week to try the found the issue?

    I already figured out the thumbnails size ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘LightBox is not working’ is closed to new replies.