-
AuthorPosts
-
April 13, 2015 at 11:34 am #427420
Can you help please?
I have saved my images for the slider and successfully updated the titles. However for one of the images it is still finding the title of the image and using it for alternative text even though I have changed the title (actually removed the title from this specific image) by r Click image – Properties – Details and removed the title. Why does it keep appearing? Is it finding the previous versions for some reason?
http://www.identifyhr.co.uk/ third image on the slider – it is picking up the title ‘Business Suit’ from somewhere.Many thanks,
JennyApril 13, 2015 at 6:37 pm #427706Hey Jenny!
You can add following code to Functions.php file in Appearance > Editor to remove alt text
function add_custom_tooltip(){ ?> <script> jQuery(window).load(function(){ jQuery('a').removeAttr('title'); jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_tooltip');Cheers!
YigitApril 14, 2015 at 10:45 am #428114Is there any way of doing this without accessing the php files please?
April 15, 2015 at 6:04 am #428694Hi!
You could try to delete the image in question and then upload it again?
Best regards,
RikardApril 15, 2015 at 10:22 am #428775I have already tried that about 5 times and changed the title by the method described in my original question.. Will try and access the php files.
Thanks for your time and help.
April 15, 2015 at 11:30 am #428808Hey!
You can try using this plugin – https://wordpress.org/plugins/img-title-removal/
Best regards,
YigitApril 15, 2015 at 11:34 am #428811Hey!
If you have problems with adding the code to functions.php, we can help you.
You can create us a temporary admin account and can post it here as a private reply.
Best regards,
GünterApril 15, 2015 at 11:45 am #428820I will try the plugin and then let you know.
Thank you for your continued support.April 16, 2015 at 10:10 am #429463 -
AuthorPosts
- You must be logged in to reply to this topic.
