Avada › Forums › Community Forum › Remove title, author and time
Tagged: images, Title, author and time remove, meta data
-
AuthorPosts
-
Hello,
I am using Avada 5.9.1. After the update to WP 5.2.2, I see on each page and each article the name of the author, the date and time the post was created. Please see my screenshot.I would like to remove the blue marked. This was not visible before the update. I have not found an option where I can disable this data. Could anyone help me, please?
I found the solution myself. If someone has the same problem here is the solution. Uncheck “Rich Snippets Title”, “Rich Snippets Author Info” and “Rich Snippets Last Update Date” in the options of the theme. These can be found in the advanced theme options. This is not an elegant solution because the rich snippets will not work anymore, but it’s a workaround.
I haven’t tried this yet, but you might want to add this code in your theme settings area.
<script>jQuery(document).ready(function($) { $('img[title]').each(function() { $(this).removeAttr('title'); }); });</script>
Read the full explanation here.
https://themeskills.com/fix-avada-displaying-image-title-hover/
I’ll update this thread if I get a chance to test this out soon.
-
AuthorPosts
- You must be logged in to reply to this topic.