• I’ve noticed the blog page looks different when I’m signed-out. Has anyone had this problem? Using twenty-twenty three theme.

    Thanks!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator jordesign

    (@jordesign)

    Hey @cway that definitely sounds like an odd one… Are you able to share a screenshot of what the site looks like when you’re signed in, compared to when you’re signed out?

    Thread Starter thebuilder

    (@cway)

    Signed-in
    Signed-out

    Moderator jordesign

    (@jordesign)

    Thanks for the screenshots @cway – I see what you mean. It’s tricky to know what the cause of that might be.

    It’s possible it is similar to this issue which is reported in WordPress core (and will hopefully have a fix incoming) where styles for elements don’t load on the front end of the site.

    https://core.trac.ww.wp.xz.cn/ticket/59111

    At the moment the best fix is to make an edit directly to your database (following the instructions from this other thread).

    After some fiddling and debugging, I found that a database reset / reinstall would make it work. That’s not a fix, obviously, so I tried to get more specific. Dropping all of wp_posts did *not* fix it;

    The eventual database record I landed on was a transient with the id of _transient_wp_core_block_css_files in the wp_options table

    Delete that, and default css files should load again.

    Thread Starter thebuilder

    (@cway)

    Looks like the latest update fixed it 🙂

    Moderator jordesign

    (@jordesign)

    That’s great news! Glad to hear it. I’ll mark this thread as resolved for now.

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

The topic ‘blog two faced’ is closed to new replies.