MrVibe

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 5,273 total)
  • Author
    Posts
  • in reply to: Upgrading from 3.9.9 to latest 4.x #387778
    MrVibe
    Keymaster
    Please use this one : https://www.youtube.com/watch?v=TaoEywkSMY0 Also note, 3.9.9 is now updated to 3.9.9.8 with php 8.2 and WP 6.1.1 compatibility
    in reply to: add field to database #387715
    MrVibe
    Keymaster
    The WP admin - users - profile fields is the correct way to add new fields. Please share more details on whcih plugin you are using for export/import. There are 2 tables where the data is stored with field_id as foreign key: 1. xprofile_Field 2. xprofile_field_data p.s : We are no longer providing support on this forums. please use vibethemes.ticksy.com for support
    in reply to: apple id is not working for login #387686
    MrVibe
    Keymaster
    refer doc : https://wplms.io/support/apple-login-with-vibe-app/ support is now shifted to vibethemes.ticksy.com , see notification on top of every page
    in reply to: mr vibe told me to create a topic #387350
    MrVibe
    Keymaster
    if each site will have its own courses, and the user database is same, this makes a perfect case for Multi-site . In multi-site, user can be enabled to access all sites.
    in reply to: member page style #387304
    MrVibe
    Keymaster
    Try using the Elementor units instead of standard Video units. Elementor units can be created in WP admin panel and can have unique layouts.
    in reply to: Integration with restrict content pro #387244
    MrVibe
    Keymaster
    Correct, the entire WordPress has shifted from jQuery to React and the Classic editor on which our earlier front end builder was based on will be un-supported in WordPress from December 2022 ( This date previously was declared as December 2021 ). The previous version is still shipped with our theme with the previous course builder itself. In the theme package you will find verison 3.9 , we can install and set it up for you if you need.
    in reply to: Some issue on my Website. #387097
    MrVibe
    Keymaster
    As you might have guessed the Math processing problem is orignating from MathJax itself. The only probable solution is to upgrade MathJax to latest version and hope things would resolve! We have following concerns : 1. The effort required to upgrade MathJax is quite big and yet there is no guarantee it would solve the issue. 2. This is not a universal issue faced by everyone but when there are a lot of complex equations this appears. 3.The other alternative is to use Google's Math service which generates images from Latex, solves this issue 100% but Google has already announced few years back it may shut down the service. Hence at this point we need more time to evaluate the correct course of action and this is the exact reason why we have not been able to fix this issue for so long now. We are working on integration the Gutenberg editor in the WPLMS & VibeBP modules which seems to be the best fix as Gutenberg already has addons to support Math.
    in reply to: mr vibe told me to create a topic #387096
    MrVibe
    Keymaster
    The login hit captures the login URL from the site parameters. While logging in via SSO is possible, do you want all the sub-domains to fetch data from the main domain? In that case the sub domains you need to change the api url : add_filter('vibebp_rest_api',function($args){ $args = 'https://YOURmaindomain.com/wp-json/vbp/v1/'; return $args; });
    MrVibe
    Keymaster
    i do not have edit access in your site. Adding this code would solve.
    
    add_filter('vibebp_vars',function($args){
      ob_start();
      do_action('wpml_add_language_selector');
      $args['profile_grid_promo'] = ob_get_clean();
      return $args;
    });
    also add following css in customizer - custom css .start_block{position:relative;} .profile_grid_promo { position: absolute; right: 0; top: 2em;z-index:99999; } result is the languages appear in the top bar : https://prnt.sc/SiahXYc-Eqo8 Video : https://drive.google.com/file/d/1YlgRvtBUe_oWJVNs8B4px78P0-aYXHf-/view?usp=drivesdk
    MrVibe
    Keymaster
    The fix is already there in your site. Only activation is required. Logging in and adding fix to your site.
    MrVibe
    Keymaster
    working on this...
    in reply to: inject code Iframe #386984
    MrVibe
    Keymaster
    The ideal way would be to add the iframe in the unit itself however, since you want to apply to all units following code will help.
    
    add_filter('bp_course_api_get_user_course_status_item_unit_meta',function($meta){
    
            if(empty($meta['iframes'])){$meta['iframes']=[];}
            $meta['iframes'][] = 'https://ig1kqagxzl.preview.infomaniak.website/wp-content/uploads/acordium/index.html?tipo?diatonico&sibtip=DGC&fixed=1';
    
        return $meta;
    });
    the above code will add your iframe video in all the units of your course.
    in reply to: inject code Iframe #386983
    MrVibe
    Keymaster
    Ok, you use this code to solve this.
    in reply to: Addon Trial Authentication Error #386766
    MrVibe
    Keymaster
    This requires Themeforest crednetials for authentication. The fix for this will be available in our theme update next week.
    in reply to: LMS system with custom theme #386673
    MrVibe
    Keymaster
    checking this. .
Viewing 15 posts - 31 through 45 (of 5,273 total)