Tagged: comment section, links
Hey tammybauer,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
Rikard
Thank you.
Hi,
1. I couldn’t see anything like that on your front page, where exactly are you having this problem?
2. Comments seems to be displaying fine on my end: http://imgur.com/kQd3Czw
Regards,
Rikard
Hi Rikard,
1. It’s at the start of some of my blog posts. The converting currency blog post is the most recent one to show it. http://imgur.com/a/LmD5n
2. The comments are only displaying on the most recent blog post called when is it good enough. They aren’t displaying in any other blog post. http://imgur.com/V8yPmxG This post is also formatted differently and I don’t know why. When you open it the picture is on the left (no picture on other blog posts) and the writing is more narrow than all of the other blog posts. Compare this screenshot to the one in number 1. http://imgur.com/VbrXhL5
Tammy
Hi Tammy,
1. This class is being applied to your link broken_link and it has this CSS:
.broken_link, a.broken_link {
text-decoration: line-through;
}
It’s most likely coming from one of your plugins. Try to add the following to Quick CSS to override it:
.broken_link, a.broken_link {
text-decoration: none !important;
}
2. I see that you have used the Advanced Layout Builder for the second post so that is expected, you will have to add a comments element to it manually in order to display comments.
Regards,
Rikard
That makes sense. Thank you!