jaredratcliff
Forum Replies Created
-
Forum: Reviews
In reply to: [Google Authenticator - WordPress 2FA, OTP SMS and Email] Review DeletedI appreciate your responses and help in clarifying this.
Forum: Reviews
In reply to: [Google Authenticator - WordPress 2FA, OTP SMS and Email] Review DeletedThanks for clarifying. It still concerns me that my email address is included in that email, but I don’t know how much control you have over that.
- This reply was modified 4 months, 3 weeks ago by jaredratcliff.
Ooh I have no idea how I missed that. ?? Thanks so much for the help @isaumya!! You’re awesome
Yeah thanks! I turned Image Accelerator off awhile ago, so I don’t think they should refresh themselves…
Sure thing!
I only changed two things in the rules: (1) the name of each Cache Rule, to remind me which plugin it was used for, and (2) I added a string to the “cache eligible requests & ignore query…” rule, to have it ignore an additional query my site uses. But I wouldn’t think that either of those should break anything.
The first two screenshots are my rules, but as I mentioned, even when they’re disabled the problem remains. But here they are:
And the next four are the ones for the SPC plugin. Number three (default bypass cookies) doesn’t show the entire code, so I added it below the picture.
(And the full code string):
(
http.host eq “example.com” and
(http.cookie contains “wordpress_logged_in_” or http.cookie contains “comment_” or http.cookie contains “woocommerce_” or http.cookie contains “wordpressuser_” or http.cookie contains “wordpresspass_” or http.cookie contains “wordpress_sec_” or http.cookie contains “yith_wcwl_products” or http.cookie contains “edd_items_in_cart” or http.cookie contains “it_exchange_session_” or http.cookie contains “comment_author” or http.cookie contains “dshack_level” or http.cookie contains “auth_” or http.cookie contains “noaffiliate_” or http.cookie contains “mp_session” or http.cookie contains “xf_” or http.cookie contains “mp_globalcart_”) and
not http.request.uri.path contains “.”
)Thanks so much for the help!
Forum: Reviews
In reply to: [Simple Cloudflare Turnstile - CAPTCHA Alternative] Awesome. It “Just Works!”Hey, the fast support has been awesome! Updated my review.
Hey thanks, that’s awesome.
Awesome, thank you!!
Hello,
Thanks for the advice. I just added that to the code, and it does not fix the problem. Here’s my code now:@import url(//fonts.googleapis.com/earlyaccess/notosanskhmer.css); @import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap'); .translatepress-km { font-family: notosanskhmer !important; font-size: 16px !important; } /*sets font for TranslatePress Khmer body*/ .translatepress-km h1, .translatepress-km h2, .translatepress-km h3, .translatepress-km h4, .translatepress-km h5, .translatepress-km h6 { font-family: Koulen !important; }