Forum Replies Created
-
This could be connected to safari bug can you try enabling GPU for video processing
Assetlinks.json mismatches with the live sha-256 : https://prnt.sc/oqVx-_AHtecd
I have your hosting but i am finding difficult where to find file management.
For the developer Android console you have to get the live SHA 256 from here : https://prnt.sc/7EzuuV6lHNsE
can you update it and confirm the app’s url bar should be removed.
in reply to: Address bar in appThis reply has been marked as private.Update releasing soon . we have identified the issue.
in reply to: Errors in 1.5.9.8Working video from your site : https://youtu.be/7OQWCclSc7Y
in reply to: “Prevent Simultaneous Login” not workingsite link and WP admin details.
It might make more sense to upgrade to verison 4 as appointments is much more stable and all your bookings will be imported as well.
in reply to: WPLMS appointmentsThe provision has been added, the fix will be avai;able in today’s update. You have to add following code.
add_action('footer',function(){ ?><script>window.native_message = true; </script><?php });
result : https://prnt.sc/2FROO6LWgglJ
in reply to: Message Text Area IssueWe are working on this right now as high priority. We’ll update you once resolved..
The update was live, kingly confirm this should have resolved the issue.
in reply to: Some questionsAlso please see this video : https://www.youtube.com/watch?v=mHLAlEnGcts
this is from old version 3.x but the concept and features are same for drip feed.If you want the unit to unlock on a specific date and time , only and only then you use unit access date and time, otherwise leave it blank.
-
This reply was modified 1 month ago by
Mr.Vibe.
in reply to: Some questionsYes of course. Got manage courses – select the course – select the student, click on extend subscription and extend user’s subscription.
Or simply remove the user and re-add the user into the course.
https://docs.wplms.io/instructor-guide/instructor-guide#b1.-add-students-in-coursein reply to: Some questionsWe will need to capture the signup ID of the user and then capture the saved profile fields in the meta and apply them.
$signups_query = BP_Signup::get( array( 'include' => $ids, ) ); if ( ! empty( $signup->meta['profile_field_ids'] ) ) { // apply the profile fields }
I will share detailed code in the next response.
share site link and WP admin details. Ensure WP admin – Settings – BuddyPress- Components – xprofile is active.
Are you using any third part addon for skipping the member activation ?
I would need to check the database on why the assigned fields are not generated for the user.
Here’s how things should work :
1. User signs up.
2. An entry is made in the signups section with an array storing all profile field data.
3. User activates the account, a WP user is created and all the profile data is assigned to him.Now, I think some third party code/plugin is automatically activating the user without assigning the fields to member profile.
In the video the user is not activating the account ?
All the fields filled by the user during registration are saved in the wp_signups table and applied on the profile fields when the user’s account is activated.Please activate the user’s account in WP admin – Users – Signups and then edit it and check the extended settings.
p.s : This is standard BuddyPress registration process.
-
This reply was modified 1 month ago by