• Resolved evavee

    (@evavee)


    Hi,

    I experience problems with my Single Posts.

    (Note: my website is still under construction, so please pay no mind to the content itself; I’m linking you to a random Single Post from the Blog but they all look like that)

    1. The Single Posts are showing huge gaps between lines on my website.
    None of this shows when I work on the actual content/post in WordPress. There, everything looks completely fine.
    The comment field at the bottom of the posts is also showing silly gaps.

    2. On the main sidebar on the right, my ‘Recent Posts’ widget are showing the same types of gaps between each post link.

    After reading up on the issue, I have replaced the block widget editor with the classic editor, which made the error notifications (*see below) disappear but unfortunately, the problem remains.
    Interestingly, it also makes no difference whether I suppress the main sidebar on my Single Posts altogether. Even with no main sidebar on my Single Posts, the gaps between the lines of my post content remain.

    The rest of the website works as it should (even though I did replace a contact form when it showed these huge gaps as well; when I replaced it with a different form it was good again).

    I am not entirely sure when the kerfuffle started but I believe it was when I updated my WP site to 6.0 two days ago.

    *These were the notifications in my widget area: ‘The “soandso_widget” block was affected by errors and may not function properly. Check the developer tools for more details.’

    Thank you in advance for your help!

    Best regards,
    Eva

    • This topic was modified 2 years, 10 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi

    i see wrong line-height given to your p tag
    Wrong line height
    .widget ul li, .post-entry, p, .post-entry p {
    line-height: 30;
    }

    use (px)
    .widget ul li, .post-entry, p, .post-entry p {
    line-height: 30px;
    }

    Install wordpress custom css and put this css in that box

    .widget ul li, .post-entry, p, .post-entry p {
    line-height: 30px;
    }

    Thread Starter evavee

    (@evavee)

    Ankush, you are my hero!! It works a treat! Thanks so much, I am so relieved!

    Thread Starter evavee

    (@evavee)

    I’m marking this as resolved. Again, thank you!

    Thank You Evaa

    • This reply was modified 2 years, 10 months ago by Ankush4475.
    • This reply was modified 2 years, 10 months ago by Ankush4475.
    • This reply was modified 2 years, 10 months ago by Ankush4475.
    • This reply was modified 2 years, 10 months ago by Ankush4475.
    • This reply was modified 2 years, 10 months ago by Ankush4475.
    • This reply was modified 2 years, 10 months ago by Ankush4475.
    Thread Starter evavee

    (@evavee)

    I watched the video, many thanks for that.

    And that’s incredibly generous of you – I will save your email address, thank you!

    Have a fantastic day!

    Thread Starter evavee

    (@evavee)

    Excellent! I’ve also subscribed to you on Youtube! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Error in Single Post and Widget’ is closed to new replies.