WPLMS 5.0 RoadMap

This might be a little early as we are into 4.2 & WPLMS plugin v 1.7 only. The plan is entire 4.x series of WPLMS will be focussed on improving and bug fixing in the current WPLMS framework. We expect to reach WPLMS 5.0 in later half this year. Remaining […]

Vibebp 1.7.2 , WPLMS 1.7.1

Vibe BP 1.7.2 repeatable field crashing profile field repeating on update Speed improvements : Modify BP template, do not enqueue unnecessary BP scrtips/files Empty settings warning fix WPLMS 1.7.1 Quiz leaderboard crashing sql query corrections for warning fixes Assign quiz updated Avatars issue in stats Vibe BP 1.7.1 WooCommerce order […]

WPLMS 4.2 Theme update

The WPLMS 4.2 update of WPLMS theme is live. While the Theme is mostly decoupled with The plugins which have majority functionality there are some changes in the latest upated. 1. PHP 8 compatibility 2. Deprecated notices fixed 3. BBPress styles updated 4. POT Translations updated

Vibe PWA Framework : WPLMS Apps on iOS , Android & Microsoft

The WPLMS Project is built on the Vibe PWA Framework for WordPress. We have some great news, now you can publish Apps using the Vibe PWA framework on all platforms. Try out these apps : iOS : https://apps.apple.com/us/app/wplms/id1589244357 Android : https://play.google.com/store/apps/details?id=com.vibethemes.twa&hl=en_US&gl=US Windows : https://www.microsoft.com/en-us/p/wplms/9pbv2xm5r1mj?activetab=pivot:overviewtab This presents a case with tremendous […]

Hide quiz print button

The WPLMS 1.6.3 comes with print quiz results button. In case you want to hide it use this CSS in custom CSS : .incoursequiz_details .buttons > .button:last-child { display: none; }

Remove achievements from Courses

Add following code, to remove Achievements from Courses and then reload buddypress navigation from WP admin – vibebp – settings – buddypress add_action( ‘bp_init’, function() { global $bp; bp_core_remove_subnav_item( ‘course’, ‘course-stats’ ); },10);

wplms 1.6.3

Upgrades : 1.Title tag added in Course status Notes & Comments. Optional show Search below Search icon, show comments below comments icon 2. Notes & Discussions merged into New UX. https://prnt.sc/1xlu8ce https://prnt.sc/1xlu9xr 3. Elementor in Course directory to show directory preview. Bug Fixes : 1. Image not showing in assignment […]

Vibebp 1.6.3

Feature Added : 1. All Members module. 2. Create member, bulk upload member via CSV. 3. User Tagging 4. Profile Field “Tables” added. Bug Fixes: 1. Editor fixes 2. PWA Builder fixes for Android & Microsoft App generation