Hi,
I have the same issue as the one in this thread : https://wplms.io/support/forums/topic/can-not-switch-buttons-for-show-page-title-show-breadcrumbs-and-page-builder/
The theme is up-to-date, the plugins are too. There is no plugin interfering with the page where there is only Page Builder and WPLMS builder... Did the cache things, changed browser.. nothing worked.
What should I do?
Needed admin credentials and site url to check this issue .
PS : please mark reply as private while sharing the private info .
www.bpecacademy.com
Login : admin
Pass : 7531mamanes*-
This is an issue as of now Will be fixed in the next update of vibe customtypes plugin .
I have fixed this at your site as of now .Same fix will be available with the next update vibe-customtypes pluign .
Hello !
Same issue : can't use Page Builder because can't "switch" it on !
Login : www.ianrenaud.com/AMI/wp-admin
User : Ian
Pass : ian123
Thanks for your help !
Ian
Fixed that .please check .
Fix is :
Replcae this line in wp-content/plugins/vibe-customtypes/metaboxes/meta_box.php file .
find the function : " admin_enqueue_scripts "
Change the line in function "admin_enqueue_scripts" :
if(in_array($post_type,array('course','quiz','unit','news','wplms-assignment','wplms-event','question','post','testimonial','popup','certificate'))){
to this :
if(in_array($post_type,array('course','quiz','unit','news','wplms-assignment','wplms-event','question','page','post','testimonial','popup','certificate'))){