Hide submit button in in-course quiz till user has seen all the questions in the quiz

To hide submit button by default. Add css in customizer – custom css : .submit_quiz.button{display:none;} Now to conditionally activate it. Add this code in child theme – functions.php . add_action(‘wp_footer’,function(){ if(is_page(vibebp_get_setting(‘bp_single_page’)){ ob_start(); ?> document.addEventListener(‘VibeBP_Editor_Content’,function(){ if(document.querySelector(‘.submit_quiz’)) { let x = setInterval(function(){ if(document.querySelector(‘.quiz_timeline.timeline_wrapper >ul>li:last-child’).classList.contains(‘active’)){ document.querySelector(‘.submit_quiz’).style.display=’flex’; clearInterval(x); } },200); } });

Vibebp 1.5.5

[Updated ] Major Editor Fixes. [Feature] MicroLearning elements – FlipCard, Memory Game, ScratchCards, Image Reveal. Make your courses interesting. [Bug fix] View other user profile with BP single page active [Updated] PHP 8 fixes [Bug fix] Empty Notifications fix [Bug fix] Change profile image missing in BP single page

VibeBP 1.5.2

[Update] New Switch to disable realtime notifications via firebase in WP Admin – Vibebp – settings [Added] Profile Completion Wizard [Fix] Signin triple dot issue when multiple login triggers [fixed] BuddyPress admin navigation pointing to old BP links [fix] Multiple widget usage in dashboard [fix] Chat not triggerred in profiles […]

WPLMS 1.5.2

Quiz interface improvements in mobile Recognize youtu.be links in youtube player Multiple dashboard Widgets only first instance working fix Quiz tags not appearing immediately after quiz completion Notice in curriculum Assignments upload not working correctly Add user role in plugin if WPLMS theme not active Third party theme course detection […]

WPLMS plugin 1.5.1.2 & VibeBP 1.5.1

VibeBP [Bug] Precache resources script, third party scripts not loaded in PWA [Bug] Notices appearing for not set settings [Bug] WPML not supporting wc_get_page_id additional filter provision [update] HTML menu items in profile [Update] Portrait mode added as default view in service worker [Bug] Min-height removed from BP profile grid […]

Change icon of any module in PWA screen

The components in VibeBP come with their own icon set. The icons run on filter : vibebp_component_icon , the usual icon size is 24px x 24px Download a suitable SVG icon [ checkout https://feathericons.com] Copy the svg icon code Note the component’s name. Also available in url as #component=COMPONENT-NAME Add […]

Adding a Youtube Preview video in Profile.

Using this tip, you can convert a text field into a youtube video in user’s profile layout. Steps : Create a text profile field in WP admin – Profile – Profile fields : Here users will enter youtube video link , you can set the visibility of this field only […]

WPLMS Plugin 1.5.1 Vibebp 1.5.0.3

VibeBP [Bug] Editor Fix for Media elements  : https://prnt.sc/wl6q4x [Bug] Editor triggers for displaying editor content [Update] WPML Ready changes   WPLMS [Update] WPML ready [Bug] Editor triggers to show content [Bug] Manage quiz special character   WPML Video : https://wplms.io/support/knowledge-base/wplms-with-wpml-multilingual-plugin/

WPLMS 1.5.0.3

[BUG] Editing course layout issue causes display issue in courses [Bug] User reviews incomplete shortcode [Bug] Load class on progressbar and accordions [bug] Assign quiz feature fix