Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #495115

    I’m having some troubles with my blog.

    1. I have a link that is underlined but when it’s published it’s crossed out. How do I fix this?

    2. I haven’t been able to enable comments on my blogs. I’ve tried all the obvious solutions like enabling comments. On this week’s blog there is a comments section, but the format of my blog is different than every other week. How do I enable comments for all of my blogs and have them all formatted the same?

    Thanks,

    Tammy

    #495618

    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

    #496018

    Thank you.

    #496265

    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

    #496296

    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

    #496821

    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

    #497493

    That makes sense. Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Problems with my blog’ is closed to new replies.