• Resolved scott1981

    (@scott1981)


    Don’t know why but sometimes when I click on the image, instead of opening a Lightbox it takes me to the image url. What can be the reason and how to fix it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author grandwp

    (@grandwp)

    Dear @scott1981

    Please, add the code below to this class Your class name

    jQuery(document).ready(function(){
    	
    	jQuery('.yourclass').click(function() {
            
            return false;
        });

    Do not forget to clean cache files after saving the changes.

    Thread Starter scott1981

    (@scott1981)

    Thank you! Works perfectly now. You guys are the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Popup not opening from time to time. How to fix?’ is closed to new replies.