Tagged: 

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

    Hi togehter,

    i have the problem, that i got a stupid mouseover over my different page sections. When i hold the mouse over a content, a little “window” appear with “page 2” or something. It´s a bit difficult to describe. I know, that this mouseover is relativ normal when you go to a picture. In normal cases the overlay shows the picturename or something like this. But on my page, this overlay shows everything and this look very ugly. I know, this is a spec from my page and not from my browser(s), because i know other enfold-pages and they don´t show this ugly mouseover.

    Has anybody an idea, how to switch this off?!? Thank you very much.

    Best regards from Germany, Lars

    #475907

    Hi Lars!

    It doesn’t appear that the temporary account has access to the main website or to open posts/pages.

    Cheers!
    Dake

    #475914

    Hi.

    Realy? Can i send a screenshot to avoid misunderstandings? Or a better way, i´ve load a screenshot to my server:
    https://www.heimbote.de/wp-content/uploads/2015/07/Overlay.jpg

    Thank you and regards, Lars

    #475991

    Hey elbi1971!

    This is what I’m seeing while logged in:

    http://i.imgur.com/MpTy3cM.png

    http://i.imgur.com/MpTy3cM.png

    Regards,
    Dake

    #476008

    Hi again,

    OK there is the misunderstanding… I talk about the Frontend, your screenshot where from the backend ;-)

    THX, Lars

    #476010

    Hi!

    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');

    Regards,
    Yigit

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