New Landing How can we help? Themeforest Theme Support Flexform Title tag from images are being removed.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Posted in: Flexform
  • #44558
    Axle
    Member
    Post count: 7

    hey, why title tag is removed from images. here is my site
    http://montag.mystagingwebsite.com/our-people

    is there any script in flexform that removes the <img title tag ??

    #45265
    Melanie – SUPPORT
    Member
    Post count: 11032

    I will forward this to the developer for clarification, as this would have to be implemented to the theme.

    subscribed

    #45304
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Axle,

    Yes, they are removed with jQuery to stop the title showing on hover. This doesn’t affect SEO, as it’s removed after load.

    You can stop this by commenting out /js/functions.js lines 999-101:

    jQuery('img[title]').each(function() {
    	jQuery(this).removeAttr('title');
    });

    Hope that helps.

    – Ed

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register