Comments 2Lauren Machi started the conversationOctober 5, 2016 at 10:21pmI am working within the Service Demo Homepage and when I edit a page, the edits cannot be saved. When I click the "Save Changes" button, nothing happens. I can click "close" though. 8,996Tahir repliedOctober 6, 2016 at 2:46pmHey , You likely need to increase your php memory. See : http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP . Add this to wp-config.php via FTP after the WP_debug line : define( 'WP_MEMORY_LIMIT', '128M' );define( 'WP_MAX_MEMORY_LIMIT', '128M' );Bes.t ThemeNectar Support Team Sign in to reply ...
I am working within the Service Demo Homepage and when I edit a page, the edits cannot be saved. When I click the "Save Changes" button, nothing happens. I can click "close" though.
Hey ,
You likely need to increase your php memory. See : http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP .
Add this to wp-config.php via FTP after the WP_debug line :
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '128M' );
Bes.t
ThemeNectar Support Team