URGENT! Cornerstone drag and drop/ layout not working!

Hi I Just installed cornerstone and nothing is working.

Let me explain. when I click on add new page/ edit with cornerstone the page loads up with the navigation to the left and the cornerstone icon to the right.

When I try adding a new section and row nothing happens on the right-hand side, the icon just bounces. I’ve watched a few tuts to get started and I realize that the moment you add a row, the row appears on the right-hand side and you can further add your elements. To be clear, THAT IS NOT HAPPENING!

I tried to drag elements over but nothing happens either, please see screenshots. A timely response would be most appreciated as I am on a deadline.

Hello Nickoy,

Thanks for writing in! A loading screen would probably because you have exhausted your PHP memory limit. By default, WordPress will attempt to increase memory allocated to PHP to 40MB (code is at the beginning of /wp-includes/default-constants.php) for single site and 64MB for multisite, so the setting in wp-config.php should reflect something higher than 40MB or 64MB depending on your setup.

​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. */

If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Regards.

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