Hi, I've had some issues with salient and the visual composer. I was previously on version 7 of salient and 4 of visual composer.
Whenever I want to preview a change, it actually publishes the changes as well. Obviously this is not ideal. At the moment I can't make any changes without making them live.
I've just updated to the latest version of both salient and visual composer, 8.0.16 and 5.0.11 respectively.
I did a test where I previewed a page where I wasn't using the visual composer and the preview was fine. This leads me to believe the issue is with the visual composer.
Hi, I've had some issues with salient and the visual composer. I was previously on version 7 of salient and 4 of visual composer.
Whenever I want to preview a change, it actually publishes the changes as well. Obviously this is not ideal. At the moment I can't make any changes without making them live.
I've just updated to the latest version of both salient and visual composer, 8.0.16 and 5.0.11 respectively.
I did a test where I previewed a page where I wasn't using the visual composer and the preview was fine. This leads me to believe the issue is with the visual composer.
Hey Again,
Hope you had a Great Weekend,
This is actually a server configuration issue . Please contact your hosting provider and have them look into this.
Be.st
ThemeNectar Support Team
Hey Tahir, thanks and to you.
The strange thing though is that everything works fine using standard wordpress.
Could you point me to some documentation about the specific server issue?
Thanks!
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