Hi guys,
How do I stop the image name showing on hover over the full screen ez slider?
Thanks!
Best,
Jonathan
I searched the forums and found this advice – seemed to work! If this is what you would recommend and it doesn’t affect anything else I wouldn’t want then this should be good now =)
Modify enfold/js/avia.js. Open up the file and replace
$.avia_utilities.avia_ajax_call = function(container)
{
with
$.avia_utilities.avia_ajax_call = function(container)
{
$('div,a,img').removeAttr('title');