Can't Edit Theme Optoins

Hi- when I try and edit the X theme options, the circular “in process” image just goes on forever. I turned off my caching plugin thinking that might be the cause, but it’s not that.

Any thoughts on how to resolve this?

Hi there,

Please check if you have both X and Cornerstone updated to the latest version.

Here is a link for a details information on how to do an update:

Please remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors or any unexpected display issue on the site.

If the issue persists, please try increasing the PHP memory limit of your site.

To do this, please edit your wp-config.php file and insert these lines:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

In case the issue persists, please try to get in touch with your hosting provider and confirm to them that your PHP memory limit is increased.

If you are still having an issue, please provide us with the admin details of your site in a Secure Note so that we can check this further.

Diabling the CSS plugin solved the issue with being able to get into the X/Theme Options. But it won’t load the live preview on the right side of the them options interface. The circle around the X keeps spinning indefinitely. I don’t think it’s my sites PHP memory because that has been taken care of in the past, and other sites that I have using X with the same provider aren’t having the issue.

BTW; thanks for the super quick reply!

Also, same issue with cornerstone. Note that I have updated everything.

Looks like it was the “better wordpress minify” plugin.

Sorry for taking your time!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.