-
AuthorPosts
-
May 19, 2016 at 10:13 pm #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!
May 20, 2016 at 3:09 pm #635920Hey 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,
YigitMay 23, 2016 at 10:04 pm #637095Thanks Yigit.
That was the first thing I tried to do:
Any other ideas? Is there some code that you can share with me so this feature will work?
Thanks,
Eric
May 23, 2016 at 11:24 pm #637132Hi,
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,
YigitMay 24, 2016 at 9:49 pm #637742See private response…
May 26, 2016 at 4:55 pm #638818Hi,
check if it’s working for you with a default WP theme and let us know about your results.
Best regards,
AndyMay 26, 2016 at 5:44 pm #638849It 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:
Thanks
May 27, 2016 at 2:11 pm #639282Hi,
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,
YigitMay 27, 2016 at 4:02 pm #639351YESS!!!! YAY!!! THANK YIOU! It works perfectly. Thanks for your help. :)
May 27, 2016 at 4:08 pm #639354Hi!
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 -
AuthorPosts
- The topic ‘Title tags in Blog Posts for Front Page’ is closed to new replies.