Nico
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] Doesn’t workHi @elliotvs
in the first step i used WP Safe Mode and only enabled wpDiscuz (without reCaptcha being on) and CloudFlare Turnstile. Didn’t work:



And then i saw your new comment and updated the Plugin. Purged the cache, made sure, everything is enabled, but it still doesn’t show (In the screenshot logged-out, accepted all cookies):
Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] Doesn’t workHi @elliotvs
do you maybe have a exlusion list for LiteSpeed Cache or something? Because there has not been a Plugin Update and i’ve not installed another Plugin. It “just happened”.
Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] Doesn’t workHere’s a screenshot, too. π

Oh and just FYI: I had to enable wpDiscuz’ reCaptcha V2 since i got spammed right away.
- This reply was modified 2 years, 12 months ago by Nico.
Forum: Plugins
In reply to: [Glossary] Compability Issue with UsersWPHi @mte90
already thank you so much for your effort here. It’s a very specific issue and i appreciate that you all are at least trying to resolve it.
Hi @kimwhite
this is limited to the Post Title only when the Post Page is already loaded. I wanted to do something sitewide, so the +PLUS would also be added to f.ex. search results, on archives, etc. I tried this approach, but that doesn’t seem to apply.
function add_plus_before_title($title, $post_id) { // Check if the post type is "post" if (get_post_type($post_id) === 'post') { // Check if the post requires membership level 1 or 2 if (pmpro_hasMembershipLevel(array(1, 2))) { $title = '+PLUS ' . $title; } } return $title; } add_filter('the_title', 'add_plus_before_title', 10, 2);Forum: Plugins
In reply to: [Glossary] Compability Issue with UsersWPSadly, I also haven’t gotten a response. Damn. I need the Glossary at all costs, so currently I most likely can’t become a user of UsersWP. :/
Hi @kimwhite would that be the correct code? 3 Days upon publishing, restricted to the Category “Beauty”?
function make_old_posts_free($hasaccess, $post, $user, $post_membership_levels) { //if they already have access, let them at it if($hasaccess) return $hasaccess; //only make posts of type post (i.e. not pages or other CPTs) free if ( in_category( 'category-name', $post )) $hasaccess = true; //now check the publish date $published = strtotime($post->post_date, current_time('timestamp')); if($published < strtotime("-3 Days", current_time('timestamp'))) $hasaccess = true; return $hasaccess; } add_filter('pmpro_has_membership_access_filter', 'make_old_posts_free', 10, 4);Hi @kimwhite , i’m using the Divi Builder and according to the styling of Divi, it should’ve been something along the line of this CSS for Levels 1 and 2. But that doesn’t work.
.pmpro-body-level-1 .h3 .entry-title::before,.pmpro-body-level-1 .h3 .entry-title a::before,..pmpro-body-level-1 .h3 entry-title::before{content: '(+)'}Example Post, restricted to Levels 1 and 2: https://www.gooloo.de/2013/01/example-post-for-plus.html
- This reply was modified 3 years ago by Nico.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Ton of Cookies that shouldn’t be thereHi Jarno, thank you. I forgot to wipe the list before re-scanning. Upon scanning it kept the old ones and added the new, resulting in 250+ cookies. Though that begs the question, why Complianz hasn’t scanned and reset itself? I mean, 250 cookies is honestly record-worthy; i’m now at a whopping… 12. I have not deactivated the monthly search, nor have i manipulated Complianz in any way. Might there be a reason you could think of?
I’m sorry but that all still looks pixelated. I’m gonna have to find another solution.
Hi Kim, thank you very much!
Could i change that to only one category specifically? I really am not that handy with PHP, but would that work?
if($post->post_type != 'post') elseif($post->post_category != 'Beauty')Hi Luis,
i have another issue. The Form seems extraordinary large. I want to compromise it to the bare minimum. And, the images are only shown in a small square, so you don’t even see how the fonts look. Can you help me with that?
Export: https://drive.google.com/file/d/1ULe9ZY04k48oT28MEqzNoUDJbvdSvrY3/view?usp=sharing
Hi Luis, thank you so much i’ve now switched to images. And i hindsight, that actually makes a lot of sense. Thanks for clearing that up.
Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] GDPRHey, maybe this answer helps: https://community.cloudflare.com/t/turnstile-gdpr/436978
Cite:
(…) GDPR explicitly allows using technical information where reasonably necessary. For example you donβt need to ask for cookie permissions if you only ever use a session id cookie.
Safety and security are considered a technical necessity to run a site. So using available technical information for ensure s+s is within reasonable use is permissable. (…) Turnstile is very like within the bounds of permissive use of technical measures for safety and security. (…)Hi Hessel, thank you very much! It would be awesome since it’s very gnarly to start all over “in the middle of the year” and have four years of records only in an Excel sheet.