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

    Hi Support,

    We have added products to our website with enfold as well. However when we mous-over a product it shows the filename and not the description or ALT text.

    Is there a way to fix this?

    Thanks a lot!

    Marco

    #234155

    Hi Marco!

    Can you post a link to your product/shop page please? Afaik Enfold doesn’t display a tooltip at all and all product images have an alt text and thus it should be displayed if a tooltip pops up.

    Best regards,
    Peter

    #234591
    #234695

    Hi!

    You can edit js > avia.js to prevent the title from showing. Find this code on line 5:

    $(document).ready(function()
        {
            var aviabodyclasses = AviaBrowserDetection('html');
    

    Add this code below:

    $('#top .product div.images img').attr('title', '');
    

    Regards,
    Ismael

    #234705

    Thank you, i will try this.

    #235298

    Hey!

    Please let us know if you need more help.

    Cheers!
    Peter

    #236560

    MMzzz… hang on i did not understood this correctly. I would like to show the ALT text instead of the TITLE of the products when you mouse over an picture of a product. If i just remove the title i will still not have the ALT text displayed or not?

    #236580

    Hey guys,

    Funniest thing ever, i updated the site today with the latest update….. and it fixed my issue!!! :-)

    Thanks you guys rock, so is your support!

    Marco

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mouse over product show filename in stead of ALT tekst’ is closed to new replies.