Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #536265

    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

    #536673

    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

    #536856

    Great thanks Elliot, that’s fixed it :)

    Please mark as resolved.

    Regards, David

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Image titles in East Slider’ is closed to new replies.