• Hi!

    Partial frames (top and left) suddenly appeared on the pages of my website. I’ve been using the Olsen Light theme for years without issues. This happened on its own, not after any updates. After noticing this, I updated and deactivated all plugins, but the frames still appear. I am also unable to edit blocks in html.

    Any way you can help me?

    • This topic was modified 4 months, 1 week ago by sheilaob.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sheilaob

    (@sheilaob)

    This is likely a compatibility issue with the new WordPress update (6.9) – is there a fix for this?

    Fotis

    (@markwaregr)

    Hi there @sheilaob

    Have you checked for plugin conflicts? https://www.cssigniter.com/kb/checking-for-plugin-conflicts/

    Thread Starter sheilaob

    (@sheilaob)

    Yes, I have, the plugins didn’t have any impact on it.

    I did manage to find a solution for the partial frames – adding this to the custom css:

    .entry-content table,
    .comment-content table {
    border-width: 0px 0 0 0px !important;
    margin-bottom: 24px;
    }

    I found the code in the style.css file in Appearance -> Theme file editor. In the style.css file the border-width property is set to 1px 0 0 1px.

    Just in case anyone might have this problem in the future..

    Fotis

    (@markwaregr)

    Thank you for reporting this, and for your solution

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.