Joel Adrian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Editor font is wrongHi,It looks like reset.min.css is overriding the Gutenberg editor styles and forcing a serif font in the editor.
Since this is happening across multiple sites, it’s likely related to a plugin or optimization tool that’s being used consistently. I’d start by checking any cache, performance, or custom styling plugins.
As a quick test, you can temporarily disable those plugins, clear all caches, and reload the editor to see if the correct font comes back.From what it looks like, this is more of a CSS conflict rather than a WordPress 7.0 bug.
Forum: Fixing WordPress
In reply to: Bad page layout on initial loadHii,
I checked your site and I can see the issue you mentioned.The layout shifts briefly when the page loads.
This usually happens when the theme’s CSS finishes loading a moment after the content, so the page “jumps” into place once everything is ready.
Since you mentioned that switching the theme fixes the problem and plugins don’t seem to be the cause, it looks like it is related to the current theme or how it loads styles/scripts.
You could try a few simple things:
– clear all cache (including Cloudflare or any caching plugin)
– disable any CSS/JS optimization (like minify or combine options)
– check if a performance or optimization plugin is changing load orderIf you can, let me know what caching or optimization tools you are using. That would help narrow it down.
Forum: Fixing WordPress
In reply to: Bad page layout on initial loadIt looks like a theme issue, since changing the theme fixes it. It’s likely related to CSS or the theme itself. You could try updating it or adding some custom CSS.