Jacob Hill
Forum Replies Created
-
Forum: Plugins
In reply to: [WP SAML Auth] Authcontext prevents loginThis worked for me as well! Microsoft Entra was giving me this error:
AADSTS75011: Authentication method ‘MultiFactor, Fido’ by which the user authenticated with the service doesn’t match requested authentication method ‘Password, ProtectedTransport’. Contact the WordPress SSO (tekfused.com) application owner.
RequestedAuthnContext is an optional value. If possible, ask the application if the value could be removed.
This would be great if this was fixed in the core plugin.
Amazing!! Thank you so much, this is so helpful to have fixed so quickly! Was hard to use the debug.log with this filling it up.
I’d like to see how I can accomplish this with Gravity Forms. Any tips?
Thank you. Can you please submit a feature request allowing us to link directly to a course review area? Ideally it would also be available inside the lesson pages as well. Thank you!
Yes I did. I’ll reach out there, thank you!
Hi Jobayer, thank you. That is exactly what I tried, and unfortunately it only partially works.
When I access the course page, it shows as this which is correct: …/training/name/
When I access a lesson in that course, the URL reverts and includes “courses” like this: …/courses/name/tutor_quiz/test/
Thank you!
Jake
Is there any way that I can create my own shortcode to output the singular course and lesson?
I also need shortcodes for singular lesson pages as well.
That’s great to hear! Thank you for the update!
I’m having the same exact issue! I have to purge cache to fix these 404 issues on CSS files. And then it happens again! Is there a fix yet?
Forum: Plugins
In reply to: [HappyFiles - WordPress Media Folders & File Manager] Plugin closed??I’m very surprised that this plugin was removed from the repo because of the folder limit. How is that making it a trial? This is MESSED UP and is a really bad call by the WP repo team. This decision should be reversed.
Forum: Plugins
In reply to: [LiteSpeed Cache] LSCache Issue with WooCommerce@adrianjecan, I posted a solution here: https://wordpress.org/support/topic/lscache-issue-with-woocommerce/#post-14658337
Forum: Plugins
In reply to: [LiteSpeed Cache] LSCache Issue with WooCommerceI resolved this by commenting out a few lines of code in the following file:
…/wp-content/plugins/litespeed-cache/thirdparty/woocommerce.cls.php
/* elseif ( function_exists( 'wc_notice_count' ) && wc_notice_count() > 0 ) { $err = 'has wc notice' ; } */In my opinion this is a really bad idea. In many cases, there is no way to find the notices that need to be cleared, so no logged in users receive any cached pages indefinitely which obviously cause huge performance issues and makes LS Cache useless.
@qtwrk, Obviously when I update I’ll have to implement this code change again. Is there any way that this can be addressed?
Forum: Plugins
In reply to: [LiteSpeed Cache] LSCache Issue with WooCommerceI don’t believe the issue has been addressed yet. I recently had this pop up again, but was unable to determine which wp-admin Woo alert needed to be cleared to allow caching… So no caching for that site which is crazy!
Forum: Plugins
In reply to: [LiteSpeed Cache] LSCache Issue with WooCommerceThanks for the help!! After researching together, we discovered that the cause was a Woocommerce backend message that was preventing the admin user (not subscribers) from receiving cached pages on the front end.
After dismissing the Woocommerce alert in /wp-admin/, the pages were cached for my admin user as normal.
References:
https://woocommerce.github.io/code-reference/files/woocommerce-includes-wc-notice-functions.html