Basic Troubleshooting
Here are some basic steps that let you examine and pinpoint the most common problems, so you will have at least an idea from where a specific issue comes from that you are facing.
- Confirm that your server meets our recommendations.
- Have everything up to date (theme, plugins, translation files, ...).
- Reset or even disable ALL cache and minifying. (this includes browser cache!)
How to clear browser cache...
- Run everything in another browser or use incognito mode (without any browser extensions active).
- Check the browser dev console for errors.
- Double-check if it’s not your own Custom CSS, Custom Snippets in
functions.php
or file overrides in the child-theme directory that is causing the issue. - Enable WP Debug to see if you can intercept any errors.
- Disable all plugins except WooCommerce and recheck if the issue persists.
(recommended to perform on staging) - Enable a default WP theme and disable Flatsome and recheck if the issue persists.
(recommended to perform on staging)