Home › Forums › Legacy Support › Support queries › Other issues › Page Builder delete content and not saving
Tagged: Page builder, wplms
- This topic has 47 replies, 3 voices, and was last updated 3 years, 9 months ago by Veronica.
-
AuthorPosts
-
January 25, 2021 at 8:52 am #336224EuroFormationParticipantHello Veronica, I know it's still unavailable. I ask You if You add some code or some application into website to make Your tests...You did it?January 26, 2021 at 3:13 pm #336463EuroFormationParticipantHello Veronica, website is now online...please check it and fix problems. Thanks.January 27, 2021 at 2:22 pm #336638Anshuman SahuKeymasterwell this code is coming up in each jquery ajax call somehow : https://prnt.sc/xpqpn6
<?phpfunction gs_testimonial_jquery() { wp_enqueue_script('jquery');}// add_action('init', 'gs_testimonial_jquery');function gs_testimonial_scripts() { if (!is_admin()) { wp_register_script('cycle-two', GST_FILES_URI .'/assets/js/jquery.cycle2.min.js',array('jquery'), GST_VERSION, true); wp_register_script('cycle-two-caro', GST_FILES_URI .'/assets/js/jquery.cycle2.carousel.js', array('jquery'), GST_VERSION, true); wp_enqueue_script('cycle-two'); wp_enqueue_script('cycle-two-caro'); }}add_action( 'wp_enqueue_scripts', 'gs_testimonial_scripts' ); function gs_testimonial_style() { if (!is_admin()) { wp_register_style('custom-style', GST_FILES_URI.'/assets/css/custom.css','', GST_VERSION, false); wp_enqueue_style('custom-style'); }}add_action( 'init', 'gs_testimonial_style' );function gs_testimonial_enqueue_admin_script( ) { $media='all'; wp_register_style( 'gs_free_plugins_css', GST_FILES_URI.'/assets/css/gs_free_plugins.css', '', GST_VERSION, $media ); wp_enqueue_style( 'gs_free_plugins_css' );}add_action( 'admin_enqueue_scripts', 'gs_testimonial_enqueue_admin_script' );
check in which file this is present and separate theJanuary 27, 2021 at 2:38 pm #336652Anshuman SahuKeymasterJanuary 27, 2021 at 2:58 pm #336674EuroFormationParticipantHello Alex, I find this code into a GS Testimonial plugin file (gs-testimonial-script.php) and then I separate "<?php" from "function..." with a space. Now my Media Library is going ok (before I can't upload/modify images) but when I go into Course Category courses list, first page load nothing and courses are loading from second page :( WP Bakery Page Builder is still not working (I can't drag&drop and change/save nothing). Thanks.January 27, 2021 at 3:10 pm #336686EuroFormationParticipantHello Alex, it seems that this problem is only on this page: https://www.euroformation.it/course-cat/arti-e-mestieri/ Thanks.January 27, 2021 at 4:39 pm #336720EuroFormationParticipantHello Alex, this page: https://www.euroformation.it/course-cat/arti-e-mestieri/ seems to be ok now (maybe was in cache...). Now there is other bug to fix, WP Bakery Page Builder that don't works fine (drag&drop, changes...). Veronica tell me that this problem was generated by API calls... Thanks.January 28, 2021 at 3:05 pm #336901Anshuman SahuKeymasterI checked the wp bakery and yes its not working , you will need to update your wplms theme and all the vibe and wplms plugin in order to resolve . wplms version 4.x still works with old plugins like vibe course module , vibe customtypes . Please do not install the vibebp and wplms plugins if you do not intend to migrate to V4 .January 28, 2021 at 3:27 pm #336904EuroFormationParticipantHello Alex, thanks for Your reply. Where can I find to download 4.x WPLMS and Vibe version?January 30, 2021 at 12:55 pm #337237VeronicaModeratorhi you can get the latest plugins version from here Vibebp: https://wplms.io/verify-purchase/?purchase_code=XXX&plugin=wplms.io/vibebp.zip Wplms Plugin: https://wplms.io/verify-purchase/?purchase_code=XXX&plugin=wplms.io/wplms_plugin.zip change XXX with your purchase codeFebruary 1, 2021 at 11:25 am #337473EuroFormationParticipantHello Veronica, thanks for links. So now what I have to do to upadte Vibe BP and WPLMS into website? I have to unzip them and upload like other plugins? Thanks.February 2, 2021 at 8:06 am #337612VeronicaModeratoryes simply goto wp-admin>>plugins>>add new>>upload these zip files there but before this make sure that you have deleted the old pluginsFebruary 2, 2021 at 9:18 am #337625EuroFormationParticipantHello Veronica, thanks for Your reply. I have a question: when I update Vibe BP and WPLMS to 3.9.9 version I updated each one with its own zip file, here the zip files are VibeBP and WPLMS ... is it correct to delete all the VibeBP and WPLMS plugins and then upload only these 2 zip files? Thanks.February 3, 2021 at 12:51 pm #337851VeronicaModeratorI think it's confusion here I have provided the links for version 4 wplms theme if you are on wplms version 3 then no need to use these plugins let me know please as i have tried to check your site but shows 404 http://prntscr.com/y5d542February 3, 2021 at 3:15 pm #337922EuroFormationParticipantHello Veronica, I have 3.9.9 WPLMS version now. I know is 404, probably there is a malware into it...AuthorPosts- The topic ‘Page Builder delete content and not saving’ is closed to new replies.