Hi there,
on my page: https://formwerk.com/ I can not edit the pages with cornerstone anymore after updating the theme and plugins.
Also when adding a revolution slider above masthead I get this error:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 20480 bytes) in /home/netsh101034/html/formwerk/wp-content/plugins/revslider/includes/googlefonts.php on line 42
I added this at the end of the wp-config.php:
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
with no success.