Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #234458

    Hi guys,

    How do I stop the image name showing on hover over the full screen ez slider?

    Thanks!

    Best,
    Jonathan

    #234461

    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');
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Slider filename popup’ is closed to new replies.