Shibbir Ahmed
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Page Builder] How to make row full screen widthHello @drmayakovski
As I didn’t hear anything from you so that I am closing this topic.
Kind Regards.
Forum: Plugins
In reply to: [WP Page Builder] Widgets not working since new updateHello @metrombsclients
I just checked version 1.2.6 but couldn’t found any issues you have mentioned. Can you tell me which version are you running?
Kind Regards.
Hello there,
I home sorry to say that we do not provide any customization solution to any of our products. It’s against our support policy. I hope you understand this matter.
You may hire a developer to do it for you.
Kind Regards.
Forum: Plugins
In reply to: [WP Page Builder] PB with titleHello @brightkttrnr
Please check this ss: https://prnt.sc/1rd7swi. Equal height with background image is working for me.
Kind Regards.
Hello @blasyfeel
For that you need to set a conditon on create-course.php file with this progress percentage value:
tutils()->user_profile_completion();. I hope you got the idea.Kind Regards.
Hello @tigzik
As we can see that the MathJax-LaTeX plugin is not updating for almost 1 year so we have decided not to provide any MathJax-LaTeX support BUT we are going to implement a better math functionality within 4 months into our core plugin.
Kind Regards.
Hello @tigzik
I just confirmed that we have a plan to implement a better feature for the Math funcitonality and it could take up to 4 months.
Kind Regards.
Hello @ihavenoclueakagi
We are testing this issue. If is there any issue we will fix it in our upcoming version.
Kind Regards.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Tutor CompatibilityHello @freedx
Well, you can use that form shortcode but for that you need to override the default login and regisgtration form from the code.
Kind Regards.
Hello @tigzik
I am sorry for that late but hopefully, in the next update, it will be added.
Kind Regards.
Hello @blasyfeel
Go to your current theme folder and create a tutor folder and inside this tutor folder create a dashboard folder. Now in this dashboard folder create a file called registration.php and in this file add this code: https://codeshare.io/OdkdkN.
After that, find the functions.php file inside your current theme folder and paste this code:
add_filter('tutor_student_registration_required_fields', 'required_terms_and_policy_callback'); if ( ! function_exists('required_terms_and_policy_callback')){ function required_terms_and_policy_callback($atts){ $atts['terms_n_policy'] = 'Please accept our terms and privacy policy'; return $atts; } } add_action('user_register', 'add_terms_after_user_register'); add_action('profile_update', 'add_terms_after_user_register'); if ( ! function_exists('add_terms_after_user_register')) { function add_terms_after_user_register($user_id){ if ( ! empty($_POST['terms_n_policy'])) { $terms_n_policy = sanitize_text_field($_POST['terms_n_policy']); update_user_meta($user_id, '_terms_n_policy', $terms_n_policy); } } }Kind Regards.
Hello @ziccosor
I am extremely sorry for your bad experience. We are continuously working hard to provide better support.
Please let me know is there any issue that is not solved yet. I will try to solve all the available issues.
Kind Regards.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Tutor CompatibilityHello @freedx
1. Yes it is but can you tell me what exactly do you want so that I can help you?
2. Yes, we have added this request. Hopefully, it will be added to our next release.
Kind Regards.