pistolero
Forum Replies Created
-
It’s working now. Thank you very much!
Hi. Thank you for reply. I’ll test it today and let you know.
Ok, let it be. But the plugin Match Captcha still does not work.
Thank you
Thank you. Good solution as well.
Thanks. I know about Really Simple CAPTCHA, but it’s very easy for bots as well as Google recaptcha. I’m looking for a custom solution with own antibot questions.
I also tried passcode like in this article, it’s not working for me. It ignores the passcode word and accepts everything.
https://docs.ultimatemember.com/article/1644-adding-passcode-validation-in-the-register-form
Thank you for the help. Math captcha is a good extension and I wanna use it.
Till it’s under development I’m looking for the solution to protect my registration form.
In my contact form 7 I’m using quiz protection, and I’m happy enough with the results. It’s a “question – answer field” with 3-5 random custom questions. For example: The capital of Germany – answer Berlin.
Does the Ultimate Member have such Extension or snippet? It will be nice alterative to Math captcha and other Captcha plugins.
Thanks
I deleted the Math captcha old 1.0.1 version and downloaded new version 1.0.2. It doesn’t work.
Plugin could not be activated because it triggered a fatal error.
Fatal error: Uncaught Error: Class 'UM_Extended_Math_Captcha\Core' not found in D:\OSPanel\domains\secondfs.local\wp-content\plugins\um-math-captcha\um-math-captcha.php:101 Stack trace: #0 D:\OSPanel\domains\secondfs.local\wp-content\plugins\um-math-captcha\um-math-captcha.php(106): um_extended_math_captcha_plugin() #1 D:\OSPanel\domains\secondfs.local\wp-admin\includes\plugin.php(2318): include_once('D:\OSPanel\doma…') #2 D:\OSPanel\domains\secondfs.local\wp-admin\plugins.php(192): plugin_sandbox_scrape() #3 {main} thrown in D:\OSPanel\domains\secondfs.local\wp-content\plugins\um-math-captcha\um-math-captcha.php on line 101
Hi. Thank you for reply. I can see that ticket has been closed.
So, this extension wouldn’t work anymore?
Yeah, it’s working. Thanks
Forum: Fixing WordPress
In reply to: Duplicated Images in v6.2I have the same problem. WordPress 6.2 duplicates the images in Media library. The site I’m developing is on my local environment, I’m using Open Server. Everything was fine in previous version of WordPress.
Thank you very much. I will try your code
Hello. Thank you very much, now it’s working good.
I can even enable or disable necessary columns in the Users table.
Unfortunately I don’t have those settings
Thank you very much. I’ve deactivated the old code snippet and installed the new plugin.
The problem that I don’t see any new columns in users page. And I can’t find where I can enable or disable columns.
Also when I enabled the plugin I got this message:
The plugin generated 456 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
- This reply was modified 1 year, 7 months ago by pistolero.
Hi. The provided explanation doesn’t work for me. I’m trying to load a 3rd party script only on some pages, but the conditional logic is not working.
add_action( 'wp_enqueue_scripts', 'add_flickity_js' ); function add_flickity_js() { wp_register_script( 'flickity-js', 'https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js', array(), '2.3.0', true ); wp_enqueue_script( 'flickity-js' ); }
Code type: PHP script
Location: Run Everywhere
Conditions: SHOW the code snippet if PAGE URL Contains fotbolThis script is working only in Run Everywhere location.
The conditional logic works only for logged in/logged outAm I doing something wrong? Thanks
- This reply was modified 2 years, 1 month ago by pistolero.