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

    Hi!

    I don’t know why but since the last update, the css command .image-overlay { display: none!important; } doesn’t work…

    Do you know why please?

    Thank you

    #319582

    Hey squaic!

    Thank you for using Enfold.

    It does work fine on our installation. I checked the site and I don’t see any hover effect or overlay on the images.

    Best regards,
    Ismael

    #322191

    Hi Ismael!

    It’s strange because I tried on different computer and I still have the same problem..

    Thanks!

    #322200

    Hi!

    That code is getting applied as expected – http://screencast.com/t/8nxQsiX1f

    If you still don’t note it try re-entering in Quick CSS at the very start.

    Best regards,
    Josue

    #325360

    Hi Josue!

    Still doesn’t work :(

    I don’t understand why because I tried on different computers, change the position in the Quick CSS, etc.

    #325381

    Hey!

    Try adding this code to the Quick CSS:

    .overlay-type-extern{ display: none !important; }
    

    Cheers! 
    Josue

    #328067

    Hi Josue!

    It’s still not working.. Are you sure you don’t see the name of the images? I tried your code, without code, check the overlay option, and I still have the name.. :(

    Adrien

    #328071

    Hi!

    If you would like to remove image titles, please add following code to Functions.php file in Appearance > Editor

    function add_custom_tooltip(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('a').removeAttr('title');
    jQuery('img').removeAttr('title');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_tooltip');

    Image overlays are not displayed on my end currently, only image titles are visible when you hover on images

    Cheers!
    Yigit

    #328154

    Hi Yigit!

    You’re right.. It was not the overlay but the titles :/

    I used your code and now it’s perfect!

    Thank you for your help!

    Cheers!
    Adrien

    #328155

    Hey!

    You are welcome Adrien, glad we could help :)
    If you could post a screenshot of the element you would like to edit next time, i am sure we will help you with it faster :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Problem image overlay’ is closed to new replies.