Debugging WordPress Errors and Broken Websites

We try as hard as we can to make sure our themes are bug free and secure, however it's hard to plan for everything and sometimes things can go wrong. If that happens, then hopefully this guide will help you to fix the problem.

The best way to debug problems is to follow a series of steps.

  1. Check documentation and FAQ's. Make sure the error you are seeing isn't a known problem or a setting that has been changed recently.
  2. Make sure everything is up to date. WordPress, your theme, and your plugins. Sometimes (rarely, but it can happen) WordPress changes things in an update which can break themes and plugins. Good theme authors (such as me :)) will fix these bugs as quickly as possible - so make sure you are fully up to date.
  3. Check for plugin conflicts. If you have recently installed a new plugin, try disabling it and see if the problem goes away. If it does then that's where the problem lies. If you haven't then disable all plugins and see if the problem goes away. If it does then re-enable all plugins one by one until the problem reoccurs. You now have your culprit.

Why go through these steps?

Technically you could just ask for help. That's what you've paid for afterall. However there are a couple of reasons for trying to solve the problem yourself.

Firstly, these steps are the same steps I will reply back with if you ask for help. I will need to make sure everything is up to date, and that there are no plugin conflicts to make sure that the problem is with the theme and not somewhere else.

Secondly, it's probably quicker. As much as I would like to answer immediately (and I do answer as soon as possible) I can only be online a certain amount of hours each day - so if you can solve the problem yourself you won't have to wait for me.

Submitting a Support Request

You've gone through the steps above and the problem is still happening. So it's time to contact me. Below are some guidelines to make the process quicker.

Related

Feedback

We'd love to get some feedback to help us create better themes.

Give Feedback