Cant even open customize menu on Integrity theme

Hi there,

went in to Customize.

Got the following error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 6 bytes) in /home/ov3rl0rd/public_html/wp-content/plugins/cornerstone/includes/classes/elements/class-element-manager.php on line 197

Cornerstone is effectively broken for me - and has been for the last year despite being keeping it all up to date.

Would love help/an explanation before changing platforms. The inability to customze CSS (eg change H1 size) is a joke!

And Id love that explanation to be something other than (delete everything youve done, all the hard work youve put in - and go back to some ancient default and spend 6 weeks getting back to where you are now.

Thank you,

Scott

Hello Scott,

Thanks for writing in! The error is cause by a PHP memory limit exhaustion.

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 6 bytes) in /home/ov3rl0rd/public_html/wp-content/plugins/cornerstone/includes/classes/elements/class-element-manager.php on line 197

To resolve this issue, we recommend that you increase your memory allocated to PHP. To increase it, 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. */

We would loved to know if this has work for you. Thank you.

Yes I can now customize.

BUT cornerstone is overall horrific. it crashes constantly (like every time).

“hangs” for minutes and the crashes. and the general “slowness” of saving and doing “anything” makes it impossible to use. im writing this during yet banother of its haning episodes when inevitably everything will crash agin.

It has convinced me that such shortcode-based cms systems are extremely risky and not worth it.

You are relying on a very complex system of shortcodes built over the top of wordpress html. all of them unbelieivably susceptible to any minor plugin or change you make. all the while you are beholden to the very limited shortcode structure already built. Want to change header sizes easily and keep them responsive…??? Hmmm…

Given its a website, and you want to be keeping it up to date regularly, the risk of keeping this system is way to high.

Hi @Scott2Hotty,

I agree with the complex system of shortcodes, that’s the main problem in the visual composer. And editing the shortcode could destroy your page or the builder rendering if you accidentally edit and broke the shortcodes. It could also hangs and freezes, and your host will probably going to block requests since visual composer initiates too many connections. It’s been an issue since the old version of X theme where the only builder was visual composer, hence, the cornerstone is made.

As for the Cornerstone, it only generates shortcodes from the builder’s data. The cornerstone data is something users can’t edit, and the layout can’t be corrupted through accidental editing. And since it follows cornerstone data, it doesn’t need to generate the builder’s preview based on shortcodes. It simply pulls the data and generates preview instead of generating preview from the complex system of shortcodes. Shortcodes are only generated by saving your builder’s content, and for the purpose of backup content (in case the data is corrupted due to direct database editing or not-safe URL editing through database). So when that happens, there is a fallback shortcode to make sure the live page is still displaying the content.

And are you suggesting to make the builder only works on HTML code? Like manually building HTML content as static without dynamic data from database?

Like any other builder, cornerstone is affected by your host environment, memory limit, traffic, and performance. I don’t see any slowness of my live site. If you’re on shared hosting, then yes, slowness could be seen since your site shares same resources from other sites in same machine.

Thanks!

Hi see this here. Why is adding a tiny bit of css unable to be done by this theme?

Stubbornly refuses to work. “Looks like something’s gone wrong” bla bla…

Saw this: https://theme.co/apex/forum/t/error-message-when-saving-changes-in-customizer/15747

But… im my wordpres there is NO X > Launch > Options menu. None at all???

Ok sigh… Ive found it myself. After lumps of hair being pulled out.

Glad you were able to resolve it :slight_smile:

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