Troubleshoot guide – Betheme Support Center

Troubleshoot guide

Have you encountered problems while working on your website that you cannot resolve? Is something not working as it should? Check this guide.


Cache

The first and fastest thing you can do is purge your website's cache.

If you have a caching plugin like WP Rocket or W3 Total Cache, open your WordPress dashboard, find an option responsible for purging the cache, and use it. See the example in the screenshot:

Purging cache

Sometimes servers have caching tools, so if you are unsure if such a tool is installed and active on your server, you should contact your administrator.

Moreover, you might be using services like Cloudflare.

Please note that we suggest disabling all caching plugins and tools until you finish working on your website so you will not have to constantly clear your cache.

Third-party plugins

There are countless plugins you can install on your WordPress. Some functions in your plugins might conflict with the theme or other plugins, causing unpredictable issues, mainly when you use plugins beyond the ones we support.

Open the Plugins tab and turn off all your plugins. If the problem disappears, one of them is the root cause. Enable your plugins individually and check when the issue returns to find out which one it is.

Custom CSS

In Theme Options, we give the option to use your own custom CSS code. However, if your CSS interferes with ours (or some plugin), it might cause problems with the website display.

To check that, we suggest you go to Betheme -> Theme options -> Custom CSS & JS -> CSS, cut all the custom CSS you have placed there, put it temporarily in Notepad, and save Theme Options. If the problem is gone, copy and paste your CSS back individually to see which is the culprit.

Another place where you can have custom CSS is the Additional CSS field in Appearance -> Customize -> Additional CSS.

Betheme custom CSS
WP custom CSS

Child theme

Using a child theme means that you want to add custom features or edit existing ones. Making changes in the files can lead to issues or break your website, so we suggest being careful, as our support does not cover such customizations.

To see if modifications in your child theme cause problems, simply switch to the parent theme. If all issues are gone with the parent theme, you must contact your web developer to make appropriate corrections.

child theme deactivation

Plugin issue

It is possible that the root cause lies directly in the plugin. To ensure that, switch to a free theme like Twenty Twenty-Four and see if the same thing happens then.

If the problem appears with another theme, it means that there is some bug directly in the plugin. In such cases, you must contact plugin support.

HTML errors

You might want to create a custom HTML structure for your website. When you make a mistake in an HTML or Column Text element (with CodeMirror enabled), it will be highlighted, but other elements do not have such a feature. Placing a tag in the wrong place or not closing it can cause issues with the website display and builder functionality. So, if you use HTML on your pages, double-check if all tags are placed and closed correctly.

Try it now