Aman
Forum Replies Created
-
Forum: Plugins
In reply to: [reCAPTCHA for Ninja Forms] reCAPTCHA This is a required fieldHi
I have released an update for this bug.
Please update to v1.2 and let me know if the issue is fixed.Forum: Plugins
In reply to: [reCAPTCHA for Ninja Forms] reCAPTCHA This is a required fieldHi @vsasolutions, @design_co, @frnkoc
Thanks for reporting this issue.
I am looking into it, will release an update soon.Regards
AmanForum: Plugins
In reply to: [reCAPTCHA for Ninja Forms] Can't clear reCAPTCHAHi John
have you set your reCAPTCHA site keys correctly ?
Pleas try updating to version 1.1 to see if issue is fixed.regards
AmanHi
Please update to version 1.1 to fix this warning message.
Hi
I haven’t tested it but I think below code should work fine.
you can add below code in your functions.php to hide the required notefunction remove_required_note( $settings ){ $settings['req_div_label'] =''; return $settings; } add_filter( "ninja_forms_settings","remove_required_note");or if you are comfortable with css then you can add below code to your site css
.ninja-forms-required-items{ display:none; }Forum: Plugins
In reply to: [Subscribe Mailchimp for EDD] PHP error upon activatingthanks .. fixed it π
Forum: Plugins
In reply to: [Subscribe Mailchimp for EDD] PHP error upon activatingHi Jesse
Thanks for pointing that out.
I have fixed the warnings in latest version
Regards
AmanForum: Plugins
In reply to: [Ninja Forms - The Contact Form Builder That Grows With You] Error on sendingHi
You can try disabling WP_DEBUG in wp-config.php file
It will hide all warning and notices.define(‘WP_DEBUG’, false);
Forum: Reviews
In reply to: [Wp Fixed Social Profile Icons] Nice plugin broThanks for feedback.
Box sizes coming in next update shortly !!Regards
AmanIt may be your host issue.Also check which php version you have on server.
Here is the discussion why omitting php end tag is a good practice.
http://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tagRegards
AmanHi
If you talking about missing ?> at the end of the file, it is left out intentionally. It is not compulsory to have php closing tag ?> at end of file.
Good to know that you liked the plugin.
You can press the ‘fix it’ button next to that warning.
That worked for me..