Page Builder delete content and not saving

Home Forums Legacy Support Support queries Other issues Page Builder delete content and not saving

Viewing 15 posts - 31 through 45 (of 48 total)
  • Author
    Posts
  • #336224
    EuroFormation
    Participant
    Hello 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?
    #336463
    EuroFormation
    Participant
    Hello Veronica, website is now online...please check it and fix problems. Thanks.
    #336638
    Anshuman Sahu
    Keymaster
    well 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 the
    #336652
    Anshuman Sahu
    Keymaster
    #336674
    EuroFormation
    Participant
    Hello 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.
    #336686
    EuroFormation
    Participant
    Hello Alex, it seems that this problem is only on this page: https://www.euroformation.it/course-cat/arti-e-mestieri/ Thanks.
    #336720
    EuroFormation
    Participant
    Hello 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.
    #336901
    Anshuman Sahu
    Keymaster
    I 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 .
    #336904
    EuroFormation
    Participant
    Hello Alex, thanks for Your reply. Where can I find to download 4.x WPLMS and Vibe version?
    #337237
    Veronica
    Moderator
    hi 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 code
    #337473
    EuroFormation
    Participant
    Hello 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.
    #337612
    Veronica
    Moderator
    yes simply goto wp-admin>>plugins>>add new>>upload these zip files there but before this make sure that you have deleted the old plugins
    #337625
    EuroFormation
    Participant
    Hello 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.
    #337851
    Veronica
    Moderator
    I 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/y5d542
    #337922
    EuroFormation
    Participant
    Hello Veronica, I have 3.9.9 WPLMS version now. I know is 404, probably there is a malware into it...
Viewing 15 posts - 31 through 45 (of 48 total)
  • The topic ‘Page Builder delete content and not saving’ is closed to new replies.