Cornerstone issues after theme update

Hello,

I enjoy using your theme for quiet some time already. Though i had issues with cornerstone on that particular website http://dialogue.open-doors.co, and I posted a topic on that. Anyway I handled the problem by not using cornerstone at all.

Now, however, after 6.1.5 update the theme seems to work ONLY with cornerstone. If i deactivate cornerstone the page doesn’t seem to have any layout rules.

The bottom line is I can’t use cornerstone here because it slows the website dramatically (especially WP-admin dashboard) up to 30 second to update page.

Please advise on what can be done in my situation. I can provide access to the website if needed.

Hi,

Thanks for writing in!

Cornerstone is a required plugin when using xtheme, even if you are not using it, it needs to be installed and activated for the theme to work correctly.

Try to increase your memory limit and maximum execution time by adding the code below in your wp-config.php file.

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

Please add it before this line

/* That's all, stop editing! Happy blogging. */

Hope that helps

Unfortunately memory limit does help at all.
Any other possible solutions? Can you check the website to see for yourself.
http://dialogue.open-doors.co
It was working perfectly fast a week ago until update.

Hi @GBritvin,

You could check the link below on how to increase the speed of your page.

Let us know how it goes.

Thanks.

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