• I am using PrettyPhoto Media. When I click on a video, a lightbox pops up. When I click on the “X” in the bottom right corner in order to close it, nothing happens, I cannot close the box. Anyone knows this problems?

    My console won’t help.

    Also I have tried to deactivate the rest of the plugins – but no solution.

    How can I manually make it close? I have tried the following jQuery code:

    jQuery(document).ready(function() {

    jQuery(‘.pp_close’).click(function() {

    jQuery(‘.pp_picholder’).fadeOut();
    jQuery(‘.movieContainer’).fadeOut();

    });

    })

  • The topic ‘Cannot close PrettyPhoto lightbox’ is closed to new replies.