Niall a11n
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Largeur de l’image avec widgets et bouton couleursWe 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 with the Storefront theme, please start a new thread and we’ll be able to help you out there. Thanks!
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] wc_add_notice does not fireWe haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
You’re welcome @boppar
Could you please share a link to the page on your site you would like to customize, so we can take a closer look?
Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Add Navigation Menu to Handheld Footer BarHi @billy-boy-1,
I’m sorry we missed your last post. Have you been able to resolve this issue?
If not, this thread involves a fairly complex development topic. I’m going to leave it open for a bit longer to see if anyone is able to chime in to help you out.
I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.
You can also visit the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.Hi @lulotosa!
Lucie, I’m sorry we missed your last post. Have you been able to resolve this issue?
If not, could you please let us know, so that we can help you customize Storefront.
Forum: Themes and Templates
In reply to: [Storefront] Slow Loading of FontHi @mayank29gupta,
I’m sorry we missed your last post. Have you been able to resolve this issue?
If not, I recommend reading this guide that explains a bit more about how to interpret site speed measuring tools like Google PageSpeed Insights and how to improve your site’s performance: https://wordpress.com/support/site-speed/
I tried to open the GTMetrix report you shared but it seems like that has now been deleted.
Forum: Themes and Templates
In reply to: [Storefront] Conditional Checkout Fields by VariationHi @kindfamily,
I’m sorry we missed your last post. Have you been able to resolve this issue?
If not, this thread involves a fairly complex development topic. I’m going to leave it open for a bit longer to see if anyone is able to chime in to help you out.
I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.
You can also visit the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.Forum: Themes and Templates
In reply to: [Storefront] gap between breadcrumbs and product titleHi @rajat-dutt,
I’m sorry we missed your last post. Have you been able to resolve this issue?
If not, could you please let us know, so we can help you further.
Closing this thread due to inactivity.
Forum: Themes and Templates
In reply to: [Storefront] Sticky add to cart on mobileWe 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 with the Storefront theme, please start a new thread and we’ll be able to help you out there. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Mobile submenu on TAP (not just the arrow)I’ll go ahead and mark this post as resolved. If you have any further questions or need additional help with the WooCommerce plugin, please start a new thread and we’ll be able to help you out there. Thanks!
Forum: Themes and Templates
In reply to: [Storefront] Show Logo and TitleHi again,
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 with the Storefront theme, please start a new thread and we’ll be able to help you out there. Thanks!
@boppar You’re welcome!
Here’s the code to add a border/frame around the whole Product Block:
/* Add border around Products Blocks */ .wc-block-grid__products { border: 1px solid #000000; }I set the border width to
1pxand the color to#000000(black), so feel free to adjust those to your preferences.I recommend adding the code to the Appearance > Customize > CSS section in your WP-Admin dashboard.
@boppar to clarify, we’re happy to help you with the Products Block styling, as that can be styled in Storefront:
If you’d like add a border/frame around the block, please could you let us know if you’d like add the border/frame around the entire block or for each product within the block?
Forum: Plugins
In reply to: [WooCommerce] Is it possible to prioritize a coupon in Woocomemrce?Hi @zsaqadra,
I’m sorry we missed your post. Have you been able to resolve this issue?
If not, it’s not currently possible to change the order of the codes without custom coding that: https://docs.woocommerce.com/document/coupon-management/#can-i-customize-the-generate-coupon-code-function. I also couldn’t find any plugins that can do that for you.
As this question is a development topic, I’m going to leave it open for a bit longer to see if anyone is able to chime in and help you out.
I can also recommend the WooCommerce Developer Resources Portal for resources about WooCommerce development.
You can also visit the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there too.