Tagged: easy slider, hover
Hi,
it’s a bit annoying: when I upload a file, for example called “slider-03” with the “Easy Slider” feature within the “Advanced Editor”, then when I hover ove this image, then it shows the file name “slider-03”.
Sure, I can access my media library and changing there the name of this image – but it’s a bit time consuming, if you use lots of images at your ENFOLD site :-(
Isn’t there any other way to correct this?
Thanks.
Hey colorit2!
Browsers render the title attribute differently. We really don’t have any control over them. You can edit js > avia.js, find this code on line 5-6:
$(document).ready(function()
{
Add this code below:
$(".avia-slideshow li img").attr('title', '');
Remove browser cache then reload the page a few times.
Best regards,
Ismael
Hi there. Has anyone been successful with this fix? It doesn’t seem to be working for me.