Tagged: , , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #565368

    I am experiencing problems with a page created with Enfold theme. The URL is http://www.tecnigap.com/oposiciones/administracion-justicia/

    1- How can I remove the hover effect on the images with a link?
    2- When you move the mouse over the images, sometimes a white layer appears and hides the images partially. is this a bug? How can I fix it?

    I don’t know if this page has some error because it loads too low (more than the rest of the pages) although it is a very simple page.

    Thanks.

    #565599

    Hey inlinguamadrid!

    Use this code in Quick CSS field:

    .avia-image-container {
    pointer-events: none;
    }
    

    Cheers!
    Andy

    #565601

    Hey inlinguamadrid!

    1- Please go to Enfold theme options > Advanced Styling and edit “Linked Image Overlay”
    2- Can you please try de-activating all active plugins and check if that helps?

    Regards,
    Yigit

    #565663

    Hello.

    Applied this code to the Quick CSS field:
    .avia-image-container {
    pointer-events: none !important;
    }

    The problem is that the link of the image is removed with this command. I want to maintain the link in the image, but not the hover effect (the icon and animation). As soon as I applied the CSS command, the layer problem disappeared, so I think its some kind of bug. I’ve not changed the “Linked Image Overlay” never, so it has the default configuration.

    #565667

    Hi!

    Have you referred to my post here – https://kriesi.at/support/topic/image-hover-effect-error/#post-565601

    Best regards,
    Yigit

    #566054

    Hello Yigit.

    I followed your advice and everything is ok now.

    Thanks.

    #566278

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Have a great weekend!

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Image Hover Effect + Error’ is closed to new replies.