Hi there,
Just a very small issue – I have an Easy Slider running and when a slide is moused over the image title appears briefly.
Up until 3.3.2 I was able to comment out the line in avia-shortcodes > slideshow.php (Line 728) like this:
//$linktitle = trim($slide->post_title) ? esc_attr($slide->post_title) : "";
Now after 3.4.2 update slideshow.php has changed and is much smaller.
Can you please tell me how I can remove image title ‘tooltips’ in Easy Slider ?
Thanks, obviously not an important issue :)
Regards, David
Hi hawea74!
It’s now in /enfold/config-templatebuilder/avia-shortcodes/helper-slideshow.php. It’s used for most of our slideshows now so there is a couple of areas where titles are set. I think the one your looking for is line 363.
$linktitle = trim($slide->post_title) ? esc_attr($slide->post_title) : "";
Best regards,
Elliott
Great thanks Elliot, that’s fixed it :)
Please mark as resolved.
Regards, David