1timothy412
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightweight Grid Columns] Columns are not centeredThanks for the reply… I have tried this but it isn’t working. I know how to use css and html, and all the normal methods for centering things are not working (as mentioned previously), which is making me think it’s an issue with the plugin. Any ideas?
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Captcha not disablingI don’t have a place to upload a screenshot. The captcha says:
“Please enter an answer in digits: [number spelled out] + [number digit] = [text box]“
I don’t have any other captcha plugins on the site so this would be the only one generating it. It is this plugin because the captcha disappeared when I deactivated the plugin.
To disable, I used the following setting: I went to WP Security -> User Login -> Login Lockdown and unchecked “Check this if you want to enable the login lockdown feature and apply the settings below.”
I also did the same under WP Security -> User Registration -> Registration Captcha and unchecked “Check this if you want to insert a captcha form on the WordPress user registration page (if you allow user registration).” I saved the settings on both.
Both of them are currently unchecked, but the captcha is still on the login page and registration form.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Captcha not disablingIt’s showing up in multiple browsers so it isn’t a browser cache issue. I even deleted the plugin, made sure the captcha was gone, and then reinstalled & activated the plugin. As soon as the plugin was active, the captcha reappeared, even though I didn’t select any options or reinsert the rules into the .htaccess file.
Is there a specific piece of code in the .htacces or wp-config.php that I could look for to delete the captcha manually?
Just wanted to report back… the update seemed to fix the issue for me. Everything is working fine now. Hope the same is true for the rest of you!
I have the same problem… the gift card number is not being sent in the email. It does show in the user’s order details in their My Account. But why won’t it email?
How do I use WP_DEBUG? What would the error say so that I know it’s connected with the gift card?
Forum: Plugins
In reply to: [Woo Simple Gift Wrapping] Change title in checkout order overview/reviewThank you for the update!
Forum: Themes and Templates
In reply to: [SoSimple] Change header imageThank you!
Forum: Fixing WordPress
In reply to: PHP conditional field in Woocommerce checkoutFound a plugin to do this for me!
https://www.ads-software.com/plugins/woo-simple-gift-wrapping/Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Shipping class exceptionThank you for your help. I was able to get it to work properly!
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Shipping class exceptionAnd, yes, I did set the shipping class on the product page.
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Shipping class exceptionThanks for the quick reply. Yes, I do have a limit shipping price (min=14, max=14). When disable the max shipping price, it makes the shipping an outrageous $500-somthing. Settings are as follows:
Handling Fee=0
Shipping rate=14
Min shipping price=14
Max shipping price=14
Extra weight only=disabled
Weight step=empty
Min weight=25
Max weight=32
Min Subtotal=empty
Min Subtotal=empty
Subtotal with tax=disabled
Shipping & Handling Class Overrides
—–Shipping & Handling Class=class name
—–Handling Fee=0
—–Shipping & Handling Rate=19
—–Weight Step=emptyAny clue as to why it’s not working?
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Remove text from invoiceHow do I change so it doesn’t say anything (in the cart, checkout, or invoice)? This is my only shipping option so I don’t need/want it to have a title. But when I leave the main method title blank, the shipping option doesn’t work any more.
Forum: Plugins
In reply to: [WooCommerce] Change coupon description messageThank you both for your help. The “Say What” plugin worked for me!
Forum: Plugins
In reply to: [WooCommerce] How to declare custom ordering nameThanks for the quick reply… I am trying to place a header over one category on the shop page. I excluded that particular category from the loop and am using the following code to place this particular category underneath the loop on the the shop page:
function woa_content_after_shop() { echo "<h2>Text Above Category</h2>"; echo do_shortcode('[product_category category="toys"]'); } add_action( 'woocommerce_after_shop_loop', 'woa_content_after_shop');
So now I want the products in this category to use my custom ordering. Is that possible?
Forum: Fixing WordPress
In reply to: Link for "WordPress 4.2 Master List" is brokenI am able access it now so it appears to fixed.