Forum Replies Created
list of topics you have created till now.
-
-
Hi, thank you for your response,
Issue 1: wp-content/themes/efor/functions.php
I added this:
add_filter(‘tutor_login_required_message’, ‘custom_tutor_login_required_message’);
function custom_tutor_login_required_message($message) {
return __(‘Du musst dich einloggen, um diesen Kurs zu kaufen. Wenn du bereits ein Konto hast, melden dich bitte an. Andernfalls verwende eine andere E-Mail Adresse.’, ‘tutor’);
}but still no message ist shown…
Issue: 2 Coupons setup ist checked, an even codes without any limitation not working….
With almost all Plugins disabled i still get the same error…
All Plugins are up to date
Cant Test the Coupon in Debug mode, i get this error Message on the checkout site: (see private Content)
Issue 3: i added this to the function.php but it made no changes:
add_action(‘tutor_registration_form_before_submit’, ‘add_custom_checkboxes’);
function add_custom_checkboxes() {
?>
<p>
<input type=”checkbox” name=”terms_conditions” id=”terms_conditions” required>
<label for=”terms_conditions”>Mit der Registrierung akzeptiere ich die Allgemeinen Geschäftsbedingungen</label>
</p>
<p>
<input type=”checkbox” name=”privacy_policy” id=”privacy_policy” required>
<label for=”privacy_policy”>Mit der Registrierung akzeptiere ich die Datenschutzerklärung</label>
</p>
<?php
}add_action(‘tutor_before_register’, ‘validate_custom_checkboxes’);
function validate_custom_checkboxes() {
if (!isset($_POST[‘terms_conditions’]) || !isset($_POST[‘privacy_policy’])) {
wp_die(__(‘You must agree to the Terms and Conditions and Privacy Policy to register.’, ‘tutor’));
}
}Thank you for fixing the icon Box!
Hi,
Problems within the Theme:
– ICON-Box in the Header: both Icons do not redirect to the Link by clicking.
Preblems with TUTOR LMS
1 Problem: Users with already registered emails cannot make a booking without logging in first, and there’s no clear error message.
Solution: Tutor LMS likely enforces this behavior to prevent duplicate accounts or conflicts. However, you can customize the error message to make it clearer for users.
You can use the following code snippet in your them:This Code-Snippet does not work:
add_filter(‘tutor_login_required_message’, ‘custom_tutor_login_required_message’);
function custom_tutor_login_required_message($message) {
return __(‘Du musst dich einloggen, um diesen Kurs zu kaufen. Wenn du bereits ein Konto hast, melden dich bitte an. Andernfalls verwende eine andere E-Mail Adresse.’, ‘tutor’);
}2. Problem: Coupon Codes not working i get this Error: “Coupon Code is not applicable!”
for all Coupon Codes i tried. Even the Codes witouht any limitations.3. Problem: additional Checkbox for the Registration Form for Privacy policy
How to Add a Checkbox for general terms and conditions and a second one for Privacy policyHey Guys,
any news?
Hey Serkan,
Thank you for your fast reply!
Well i tried to fix the Problems:
1. PROBLEM:
i copied that to the functions.php but the message was not displayed, that code seem not to work,add_filter(‘tutor_login_required_message’, ‘custom_tutor_login_required_message’);
function custom_tutor_login_required_message($message) {
return __(‘Du musst dich einloggen, um diesen Kurs zu kaufen. Wenn du bereits ein Konto hast, melden dich bitte an. Andernfalls verwende eine andere E-Mail Adresse.’, ‘tutor’);
}2. PROBLEM:
The ICON BOX Top Right not clickableThe Console shows me this Errors:
Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
jquery-migrate.min.js?ver=3.4.1:2 JQMIGRATE: Migrate is installed, version 3.4.1
5useUserExtension-7c796cda.js:70 Uncaught (in promise) Error: redacted
at useUserExtension-7c796cda.js:70:27056
complianz.min.js?ver=1728599502:1 opt-in– but it seems to me that this has nothing to do with the ICON BOX.
– After Changing Theme to twnty twnty four, the Icon Box was missing, so i could not Test it.
– Other Plugins don´t seem to make any Impact3. PROBLEM:
Coupon Codes are made with TUTOR LMS itself. I am not using WooCommerce. Therefore i need to much Plugins. Doné want to slow the Site even more down.
I want to use tha TUTOR LMS native eCommerce System!
Thats why the rest of your Suggestions won´t help me.
I already tried to get help from Tutor LMS Support, but they won´t help me. They said that i have to contact you.
4. PROBLEM
i don´t use any caching Tool, none of them even with the lowest cache Setting can Speed up my Site witouht breaking it…
I am looking forword for more help…
i got some news:
The native Payment ist working. Because of the Guest Purchase, i can´t make a booking with an already registered E-Mail. With a new E-Mail it work´s fine.
Already registered E-Mails have to login themselves first. But it would help if the user could see a error message.
But the Problem with the Linked Icon-Box, not redirecting and the Problem with Coupon Codes still exists.
I tried new Coupons, without any limits, but none is valid when i am testing…
So pls, i still need your help.
also i got the Problem that my Coupon Code ist not working…
I testet Easy Digital Downloads and WooCommerce, both Plugins won´t redirect to cart or a checkout…
Hey Guys,
can you sent me the Licence Codes again? Can´t Find the Mail… Somehow my Jet Elements Plugin says that it expired…
Thanks.
See Private Content, Site ist in Maintenance Mode
Hi,
thanks for the reply. So i have to convert the Text into a Picture? In the Demo its switching colors from the Text. I did not Uploud the Logo as picture, i just changed the Text…
Hey there,
pls send me the licences, too
Thanks a lot :)
Hey,
i got the Same Problem, can you help?