-
AuthorPosts
-
September 15, 2014 at 6:17 pm #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
September 16, 2014 at 6:32 am #319582Hey 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,
IsmaelSeptember 20, 2014 at 3:36 am #322191Hi Ismael!
It’s strange because I tried on different computer and I still have the same problem..
Thanks!
September 20, 2014 at 6:42 am #322200Hi!
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,
JosueSeptember 26, 2014 at 3:04 am #325360Hi Josue!
Still doesn’t work :(
I don’t understand why because I tried on different computers, change the position in the Quick CSS, etc.
September 26, 2014 at 3:45 am #325381Hey!
Try adding this code to the Quick CSS:
.overlay-type-extern{ display: none !important; }Cheers!
JosueOctober 1, 2014 at 2:03 pm #328067Hi 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
October 1, 2014 at 2:06 pm #328071Hi!
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!
YigitOctober 1, 2014 at 3:08 pm #328154Hi 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!
AdrienOctober 1, 2014 at 3:11 pm #328155 -
AuthorPosts
- The topic ‘Problem image overlay’ is closed to new replies.
