Comments 2netadmin101 started the conversationDecember 17, 2016 at 5:42amEvery slider plugin I install breaks the Page Builder mode, so I can't edit pages. I am using the top sliders on the market. Soliloquy, Enviato Gallery, Meta Slider, etc Thank you 8,996Tahir repliedDecember 17, 2016 at 2:35pmHey , 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', '256M' );define( 'WP_MAX_MEMORY_LIMIT', '256M' );Bes.t ThemeNectar Support Team Sign in to reply ...
Every slider plugin I install breaks the Page Builder mode, so I can't edit pages.
I am using the top sliders on the market.
Soliloquy, Enviato Gallery, Meta Slider, etc
Thank you
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', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Bes.t
ThemeNectar Support Team