Issue with the comments section

Posted in: Newspaper
Post count: 10

I have encountered a strange issue with the comments section. A few comments, not all, display numbers (as shown in the screenshot). These numbers correspond to the comment’s sequence. For example, if a post has 40 comments, then comment number 32 will appear as seen in the screenshot. https://imgur.com/a/M4Lg9yM

Post count: 35449

Hi,
It will be need to provide a link to a post where this problem can be investigate to can provide a proper solution for this case.
Thank you!

Post count: 10
Post count: 35449

Hi,
It looks that those cases appears when is trying to inject an AdSense code between comments, then the list use a marker – https://i.imgur.com/LB9uRsQ.png
Now I think that it can be restricted to not be displayed inside the comments from AdSense account, or you can use a css like this one:
#comments li::marker{
content: "";
}

The code needs to be set in the theme panel > custom code> custom css.
I hope this will help you!

Post count: 10

Thank you.
You solved my issue. Have a nice day.

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