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

    hello,
    I built a masonry galery – everything is perfect. Text appears by mouse hover – perfect. But suddenly appears the text twice, directly at the mouse on the right side in a little yellow field. How can I deleate the second text appearing?

    You can see, when yout stay with the mouse on the mansonry-picture for a while.

    greats Gabi

    • This topic was modified 5 years, 11 months ago by GaWi.
    #960535

    Hey GaWi,

    Please provide admin info in the private area below so we can work out the script to remove it.

    Best regards,
    Jordan Shannon

    #960714

    Hey Jordan,

    thanks.

    Greets Gabi

    #961051

    Hi,

    Add the following to your header.php file and it seems to have solved the issue:

    <script>
    jQuery(document).ready(function() {
        jQuery(".av-masonry-entry").removeAttr("title");
    });
    </script>

    Best regards,
    Jordan Shannon

    #961363

    Jordan, thanks! Fabulous!
    Like always, super help!
    Greets Gabi

    #961712

    Hi,

    No problem I’m glad I was able to help. If you need anything further please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Masonry galery mous hover twice the text’ is closed to new replies.