Title: Hover bug in galleries
Last modified: April 6, 2022

---

# Hover bug in galleries

 *  Resolved [myev](https://wordpress.org/support/users/myev/)
 * (@myev)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hover-bug-in-galleries/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhover-bug-in-galleries%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hover-bug-in-galleries/#post-15535184)
 * Hi [@myev](https://wordpress.org/support/users/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](https://wordpress.org/support/users/myev/)
 * (@myev)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hover-bug-in-galleries/#post-15537490)
 * 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.
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hover-bug-in-galleries/#post-15539600)
 * 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](https://wordpress.org/support/users/myev/)
 * (@myev)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/hover-bug-in-galleries/#post-15539651)
 * 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](https://wordpress.org/support/users/deelt23/)
 * (@deelt23)
 * [4 years ago](https://wordpress.org/support/topic/hover-bug-in-galleries/#post-15671317)
 * 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](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.

 * ![](https://ps.w.org/final-tiles-grid-gallery-lite/assets/icon.svg?rev=3184352)
 * [Image Photo Gallery Final Tiles Grid](https://wordpress.org/plugins/final-tiles-grid-gallery-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/final-tiles-grid-gallery-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/final-tiles-grid-gallery-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/final-tiles-grid-gallery-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/final-tiles-grid-gallery-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/final-tiles-grid-gallery-lite/reviews/)

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 5 replies
 * 3 participants
 * Last reply from: [deelt23](https://wordpress.org/support/users/deelt23/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/hover-bug-in-galleries/#post-15671317)
 * Status: resolved