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

    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.

    #1321070

    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

    • This reply was modified 3 years, 2 months ago by Yigit.
    #1321187

    Hi,

    Thank but this is not working, site breaks up.

    #1321211

    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

    #1321218

    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

    #1321219

    If it is possible you can find all details in PC area

    #1321221

    Hi,

    Thanks! Theme Editor seems to be disabled on your installation. Could you please post temporary FTP logins as well?

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.