Styling errors under X 5.2.5, left-side menu

I recently updated my website, cfmf.org, to 5.2.5. Since doing so, styling has some serious bugs.

  1. h1.visually-hidden (the text version of site title) isn’t hidden. Overridden with custom CSS addition for now, but shouldn’t need to do that, right?

  2. main nav UL no longer has list-style:none and padding-left:8px. Again, overridden with custom CSS addition for now, but shouldn’t need to do that, right?

  3. nav-bar search element is all messed to the up; magnifying glass icon no longer present, search box no longer hidden until icon click. Can’t even figure out how to re-assert.

  4. right sidebar isn’t positioning at right of main column

  5. three footer widgets (specified in customizer) are stacking vertically instead of floating per customizer configuration.

I’m sure these are all related to some CSS that should be loading and isn’t, but I can’t figure out the underlying issue. Can you help me diagnose / resolve the problem? Thanks, :Benjamin

Hey @BenjaminBarnett,

The issue you described is usually due to caching and optimizations. Please try the following solutions:

  1. Ensure everything is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195. Please follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.

  2. Clear all caches including browser cache then deactivate your caching plugins and other optimization plugins.

  3. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.

  4. Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

  5. Remove custom CSS, Javascript and templates.

Thanks.

Thanks so much, clearing external Cloudflare cache resolved the issue. You’re awesome … and quick! :B

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.