benjaminblue
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Accordions] Accordion and moving tabs up the pageI ended up using jQuery UI accordion and it’s working great.
Thank you though, I appreciate it!
BenForum: Plugins
In reply to: [WooCommerce] Requiring minimum order amount before freight is addedI have the plugin installed now.
I only need to require a minimum $75 order before shipping for all orders. So went into each shipping zone, and added Table Rates shipping method, and added Per Order calculation type with Minimum Cost Per Order of $75. I then bought a product for $2.95 that worked, no minimum was enforced.
Can you help me with what i am missing?
- This reply was modified 4 years, 9 months ago by benjaminblue. Reason: improved questioin
Forum: Plugins
In reply to: [WooCommerce] Requiring minimum order amount before freight is addedThanks Tony, i will check it out. I am a dev myself and this for my client and her store, so i would need to take a look at how she has freight setup.
I’ll check that out though, thanks!
ok, thank you for letting me know!
Ben
Forum: Plugins
In reply to: [Contact Form 7] Orange border spam message with no captchaI should have mentioned i have 5.1.4.
Thank you for the quick reply!
I totally understand, and my issue is, I am working on a form previously coded by another dev, and it posts to somewhere else – my somewhere.php is actually an external .asp that I cannot change nor do I have access to.
Any ideas on somehow working around that?
accidental second message.
- This reply was modified 5 years, 7 months ago by benjaminblue.
- This reply was modified 5 years, 7 months ago by benjaminblue.
Hi Shamim, i am trying to do the same thing, and your linked page above helped. Would this be correct?
<form action="somewhere.php" method="POST"> <input id="first_name" maxlength="40" name="first_name" size="20" type="text" required=""> <?php do_action('anr_captcha_form_field');?> <?php if ( anr_verify_captcha() ) { // Answer is right // process form } else { // Answer is wrong // Show error or take other necessary action // Do not process form event.preventDefault(); alert("Please check the recaptcha"); } ?> <input type="submit" name="submit"> </form>
So, is
anr_verify_captcha()
in a good place or does it even matter?
Thanks!- This reply was modified 5 years, 7 months ago by benjaminblue.
- This reply was modified 5 years, 7 months ago by benjaminblue. Reason: fixed error
Forum: Plugins
In reply to: [Theme My Login] Adding Extra Registration Fieldsif it helps anyone, the answer to my own question was yes, and it works.
Thanks Jeff for the awesome documentation!
Forum: Plugins
In reply to: [Theme My Login] Adding Extra Registration FieldsA better way to ask my question, is, using this example: https://docs.thememylogin.com/article/107-adding-content-to-forms
where do i put that? in theme-my-login-custom.php?
Forum: Plugins
In reply to: [Theme My Login] Adding Extra Registration FieldsHi Jeff,
I am assuming the process above will work for adding custom content instead of a form field? I am wanting to add some basic HTML to be displayed above the login form.
Thanks!
BenForum: Plugins
In reply to: [WooCommerce] error on checkout: “Please select a Preferred Method options”turns out a dev had added some custom fields in functions.php file, and one of them was throwing the error when no option was selected. THEN, some other dev had hidden with CSS that same field. Thanks for jumping in with me and trying to help. Very appreciated!
Forum: Plugins
In reply to: [WooCommerce] error on checkout: “Please select a Preferred Method options”i switched to a WordPress theme 2017 and no error and checkout worked! I don’t know anything about this theme except it is not Avada (my #1) and i don’t like it.
Forum: Plugins
In reply to: [WooCommerce] error on checkout: “Please select a Preferred Method options”i re-enabled just now, as i am waiting for my clone with WP staging to be done. There i will do all the disabling.
Forum: Plugins
In reply to: [WooCommerce] error on checkout: “Please select a Preferred Method options”i disabled the Checkout Field Editor for WooCommerce plugin and the page looked exactly the same. (I am a freelancer and did not build this page or this site, but am fixing this issue.)
So now i am making a full site clone so i can strip back everything i need to to isolate the problem. Will report back.