Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1006774

    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

    #1006800

    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;
    }
    #1006893

    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

    #1007161

    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;
    }
    • This reply was modified 6 years, 2 months ago by CRLouis.
    #1007227

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.