Hello @pauliusr,
We actually don’t add any “hide” functionality of captions from the theme 🙂
Could you please share your website url so I could take a closer look and understand what’s happening on your end?
I might have not explained it well enough. One of the solutions to my problem could be:
<script>
jQuery(document).ready(function($) {
$('img[title]').each(function() { $(this).removeAttr('title'); });
});
</script>
This little piece of JS does the trick. However, it is not the best of solutions as it hides the title meta completely, but at least I don’t get to see raw HTML caption on mouse over. I would prefer displaying Title meta info on mouse over instead of caption.
-
This reply was modified 3 years, 3 months ago by PauliusR.
-
This reply was modified 3 years, 3 months ago by PauliusR.
-
This reply was modified 3 years, 3 months ago by PauliusR.
Hey @pauliusr,
I’m still not sure 100% if I understood you correctly.
Could you please record a video or at least show a screenshot so I could know about what are you exactly referring?
Thank you.
I have made a couple of screenshots. I hope these explain the situation better:
Screenshot 1
Screenshot 2
-
This reply was modified 3 years, 3 months ago by PauliusR.
Hey @pauliusr,
Thanks for providing those screenshots.
Could you also please share your website URL so I could inspect your setup?
If you don’t want to share your website link here you can send us an email at hq@creativethemes.com
Hello @pauliusr,
I think I understood you now, thank you very much for your patience and explanations.
We where able to spot the problem and will come with a fix in the next update.
If everything goes well the next update will be released this week 🙂
Cheers!
That’s great news. And thank you for all of your rapid responses. I am blown away by how productive one can be 🙂
You’re welcome @pauliusr 🙂
Don’t hesitate to get in touch if you will have any other questions.
Have a nice day!