Tagged: NextGen
Hello
i’m having some problems with the nextgen hover effect, using the enfold theme
Supposed that the image title and description shows up when i hover over the image, but i only get the dark overlay.
The text of the image shows up within the sourcecode and i already contacted nextgen support, which made clear that the culprit is simething within the enfold theme.
Note that I did install other themes and they work just fine
Please click here:
Test Page and scroll down a bit until you see the nextgen gallery (9 images)
To make this clear, i only use the nextgen gallery, as the client wants the hover effect (using the layout as shown on the test page) i did try a hover effect plugin, but couldnt get it to work correctly to be responsive – the images should stack when using mobile.
So, i need to get the nextgen gallery working 100% or maybe, if thats not possible, someone can point me to another solution, where the layout and effect would be the same as with the nextgen gallery
Thanks for any help
cheers
Louis
Nevermind, i just figured it out.
In case you are running into the same problem the simply add this to your custom CSS
figure.ngg-figure {
z-index: 999;
}
Hi,
Great, glad you found a solution and thanks for sharing :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi
yes this issue has been resolved
just a s a side note, I had to set the z-index value to 400 as the gallery was hiding part pf the dropdown menu
So, here the correct fix
figure.ngg-figure {
z-index: 400;
}
Hi CRLouis,
Glad you got it working for you and thank you for sharing! :)
If you need further assistance please let us know.
Best regards,
Victoria