I have a question:
I am trying to disable the titles on my slideshow images.
As per another thread here, I added this:
$.avia_utilities.avia_ajax_call = function(container)
{
$(‘div,a,img’).removeAttr(‘title’);
to my js/avia.js file with no results.
I also tried this:
.avia-slideshow .avia-caption .avia-caption-title {display:none !important;}
in my quick css. No changes.
Can you help me with this? I don’t want any pop-up titles or captions on the slideshows on a page like this:
http://www.copenhagenfilmcompany.dk/2014/
almost done with this –
thanks very much for your support!
n