Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] price slider not working in woocommerceHey @knoweb
I wanted to check your site to see what might be the issue, but it appears your site is down at the moment. Could you check that first?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce pages not displaying correctly…but only sometimes!Hey @rdoran21
It’s hard to check what might be the issue if the problem doesn’t appear for everyone, so we’ll need to find out how to reproduce it.
Does this happen when they go to a particular page, and/or perform any specific actions, or is it all totally random?
- This reply was modified 5 years, 5 months ago by Senff - a11n.
Forum: Plugins
In reply to: [WooCommerce] New State Missing in Tax State List for IndiaHey @nirajnagar
For any additions to improve WooCommerce, it’s best to suggest this to the developers directly right here:
https://github.com/woocommerce/woocommerce/issuesForum: Plugins
In reply to: [WooCommerce] Problem with send mail Order in processingHey @maurotto80
If the customer doesn’t receive the Order Processing email, but all other emails are being received, check if it’s enabled by going to WooCommerce → Settings → Emails → Processing Order.
If it’s enabled, then I would suggest is to check if the emails are actually being sent (and not received), or if they are not being sent to begin with. You can find a quick guide for that, using a plugin called WP Mail Logging, right here:
https://docs.woocommerce.com/document/email-faq/#section-4If WP Mail Logging shows the email being *sent*, but it’s not *received*, that means that the issue is not with WordPress/WooCommerce, and it could be with the SMTP provider, or your webhost, or on the receiver’s end. You will need to troubleshoot with your SMTP provider and your host.
If WP Mail Logging shows the email as *not* being sent, you will see an error message as well, which could point you in the right direction and give you some information about what might be wrong.
A full troubleshooting guide for email issues can be found here.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce crash my siteHey @lomixx
From the error message, it looks like the plugin folder is renamed to
/woocommerce_old, which may cause trouble.Have you tried installing a fresh version of WooCommerce to see if that helps?
Forum: Themes and Templates
In reply to: [Storefront] Centering button toggle (Menu mobile)I’m sorry, I’m not sure what you mean exactly. The code I gave you earlier should make the button centered also when you scroll down and the menu becomes sticky.
Hey @srwafu
If you want to remove them from the widgets, go to Appearance → Customize → Widgets → Sidebar. From there, you will see which widgets you currently have in your sidebar, and you can remove them.
If you want to remove them from the header, you can do this with a little bit of custom CSS code.
Go into your site’s admin Dashboard and select Appearance → Customize → Additional CSS. In the CSS textbox on the left, add the following code:
.storefront-primary-navigation { display: none; }Select “Save Changes” from the top, and your changes will be applied to your site.
- This reply was modified 5 years, 5 months ago by Senff - a11n.
Forum: Plugins
In reply to: [WooCommerce] How to change Checkout background color?Try adding this as well:
.woocommerce-checkout .ast-container > .elementor #order_review_heading, .woocommerce-checkout .ast-container > .elementor #order_review { background: white; }Forum: Plugins
In reply to: [WooCommerce] How to change Checkout background color?Hey @techpik
Thank you for sharing the link. I noticed that you created your site with Elementor, and you should be able to change the background color of any section within the options for the Elementor block. I’m not an export on how to use Elementor, so for that I would suggest to check that with their own support team or their documentation.
You could use CSS as well, but I wouldn’t recommend it as it won’t look that great, and may not apply to all pages you want to use it on:
.woocommerce-checkout .ast-container > .elementor { background: red; }Forum: Plugins
In reply to: [WooCommerce] Replace cart “remove item” from X to fontawesomeHey @zaredesign
The code you mentioned above seems to be correct, but you need to make sure that the font file itself is loaded as well.
Since your site is behind a password page, I’m not able to see if that’s the case or not.
Forum: Plugins
In reply to: [WooCommerce] no payment circle optionsHey @maryamk7
I’ve tried to check this but in order to do that, I will need to add a product to my cart first. However, none of the products I viewed seems to have an “Add to Cart” button so I’m not directly able to view the checkout page with items in my cart.
Can you point us to a product that we can use for testing?
Forum: Plugins
In reply to: [WooCommerce] Issue with the appearance of the cart windowHey @jeremiewp
This can probably be fixed with some custom CSS code. Can you share a link to your site so we can check the source code? That will help us with giving you the CSS code you need for this.
Forum: Plugins
In reply to: [WooCommerce] How to change Checkout background color?Hey @techpik
This can be done with some custom CSS code. Can you share a link to your site so we can check the source code? That will help us with giving you the CSS code you need for this.
Forum: Plugins
In reply to: [WooCommerce] Constant Low Value Fake Orders From a Bot/Malware ScriptOne way to avoid this, is to restrict customers from making an order if they don’t have an account created on your site (you can set this under WooCommerce → Settings → Accounts & Privacy).
Although this might not stop them from creating an account of course, you can also us a recaptcha plugin to avoid bots creating accounts or placing orders, such as reCaptcha for WooCommerce.
Forum: Themes and Templates
In reply to: [Storefront] Top bar – decreaseHey @uniquiadm
Can you share a link to your site? That will allow us to inspect the code and see what can be done to help.