• Resolved eric.hoegee

    (@erichoegee)


    Hi, first of all great plugin!

    I do have an issue though, if i hover over my icon it switches to the hover icon which works fine but if i hover over them a couple of times they remain hovered, they wont turn back in the default icons. Got any tips for me?

    http://www.ecigguide.com

    Check the dropdown for “ecig reviews”. It seems to work but hover a couple of times and they will remain active.

    Hope you can help me

    https://wordpress.org/plugins/menu-image/

Viewing 3 replies - 1 through 3 (of 3 total)
  • zviryatko

    (@zviryatko)

    Hi, your theme adds animation on hover to all images
    https://dl.dropboxusercontent.com/u/12457762/screenshot/screenshot-2016-04-05_16%3A35%3A16.png
    to fix this add another exception to .not(), like .menu-item img

    Hello, I have the same issue, my theme is changing on hover image, leaving the on hover active, I try with other theme and works well. Could you say me how can I add the exception that you say. I’m not understanding really good.

    Thank you very much.

    Hi!

    Try to search for all files with .js format in your theme. You can found code related to animation, seems it conflicts with menus. In this code you can see the line similar to this one jQuery('a img').not('.featured-image img, ...'). Add to section .not(...) new CSS selector for images from menu, to see something like: .not('.featured-image img, .menu-item img')

    • This reply was modified 7 years, 3 months ago by zviryatko.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Icons keep hover state after hover’ is closed to new replies.