Forum Replies Created
-
This is currently not available.
But we are adding this in the upcoming updates and we also have the Location field for courses coming upPlease post this on vibethemes.ticksy.com .
in reply to: Show filtered resultuse vibethemes.ticksy.com for support
Setup the app page.
This can be correct via css
Please post on vibethemes.ticksy.com
in reply to: The “Back to my courses” button text is invisible.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: Upgrading from 3.9.9 to latest 4.xThe 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_datap.s : We are no longer providing support on this forums. please use vibethemes.ticksy.com for support
in reply to: add field to databaserefer 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: apple id is not working for loginif 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: mr vibe told me to create a topicTry 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: member page styleCorrect, 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: Integration with restrict content proAs 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: Some issue on my Website.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;
});in reply to: mr vibe told me to create a topici 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
The fix is already there in your site. Only activation is required. Logging in and adding fix to your site.
working on this…