Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #635568

    Friends,

    I am trying to get some title tags for my images throughout the site, but mostly on the front page in the Blog Post area. This is an Americans with Disabilities Act guideline that I must follow:

    http://www.techrepublic.com/blog/web-designer/creating-an-ada-compliant-website/

    Right now I get this:

    a href=”https://www….” title=””

    I can’t seem to figure out how to get the TITLE in there so it will appear on the page to visitors on a mouseover. I have tried numerous plugins but nothing works.

    I appreciate your help!

    #635920

    Hey epesola,

    Please go to Media > Library and edit your images and give them titles :)
    Also, if you previously have added custom code such as this one to hide titles – http://kriesi.at/documentation/enfold/remove-image-titles-that-show-up-when-you-hover-on-images/, please remove it.

    Best regards,
    Yigit

    #637095

    Thanks Yigit.

    That was the first thing I tried to do:

    screen grab

    Any other ideas? Is there some code that you can share with me so this feature will work?

    Thanks,

    Eric

    #637132

    Hi,

    Can you please update WordPress to the latest version as well? If that too does not help, please create a temporary admin login and post it here privately so we can look further into it.

    Best regards,
    Yigit

    #637742

    See private response…

    #638818

    Hi,

    check if it’s working for you with a default WP theme and let us know about your results.

    Best regards,
    Andy

    #638849

    see it works

    It works on some places on the theme — as is — but not all places. Please see screen grab.

    And yes the “title” tag does work with the default WP theme:

    WP 2012

    Thanks

    #639282

    Hi,

    Please go to enfold/config-templatebuilder/avia-shortcodes/postslider.php file and find
    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
    and change it to
    $output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title='$title'>{$thumbnail}</a>" : "";

    Best regards,
    Yigit

    #639351

    YESS!!!! YAY!!! THANK YIOU! It works perfectly. Thanks for your help. :)

    #639354

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Title tags in Blog Posts for Front Page’ is closed to new replies.