php – WordPress visual composer not loading
php – WordPress visual composer not loading
try this step
You can upgrade Visual Composer by performing following steps:
Please make sure main theme is activated while performing other steps
Go to Plugins page in your WordPress Dashboard, locate Visual Composer in the list, deactivate it and delete it
You will see message that required plugin is missing at the top of your WordPress Dashboard
Install the plugin and then activate it
If youve got problems with Visual Composer you can almost always blame your PHP version or max characters:
-
Check compatibility of your Visual Composer with PHP version at your server using the link below:
https://kb.wpbakery.com/docs/preface/release-notes/ -
Check what PHP version you are using on the server: [To check your PHP version download plugin PHP Info ]
-
Check your Visual Composer version in your installed plugin list
-
If everything is compatible then do ->
set max_input_vars = 10000
inphp.ini
or ask your hosting provider to increase the limit. If not, then update your Visual Composer and increase the PHP version. -
WordPress and theme update is also a good idea.