Support » Theme: Writr » A problem with PrettyPhoto (or any plugin that uses lightbox)

  • Resolved vdl

    (@dellalibera)


    I tested two different plugins: WP Video Lightbox and Responsive Lightbox. But the two plugins have the same error: close button (X) is faulty.

    I then tested another template and the problem disappeared.

    See: http://voadora.com/2014/test-lightbox/

    All other plugins are disabled.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    It looks like the close button is hiding underneath the lightbox modal window. If you add this to your theme’s CSS it should bring it to the top layer so it can be clicked more easily to close the window:

    .pp_close {
         z-index: 1;
    }

    The theme developer had a look and didn’t immediately see anything in the theme that would be causing this, so this is probably the easiest route to go to make the “close” button clickable.

    Thread Starter vdl

    (@dellalibera)

    I tried it but did not bring forward button.

    The window did not work responsively lightbox onscreen Android and iPhone so I will not use it. So the problem was solved.

    Thank you very much Kathryn.

    Moderator Kathryn Presner

    (@zoonini)

    I tried it but did not bring forward button.

    Hmm, that’s odd as it worked for me in Firebug.

    The window did not work responsively lightbox onscreen Android and iPhone so I will not use it. So the problem was solved.

    Glad you’re sorted!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A problem with PrettyPhoto (or any plugin that uses lightbox)’ is closed to new replies.