Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1398744

    Hello
    I need to delete the zoom effect with mouse hover con masonry gallery
    I need static photos but with masonry gallery. How can I do that? Could you help me?

    thanks

    #1398751

    Hey morfologia,

    Thank you for the inquiry.

    You can adjust the hover effect of the Masonry Gallery by adjusting the Image Hover Effect settings in the Advanced > Animation panel. Set it to the last option to disable the hover effect.

    Best regards,
    Ismael

    #1398752

    I tried but hover effect stil remains

    #1398772

    Hi,

    Thanks for the update. On which page are you using the element in question?

    Best regards,
    Rikard

    #1398774

    In all the portfolio posts and on Rewards page

    #1398782

    Hi morfologia,

    Please try to disable CSS File Merging And Compression in Enfold > Performance and flush out cache.
    Hope this helps.

    Best regards,
    Nikko

    #1398794

    Even though it is disabled zoom on hover still remains
    On mobile it’s ok, on desktop still remains

    #1398805

    Hi,

    I added the following code to the Quick CSS field in Enfold theme options > General Styling

    
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
      -webkit-transform: none;
      transform: none;
    }
    

    Please review your website.

    Regards,
    Yigit

    #1398833

    thanks a lot!
    Now it works!!

    #1398841

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘delete zoom effect in masonry gallery’ is closed to new replies.