0

Well, I followed all the instructions and it doesn't work at all. Here is the page concerned by the problem : https://www.fluidtopics.com/take-a-tour/whats-new/ Featherlight is setup on the first big image (floating at right of the text) to open a lightbox with a video inside. I don't know where's the problem but it seems that the plugin doesn't fire.

Thanks a lot for any help

sugardaddy
  • 23
  • 1
  • 6

1 Answers1

2

It works fine, except your whole site has a z-index of 250, so the featherlight box opens "behind".

Change featherlight's CSS to a z-index of 250 or higher and you will see the dialog box.

The default z-index has been increased to avoid this in future releases.

Marc-André Lafortune
  • 78,216
  • 16
  • 166
  • 166
  • That was so simple... thanks a lot for your help !! Now the player doesn't work but that's another subject ;-) – sugardaddy Mar 18 '15 at 08:21