Within this knowledgebase, you will learn how to fix issues with pages not loading all the required resources within WordPress (things like; everything is out of place, missing themes)
Step 1:
If you’re experiencing issues with pages not loading all resources (through WordPress), the first step is to login to your cPanel and then proceed to click on your file manager button.
Step 2:
Once in the file manager, press on “public_html” and find the wp-config.php file.
It should be in the main directory of your public_html folder
Step 3:
Once you’ve found this file, right click and press ‘edit’, scroll down until you pass the last define which should be something like:
define( 'WP_AUTO_UPDATE_CORE', true );
Directly under this line, add the following:
define( 'CONCATENATE_SCRIPTS', false );
Once completed, save the file and refresh the page.
The web pages should now be formatted correctly and working as expected.
If you have any issues, please open a support ticket and our staff will help you further.