Text Overlapping in all pages

Posted in: Newsmag
Post count: 23

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

Post count: 35449

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!

Post count: 23

Hello, we are using 35 plugins atm, we can’t deactive all of them sadly. Is there another solution?

Post count: 23

In the while I deactiveted autoptimize but the results on page is always the same, the strange things is that all the normal post are correct

Post count: 35449

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!

Post count: 23

Hello!
It seems ok now on the pages, but not on plugin like adblockers:

https://imgur.com/a/zuDEOHQ
Thanks

Post count: 35449

Hi wbennets, I can not find that popup massage to make a css for that too, also the adblockers message is not for our theme, therefore I do not know the settings that can affect.
Let me know where to find this message and i will try to help you!
Thank you!

Post count: 23

Hello, we disabled it in the while since it’s not readble.
Maybe you can find it from here:

https://imgur.com/a/xuC5Gzl

Thanks a lot

Post count: 35449

Hi,

I’m not sure if this is working, but you can try
.ofkmEdaoFaxh > *, .page .td-main-content .td-page-content p{
font-size: 14px;
line-height: 24px
}

Let me know the results

Post count: 23

Hello!
Nope same problem sadly 🙁
https://imgur.com/a/kwy1Fkh

Post count: 35449

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!

Post count: 23

Yes I have to take out the adblocker since it’s bugged and I can’t let it online until it’s adjusted. I’ll try this anyway, thanks

Post count: 23

Sadly still not workingk, but now I let the adblocker plugin active so you can take a look on it, let me know, thanks a lot!

Post count: 35449

Hi,

You can try this custom css ->
.ofkmEdaoFaxh p {
line-height: 1.5;
}

Hope it will help you!

Post count: 23

It’s working now!! Super thanks!!!! you are a myth!

Post count: 23

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:

https://imgur.com/a/YVeRT8R

Can you help me on this too maybe?

Post count: 35449

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!

Post count: 23

Hello! I did it everything, also updated the plugin but it’s still bugged sadly 🙁

Post count: 35449

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

Viewing 19 posts - 1 through 19 (of 19 total)
The forum ‘Newsmag’ is closed to new topics and replies.