Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Modify Order of ShopHey @lucafurlan,
You can change the order of the products, by going into your product list in your admin Dashboard, select the Sorting link at the top, and then drag and drop your items in the order you want to have them shown on the Shop page.
Forum: Plugins
In reply to: [WooCommerce] Wrong scheduled discounted priceHey @passegua
Can you also share a screenshot of the product settings? I’m particularly interested in the General tab.
Forum: Themes and Templates
In reply to: [Storefront] remove big outline when clicking the logo/menuHey @freelylw
You can change 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:
.custom-logo-link:focus { outline: 0; }Select “Publish” from the top, and your changes will be applied to your site.`
Hey @karlsimmer
This particular issue can be fixed by adding the following CSS code to your site:
@media screen and (min-width: 768px) { .site-header-cart .widget_shopping_cart .product_list_widget { height: auto; } }Once you add that, the cart will show when you click, and disappear when you click again. Hovering will have no further effect.
Forum: Themes and Templates
In reply to: [Storefront] Add an APIs from USPSHey @condadocouple
This forum is for specific questions about the Storefront theme. If you need any help with USPS, you will need to use a plugin that can calculate USPS shipping costs. Here are a few examples you can try:
https://woocommerce.com/products/usps-shipping-method/
https://wordpress.org/plugins/woo-usps-simple-shipping/
https://www.pluginhive.com/product/woocommerce-usps-shipping-plugin-with-print-label/Forum: Themes and Templates
In reply to: [Storefront] Vendor RTL errorHey @anwarbv
Which plugin do you use to add Vendors functionality to your site?
Forum: Themes and Templates
In reply to: [Storefront] Product SliderHey @condadocouple
For any issues with external plugins, I’d recommend reaching out to the plugin’s own support teams.
While we’re experts on our own products, third party plugins are best supported by their own resp. developers (and more importantly, I’d rather not give you any incorrect information).
It looks like that plugin’s info and support page can be found here:
https://wordpress.org/support/plugin/woocommerce-products-slider/If you’re referring to the paid Product Slider for WooCommerce, please submit a ticket through the Support page on WooCommerce.com.
Forum: Themes and Templates
In reply to: [Storefront] Latest Product in Product navigation not listedHey @adrianwackernah
I’m not entirely clear what the issue is. Can you tell me where you expect to see 6 products on that page exactly (and only see 5)?
I do see various categories in your navigation menu, but I don’t see any products.
Please give us a few more details and we’ll be happy to look into it. 🙂
Forum: Themes and Templates
In reply to: [Storefront] USPS Simple Shipping for WoocommerceHey @condadocouple
For any specific issues with USPS Simple Shipping, I’d recommend reaching out to the plugin’s own support team.
While we’re experts on our own products, third party plugins are best supported by their own resp. developers (and more importantly, I’d rather not give you any incorrect information).
It looks like that plugin’s info and support page can be found here:
https://wordpress.org/support/plugin/woo-usps-simple-shipping/Forum: Themes and Templates
In reply to: [Storefront] size main picture in WoocommerceHey @anita1972
This forum is for any questions about the Storefront theme. Since your site is using a different theme, it would be best to reach out to your theme’s own support team for any help with that.
It looks like that theme’s info and support page can be found here:
https://blossomthemes.com/support-ticket/Forum: Themes and Templates
In reply to: [Storefront] Meta data template locationHey @yoebo
You can find this in /themes/storefront/header.php
If you want to add custom code though, I recommend using a child theme, rather than editing any files directly.
Hey @b1026q9,
This error may be related to your site’s language settings. Could you try and temporarily switch your site to English, and see if that makes the error disappear?
Forum: Plugins
In reply to: [WooCommerce] DespositsHey @imagine2006
With the WooCommerce Deposits plugin, you can create payment plans that will send out a reminder to customers when their next installment is due.
For example, you sell a $100 product and you’d like to offer the option to pay it in 4 installments, once a week.
When the customer purchases the product, they will pay $25.
About a week after that, they will receive an email with a reminder that their second $25 payment is due. This email will also include a link to a page where they can pay directly.
One week later (2 weeks after their original purchase), they will get another reminder email to pay $25 for the third installment.
And finally, after another week (3 weeks after their original purchase), they will get their final reminder.
You can also set this to be $50 upon purchase, with 2 installments of $25. Or $50 upon purchase, with the other $50 a week (or two) later.
Give it a try! 🙂
Hey @germanvps
Could you please share a copy of your site’s System Status Report? You can find it by going to your admin Dashboard and select WooCommerce → Status.
From there, select “Get system report” and then “Copy for support”. Once you’ve done that, you can paste it here in your response.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce new order e-mail not workingHey @miili
There’s a number of reasons why emails are not being received when they are sent from your site.
What 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: https://docs.woocommerce.com/document/email-faq/