Hello,
I have a gallery object added.
When I hoover with the mouse over one of the images, the browser shows at the left botton the image path.
How can I hide this.
Hi,
Thanks for contacting us!
Please add following code to bottom of Functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/
function remove_title_attr(){
?>
<script>
jQuery(window).load(function(){
jQuery('#wrap_all a').removeAttr('title');
jQuery('#wrap_all img').removeAttr('title');
jQuery('.av-masonry-image-container').removeAttr('title');
});
</script>
<?php
}
add_action('wp_footer', 'remove_title_attr');
Cheers!
Yigit
Hi,
Thank but this is not working, site breaks up.
Hi,
Could you please create temporary admin logins and FTP logins and post them here privately so we can add it for you?
Best regards,
Yigit
Hi Yigit,
Please find the image in PC area.
It is about this, I was just told maybe this is not possible ?
Kind regards
Bart
If it is possible you can find all details in PC area