Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #731126

    Hi Guys,
    I have a problem:
    I have a few banner images in the sidebar on http://e3zine.com and when i hover over them, the image overlay does not act normally, but it only shows a small 10px overlay on the top of the image. Looking at the code i see: style=”left: -5px; top: -221.167px; overflow: hidden; display: block; height: 238px; width: 298px;”> added by the Javascript.
    After the second hover, everything is back to normal and the overlay is working fine.
    Can you tell me why this is happening? Can i somehow turn of the overlay, if we can’t figure out, why it’s happening?
    Thanks!

    #731742

    Hey Max,

    Which version of te theme are you using?

    You can add following code to Quick CSS in Enfold theme options under General Styling tab to remove image overlay in sidebars

    .sidebar .image-overlay {
        display: none!important;
    }

    Best regards,
    Yigit

    #731964

    Hi Yigit,

    Latest version is in use.

    Any ideas why the overlays are acting like this?

    #733237

    Hi,

    Seems like a plugin you are using is causing the issue. I see that you have removed image overlays. If you would like to look further into it, please de-activate all active plugins and check if that helps.

    Best regards,
    Yigit

    #734151

    Hi,
    That’s sadly impossible. The site is live and depends on a lot of the plugins.
    I’ll have to find a different solution…

    Thanks!

    #734153

    Hey!

    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 :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image Overlay Problem in sidebar’ is closed to new replies.