Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1207638

    How do we remove the image title attribute on hover of images? We tried using CSS and it caused our posts using the masonry grid to not be clickable. We would like none of the image attributes to be shown on hover and all of the masonry girds to still be clickable (specifically our posts). Please advise. Thanks!

    #1207661

    Hey brockwatson,

    This is possible via JS. Can you provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1207898

    Links provided in private content area. Thanks

    #1207938

    Hi,

    Apologies, I meant admin info. This would require admin info to workout the js.

    Best regards,
    Jordan Shannon

    #1207984

    See private content. Thanks

    #1207985

    Hi,

    The login provided is not working for me. Can you check again?

    Best regards,
    Jordan Shannon

    #1208036

    Please see private content

    #1208041

    Hi,

    I add this js:

    $('a.av-masonry-entry[title],.av-masonry-image-container').mouseenter(function () {
       $("a.av-masonry-entry[title],.av-masonry-image-container").removeAttr("title");
    });

    Please test.

    Best regards,
    Jordan Shannon

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