Editing on Cornerstone is not updating on the actual page

Hi there,

I am customizing this page: https://foodmesh.ca/foodmesh-hero-of-the-month-2/
Whatever I have been editing is not updating on the actual page even after I have refreshed it several times.

Not sure what is happening. i have deactivated Essential Grid plugin as it was exhausting the memory limit. I am going to add log in details in a secure note.

Thank you for your help.

Hello There,

Thanks for writing in! I have added a section and it just displays on the frontend. My changes has been saved.
http://prntscr.com/inegdn, http://prntscr.com/inegoj

It is maybe because the PHP memory exhaustion is not occurring at the moment. ​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. */

Once the PHP memory limit has been increased, please edit the page again, save your changes and test the site.

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

Hi RueNel! We increased the PHP limit this morning so I don’t know what else could be causing this?

Would you mind providing us the ftp login credentials so we can take a closer look and fix the issue?

To do this, you can make a post with the following info:

  • FTP Hostname
  • FTP Username
  • FTP Password

Thank you.

Hi there!

We managed to increase the PHP properly so things are being updated but the essential grid is not showing on the page.

Hi,

I tried to create a test page and a test ess grid and it seems to work.

https://foodmesh.ca/support-test/

Try to re-create your essgrid.

You might want to review the links below

Thanks

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