Hello!
All my pages have a bug with the text overlapping itself. How can I solve this issue?
This only happens on pages/some plugins like adblockers and not on posts.
The webpage is: http://www.outplayed.it
Some examples: https://imgur.com/a/gy9wkry
Best regards
Hi,
I think that this is a plugin problem, as I can see autoptimize plugin set an line height on 0 -> https://i.imgur.com/jiNq9cY.png , please deactivate ALL plugins except tagDiv plugins (theme plugins), also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the results!
Hi, this is the only way to find out what plugin is provide the problem. But if you do not want to disable these plugins and the problem is only for the page content, then you can use a custom css like this one -> https://i.imgur.com/lshHCJ6.png this hould fix the problem.
.page .td-main-content .td-page-content p{
font-size: 14px;
line-height: 24px
}
This code need to be set in theme panel > custom code> custom css.
Hope it will help you!
Hello!
It seems ok now on the pages, but not on plugin like adblockers:
https://imgur.com/a/zuDEOHQ
Thanks
Hello, we disabled it in the while since it’s not readble.
Maybe you can find it from here:
Thanks a lot
Hello!
Nope same problem sadly đ
https://imgur.com/a/kwy1Fkh
Hi wbennets, unfortunately for me is no longer appear the adblocker -> https://i.imgur.com/gQn7YaZ.jpg therefore I can no longer inspect the line height on it.
Also you are using a code twice -> https://i.imgur.com/vtplNcG.png let only the last one and delete the above one -> https://i.imgur.com/Ft1JGyv.png (or better replace it with this one):
.ofkmEdaoFaxh > *, .page .td-main-content .td-page-content p{
font-size: 14px;
line-height: 24px!important;
}
also if the code is apply late, you can set it in -> https://i.imgur.com/vR6Cr6r.png
<style>
.ofkmEdaoFaxh > *, .page .td-main-content .td-page-content p{
font-size: 14px;
line-height: 24px!important;
}
</style>
Hope this will help you!
I will ask you another thing, since a couple of days I have a bug when I post our articles on our Facebook page. Instead of the usual preview image and text I got just the link of the main page:
Can you help me on this too maybe?
Hi wbennets,
The problem seems to be this one -> https://i.imgur.com/H8cSltA.png -> https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fwww.outplayed.it%2Findex.php%2F2020%2F08%2F25%2Fanalisi-draft-g2-vs-mad1%2F
You need to activate the og: image, you can use our guide from here -> https://forum.tagdiv.com/facebook-share/ use yoast seo (in this guide you will learn how to display the og image using yoast plugin).
Also I see that you are using last version of WordPress (v5.5), but you are using an old version of Newsmag this, please notice that only the last version of theme is compatible, if you want, you can make a test, it should be indicate to try the update on sub-domain or in a staging website, also when you’ll make it on the live one, please make sure that you made before a full backup to website and database and only after that attempt to update the theme.
How to update the theme -> https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Hope this will help you!
Thank you!
Hi wbennets, pleas make a test and try only with theme plugin and tested plugins to see if the problem still persists or not.
If you want we can take a look too, send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email.
Thanks