Whenever I click Cornerstone > Settings in the admin panel, the page show “Loading…” but it never actually loads so I’m unable to make the setting changes.
Hello Russell,
Thank you for reaching out!
Since you’re experiencing this issue on the Cornerstone Settings page, it’s almost always caused by a JavaScript conflict or a server configuration issue. Here is a step-by-step troubleshooting guide to identify and fix the problem.
Step-by-Step Troubleshooting
Follow these steps in order. Test the Cornerstone Settings page after each step to see if the issue is resolved.
-
Check for Browser Console Errors (Crucial First Step)
-
Open your browser’s Developer Tools (F12 or right-click > Inspect).
-
Go to the Console tab.
-
Reload the Cornerstone Settings page (/wp-admin/admin.php?page=cornerstone-settings).
-
Look for any red error messages. If you see any JavaScript errors, please copy and paste them here. This will give us the most direct clue to the cause.
-
-
Clear Your Browser Cache and Cookies
- Sometimes, outdated cached files can cause conflicts. Clear your browser’s cache and cookies completely, or try accessing the page in a private/incognito window to rule this out.
-
Deactivate All Third-Party Plugins Temporarily
-
This is the most common cause. A plugin (especially caching, minification, or security plugins) can enqueue a script that conflicts with Cornerstone’s admin panel.
-
Go to Plugins > Installed Plugins and deactivate all plugins except for your Themeco products (X/Pro and Cornerstone).
-
If the settings page loads, reactivate your plugins one by one to find the culprit.
-
-
Check for a PHP Memory Limit Exhaustion
-
A low PHP memory limit can sometimes cause admin pages to time out.
-
Add this line to your wp-config.php file to increase the memory limit:
-
define('WP_MEMORY_LIMIT', '256M');
-
Verify Your Theme and Cornerstone Versions
-
Ensure you are running the latest versions of X/Pro and Cornerstone. Outdated versions can have known issues that are already fixed.
-
Go to Themeco > Updates to check for and apply any available updates.
-
If the Issue Persists
If you’ve worked through these steps and the Cornerstone Settings page still won’t load, there might be a more specific conflict with your server environment or a plugin that’s not immediately obvious. To help us investigate further, please provide the following information in a reply:
- WordPress version
- PHP version
- X or Pro theme version
- Cornerstone version
- Any errors from the browser console (from Step 1)
- A list of your active plugins
This information will allow one of my colleagues or me to give you a more targeted solution.
We’re here to help you get this resolved quickly. Let me know what you find after trying the steps above.
