Slavek
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Is the cache working?Thank you.
Forum: Plugins
In reply to: [Admin Columns for ACF Fields] Sort by ACF radio buttonNow I have 0.3.2. ACF is 6.3.11. Still no option to sort. https://pasteboard.co/padZC2VGsXWX.png
“Admin Column” for the field is enabled. Could it be because this is for /wp-admin/users.php?
Forum: Plugins
In reply to: [Admin Columns for ACF Fields] Number of posts disappearsHi Florian, thank you for the update. I can see the number of posts now, but I’m not able to sort by the number. https://pasteboard.co/nIluTopL20Gd.png
Perfect, thank you.
Forum: Plugins
In reply to: [Ultimate Maps by Supsystic] Leaflet: most of the themes don’t workThank you for the info, Ole.
Forum: Plugins
In reply to: [Ultimate Maps by Supsystic] Leaflet: most of the themes don’t workAny info on this?
Thank you. All is clear now and working as expected.
Here are the screenshots.
https://ibb.co/26XpwW1
https://ibb.co/sJkq0Fk
https://ibb.co/tKVt7Rf
https://ibb.co/dLDwgFwThe product is https://karolinanumminen.com/courses/course/career-incubator/. After clicking “Add to cart”, you need to register to be able to continue to the cart and checkout page.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Error when adding reviewsI found the issue. I use the following code to deny access to wp admin dashboard to subscribers, and because of that, admin-ajax.php is returning 302. So how to deny acces to wp-admin for subscribers and allow them adding reviews?
function redirect_subscriber_to_frontend() {
$current_user = wp_get_current_user();
if (count($current_user->roles) == 1 && $current_user->roles[0] == 'subscriber') {
wp_redirect(site_url('/dashboard/'));
exit;
}
}
add_action('admin_init', 'redirect_subscriber_to_frontend');OK, so it was because of the low price for testing (1 CZK). The form loads now.
But after paying (my card was charged and I see the amount in Stripe), I get this error: Unable to complete your request. Please try again. https://pasteboard.co/PgrJtmC9B2NI.png
The user account was created during this process, but the course wasn’t purchased/assigned to that user. Also, in Downloads > Orders, this transaction is completely missing.
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Buyers not enrolledSunjida, in EDD > Orders, all the orders were already marked as completed. Automatically.
Maizul
Deactivate and Reactivate Plugins – didn’t help.
Clear Cache – not applicable at the moment.
Check for Plugin Conflicts – unfortunately, this one didn’t help either. With only Tutor LMS and EDD active, I still wasn’t enrolled after purchase.
Any chance to give you an admin access so you can see more details?
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Buyers not enrolledSure, here are three screenshots:
https://pasteboard.co/g1JRZ8mkwbVO.png
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Buyers not enrolledHi Sunjida, thank you for your suggestions. Unfortunately, none of them helped.
1. Configure EDD Payment Settings:
EDD > Downloads > Settings > Payments and ensure that the payment status is set to “Complete”. There is no “Settings” in EDD > Downloads. If you meant EDD > Settings > Payments, then there is no settings for payment status.
2. Tutor LMS Enrollment Settings:
Go to Tutor LMS > Settings > Course and ensure that the “Auto redirect to courses” option is enabled. Auto redirect to courses mentions only WC, not EDD. I tried to enable this, but nothing has changed.
Check Tutor LMS > Settings > Monetization to ensure that the EDD integration is properly configured. It is.
3. User Role and Capabilities:
Ensure that new users are assigned the correct role with access to the purchased course. This can be checked under Users > Roles. There is no Roles settings in Users.
Everything is set up according to https://docs.themeum.com/tutor-lms/ecommerce/easy-digital-download/.
Thank you, Mohammad, this works.
Any update on this?