• Resolved myev

    (@myev)


    Hello,

    I had issues with a new installation of your plugin on a new wordpress. I enjoyed the plugin for months before that, but now there’s a strange zoom out effect on hover, making every picture reduce and disappear when the mouse is over.
    I’ve noticed that when I create a new gallery, everything seems normal. But as soon as I change images order, the bug appears.
    I tried to disable every plugin, but it didn’t change anything.
    I’m running out of ideas…

    Thank you in advance for your help with this issue.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @myev,

    From what I can see there is a custom CSS code added that causes this issue.
    This is the code:

    #ftg-11 .tile:hover img {
    	-moz-transform: -moz-rotate(0deg) -moz-scale(0);
    	-webkit-transform: -webkit-rotate(0deg) -webkit-scale(0);
    	-o-transform: -o-rotate(0deg) -o-scale(0);
    	-ms-transform: -ms-rotate(0deg) -ms-scale(0);
    	transform: rotate(0deg) scale(0);
    }

    Please remove that and it should fix it.

    Warmly,
    Mihaela

    Thread Starter myev

    (@myev)

    Thank you for your quick answer.
    The problem is, I have absolutely no custom CSS in the settings of any of my galleries, or in my theme.
    I really don’t know where this code comes from.

    If you cannot find it, then you could overwrite it using this code in Appearance > Customize > Additional CSS:
    #ftg-11 .tile:hover img { transform: none !important; }

    Warmly,
    Mihaela

    Thread Starter myev

    (@myev)

    Great! Eventually I’ll try to figure out where this code comes from, but for now it works.
    Thank you so much for your help!

    deelt23

    (@deelt23)

    hello,

    i have the same problem

    to copy: #ftg-11 .tile:hover img { transform: none !important; }
    under design -> customizer -> additional CSS doesn’t work. Do you have a nother solution? Or do i something wrong?

    here is my page: https://deniseleiting.de

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Hover bug in galleries’ is closed to new replies.