Niall a11n
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Conflict bootstrap gridHi @novikov4333,
We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help, please start a new thread and we’ll be able to help you there. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Only Readable PDF EbookHi @mcadas,
We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help, please start a new thread and we’ll be able to help you there. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Block Heights too tallHi @pelatho,
We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help, please start a new thread and we’ll be able to help you there. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Shipping Method Checkout FieldHi @roberthedlund,
We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help, please start a new thread and we’ll be able to help you there. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Adding &display=swap to Google FontsHi @stepfaul,
I’m happy to hear you’re going to submit your idea, as feedback like this is very helpful for us and the open-source community! I’m going to mark this post as resolved. If you have any further questions or need additional help, please start a new thread and we’ll be able to help you there. Thanks!
Hi @hilleecz,
We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help, please start a new thread and we’ll be able to help you there. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Can’t expand Inventory on Produkt PageHi @qajaq21,
We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help, please start a new thread and we’ll be able to help you there. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] product image not showing in homepage.Hi @ranaali9320 ,
We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help, please start a new thread and we’ll be able to help you there. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Site Identity Logo DimensionsHi @eg1217,
We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help, please start a new thread and we’ll be able to help you there. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Sticky add to cart on mobileThanks for providing further details. Yes, the Sticky Add-To-Cart feature is part of WooCommerce. With Storefront, it doesn’t display on mobiles because there is not much screen space available on these smaller devices to display your site’s content, the bottom navigation bar, and the sticky add-to-cart feature at the same time.
I found these plugins that let you create a sticky add-to-cart feature for mobile devices:
- Sticky Add To Cart Bar For WooCommerce: https://wordpress.org/plugins/sticky-add-to-cart-bar-for-wc/
- Simple Sticky Add To Cart For WooCommerce: https://wordpress.org/plugins/sticky-add-to-cart-woo/
- Sticky Cart for WooCommerce: https://woocommerce.com/products/sticky-cart-for-woocommerce/
I think you may also be able to customize Storefront’s JavaScript code or CSS to display the sticky add-to-cart on mobiles. I wasn’t able to find any code snippets to for that. If you aren’t familiar with how to do that, I recommend finding a developer to customize that for you: WooCommerce Customizations Page
Forum: Plugins
In reply to: [WooCommerce] download expiry date is not working?Hi @noticebbt,
Thanks for reaching out to us. Sorry to hear you’re having trouble getting downloadable products to work on your site.
If you are just using WooCommerce and no other plugins, I think that means you are using the built-in Digital/Downloadable Product feature, right: https://docs.woocommerce.com/document/digital-downloadable-product-handling/?
In that case, there are a few ways of troubleshooting this problem:
- Update to the latest 5.1.0 version of WooCommerce, as there may be bug fixes that solved some issue since your 4.9.2 version
- Try using a different theme, such as Storefront to rule out your theme causing the problem
- Confirm that one of the other download methods,
X-Accel-Redirect/X-SendfileorRedirect only (insecure)also don’t honor the expiry time - Confirm that you’ve set the
Download expirytime for the product: https://docs.woocommerce.com/document/digital-downloadable-product-handling/ - Confirm that there is a
.htaccessfile in yourwp-content/uploads/woocommerce_uploadsdirectory: https://docs.woocommerce.com/document/digital-downloadable-product-handling/#protecting-your-uploads-directory
If none of that works, I suspect you may have a hosting issue, in which case I recommend contacting your web host for further help.
Please let us know if you have further questions.
Forum: Themes and Templates
In reply to: [Storefront] Stars for rating are shown as S letterHi @moderns,
No, there is no way to revert back to the previous version from the interface. You could try installing and activating the WP Rollback
plugin that allows you to roll back to older versions of WordPress.org plugins and themes (including Storefront): https://wordpress.org/plugins/wp-rollback/However, the bug your reported was fixed as part of the Storefront 3.4.0 release: https://github.com/woocommerce/storefront/releases/tag/3.4.0.
If you update Storefront to the latest Storefront 3.5.0 release, the star ratings should appear correctly.
Forum: Themes and Templates
In reply to: [Storefront] Storefront Header size, all pagesHi @darkwoodstudios,
We haven’t heard back from you for a while, so I’m going to mark this post as resolved. If you have any further questions or need additional help, please start a new thread and we’ll be able to help you there. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Styling the 404 pageHi @donmcleman,
Thanks for the update. I’m happy to hear that you figured out how to add the CSS to your site.
You should be able to add the CSS in your
style.cssfile, which should work. Are you modifiying the Storefront theme’sstyle.cssfile directly or are you using a child theme?Forum: Themes and Templates
In reply to: [Storefront] Sticky add to cart on mobileHi @bananabri,
Thanks for reaching out to us. Storefront does not have a sticky add to cart feature by default. Could you please let us know a bit more about how you’ve created the sticky add to cart feature on your site? For instance, did you create that using custom code or a plugin?