Aman
Forum Replies Created
-
Forum: Plugins
In reply to: [Popup addon for Ninja Forms] How to hide ‘Click’ text?Hi
Thanks for reporting the issue.
I have released v3.1.2 with the fix.
Please update & try it.Regards
AmanForum: Plugins
In reply to: [Popup addon for Ninja Forms] How to use it?Hi
Please contact me from https://ninjamodal.webholics.org/contact/
I have to take a look at your page.
Regards
AmanForum: Plugins
In reply to: [Popup addon for Ninja Forms] How to use it?Hi
Please remove the dot from button class in html.
<button class=”btn btn-small mycontact_popup” ><i class=”fa fa-paper-plane”></i> Contact Me</button>
Also remember to place the shortcode somewhere on page.
Regards
Aman- This reply was modified 7 years, 1 month ago by Aman.
Forum: Reviews
In reply to: [reCAPTCHA for Ninja Forms] Doesn’t WorkHi
Ninja Forms 3.0 has inbuilt support for reCAPTCHA.
Just go to Forms=>Settings and add your reCAPTCHA keys there.Forum: Plugins
In reply to: [reCAPTCHA for Ninja Forms] Not showing on different browsersHi
Which version of Ninja Forms you have installed ?
Forum: Plugins
In reply to: [reCAPTCHA for Ninja Forms] localization of recatpcha_displayHi
language option is added in latest update.
Forum: Plugins
In reply to: [reCAPTCHA for Ninja Forms] Please add localization supportHi
Thanks for reporting it.
Fixing it now.Forum: Plugins
In reply to: [reCAPTCHA for Ninja Forms] reCAPTCHA placing random characters in form emailjust released an update with the fix.
It should be fixed now.
Forum: Plugins
In reply to: [reCAPTCHA for Ninja Forms] reCAPTCHA placing random characters in form emailHi
Thanks for reporting this issue.
I will release an update soon.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: [EDD Mailchimp Subscribe] PHP error upon activatingthanks .. fixed it ??