So I've found this odd quirk. In development I use Vagrant, and the Laravel Homestead box. You can see the specs of the environment here: https://laravel.com/docs/5.6/homestead
When using this environment I cannot see the components in the Post or Page editing screens. If I switch to the standard editor all the short codes are there, but when I switch back to Visual Composer it looks like a page with a single empty row.
Switching to a different Vagrant box makes it all work fine.
Any thoughts? It's a little frustrating to have to use a different environment just to use the features of this theme.
So I've found this odd quirk. In development I use Vagrant, and the Laravel Homestead box. You can see the specs of the environment here: https://laravel.com/docs/5.6/homestead
When using this environment I cannot see the components in the Post or Page editing screens. If I switch to the standard editor all the short codes are there, but when I switch back to Visual Composer it looks like a page with a single empty row.
Switching to a different Vagrant box makes it all work fine.
Any thoughts? It's a little frustrating to have to use a different environment just to use the features of this theme.
Thanks!
Hey there,
Thanks for reaching in,
Have you standardised your PHP versions between the environments?
Regards
Yes sir, they're both running PHP 7.1
Hey Again,
Your PHP Settings are likely not correct. Also ensure you are running PHP version 7.1 and not 7.2 as its incompatible .
You can verify your PHP configuration limits by installing a simple plugin called WordPress phpinfo http://wordpress.org/extend/plugins/wordpress-php-info/
Recommended PHP configuration limits are as follows:
Please have your hosting provider fix this for you so it can be installed correctly.
Thanks
ThemeNectar Support Team
It's absolutely PHP7.1 This is a local environment not on a shared host.
All my PHP limits were higher than that already.
Please check for server php errors using this guide: http://premium.wpmudev.org/blog/your-complete-guide-to-troubleshooting-wordpress/ .
Best
ThemeNectar Support Team