Comments 2jamiebodie started the conversationDecember 23, 2016 at 4:21amSometimes when I add a new element to the visual composer it cannot be seen in the composer. If I go to classic mode I can see it, but I can't see it in the composer. www.jlkevents.com 8,996Tahir repliedDecember 23, 2016 at 4:27pmHey Jamie, 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' );Please contact your hosting provider if it doesnt work. Bes.t ThemeNectar Support Team Sign in to reply ...
Sometimes when I add a new element to the visual composer it cannot be seen in the composer. If I go to classic mode I can see it, but I can't see it in the composer.
www.jlkevents.com
Hey Jamie,
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' );
Please contact your hosting provider if it doesnt work.
Bes.t
ThemeNectar Support Team