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
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
Sure, here it is: http://www.studiobuccia.nl/product/biologische-bosvruchten-shake-groot/
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
Thank you, i will try this.
Hey!
Please let us know if you need more help.
Cheers!
Peter
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?
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