Alkerion
Forum Replies Created
-
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] PHP Fatal error – function add()Hi !
I’ve never solved this issue on my sites.
I’ve built a new site and I still have issues with this plugin.
If the captcha field is empty or inaccurate I obtain the error :
Error thrown
Call to a member function add() on nullThis time there is no PHP error thrown.
If I enter the right captcha everything works as expected.HELP appreciated.
Regards
Forum: Plugins
In reply to: [Admin Custom Login] Login page not fully translatedHi !
This annoying issue has been reported several times, why don’t you fix it ?
If I disable Admin Custom Login the sentences are on the expected language (French in my case) on the default WP form, so the issue is due to your plugin.
In the mean time I’ve translated your plugin in French, if you’re interested let me know how to send you the translated files. (a few sentences cannot be translated because they are missing in .po file, I’ll let you know which one).
On WP translation page for your plugin it’s written :
“This plugin is not properly prepared for localization. If you would like to translate this plugin, please contact the author.”https://translate.wordpress.org/projects/wp-plugins/admin-custom-login
Could be nice to fix that, what do you think?
Best regards
Forum: Plugins
In reply to: [Admin Custom Login] Login page not fully translatedHi !
Thanks, but I know that.
It’s just not working as you can see in the picture above, half of the words/sentences aren’t translated.
Regards
Forum: Plugins
In reply to: [Admin Custom Login] Logo dimensionsHi !
I don’t understand your reply, but hopefully I solved the issue by myself quite simply by using the left & right arrow keys on the keyboards, that way you can set the exact value (the slider increment is 2 not 1 as expected).
My remark “An option to keep image size could also be nice, as well as an option to keep ratio.” is for logo, not background.
Regards
Forum: Plugins
In reply to: [Admin Custom Login] Translate Login formForum: Plugins
In reply to: [Admin Custom Login] Logo dimensionsHi !
Actually I’ve adapted the logo to dimensions I’ve been able to set on settings to avoid any resize.
Could be nice to have an option to enter manually the values as the sliders doesn’t allow all values.
An option to keep image size could also be nice, as well as an option to keep ratio.
Best regards
- This reply was modified 9 years, 8 months ago by Alkerion.
Hi !
Good to know.
Why can’t we setup this on the Login Form Setting ?
Best regards
- This reply was modified 9 years, 8 months ago by Alkerion.
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] PHP Fatal error – function add()I also have the same error on two other sites (http and https)
The error is on that line:
$errors->add('captcha_error', "<strong>$error</strong>: $validate_result");In this function :
// this function checks the captcha posted with registration function si_captcha_register_post($errors) { global $si_captcha_dir, $si_captcha_dir_ns, $si_captcha_opt; $validate_result = $this->si_captcha_validate_code('reg', 'unlink'); if($validate_result != 'valid') { $error = ($si_captcha_opt['si_captcha_error_error'] != '') ? $si_captcha_opt['si_captcha_error_error'] : __('ERROR', 'si-captcha'); <strong>$errors->add('captcha_error', "<strong>$error</strong>: $validate_result");</strong> return $errors; } return($errors); } // end function si_captcha_register_postForum: Plugins
In reply to: [Memphis Documents Library] Disable "Allow comments" on new doc postTHANKS!
That is what I was looking for :
Settings>Default article Settings> uncheck Allow people to post comments on new articlesIt took me quite some time to find that this checkbox was under Settings/Discussion.
BR
