Niall a11n
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Cart currency not updated when customer logs inHi Robert,
Based on what you are saying, the issue does seem isolated to the currency switching feature, which is not part of WooCommerce or Storefront. I recommend reaching out to the WPML support team for further troubleshooting steps.
Forum: Themes and Templates
In reply to: [Storefront] button scaling strange on mobile displayHi @freelylw,
Hope you managed to get the code working. 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!
Forum: Themes and Templates
In reply to: [Storefront] Cart currency not updated when customer logs inHi Robert,
Thanks for the update. I had a look at the WPML post you shared and would like to know the following:
- Have you tried switching to the Storefront parent theme? Do you still have the same issue?
- If you have tried that, can you try switching to the [Twenty Twenty-One theme](https://wordpress.org/themes/twentytwentyone/) to see if you still have the same issue?
Please let us know how that goes or if you need further help!
Hi @lodoka,
Hope you managed to map your products. 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 Facebook for 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] Side navigationHi @campingholiday,
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!
Forum: Themes and Templates
In reply to: [Storefront] How to change media breakpoint in StorefrontHi @mariograsso87,
We haven’t heard back from you for a while and it sounds like you have fixed the media breakpoint issue you were having, 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!
Hi again Kristin,
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!
Hi @boppar,
Sorry for the late reply, I seem to have missed your reply.
I had a look at your request and it looks like that will require quite a bit of customization, which we would not provide. I will leave this thread open for a bit to see if someone else can chime in and help you out.
I can also recommend the Storefront developer documentation for help with Storefront code.
I also recommend visiting the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack for further help.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] button scaling strange on mobile displayHi @freelylw,
I had a look at your site using my browser’s developer tools and cannot seem to find the code I shared above.
Do you have any kind of caching active on your site? If so, I recommend clearing the cache to see if that helps.
If that does not get the code to work, could you please try adding the CSS code I shared above to the Appearance > Customize > Additional CSS section of your WP-Admin dashboard ?
After you have added the code there, please select the mobile preview option from the bottom section of the customizer to see if the button style changes:
Link to image: https://d.pr/i/y3tDbmHi @lodoka,
Thanks for reaching out to us!
Technically, it is possible to map the product category automatically. What you could do is assign a default Google Product Category to all products in your catalog on the Marketing > Facebook > Product Sync tab with a minimum of two category levels: https://docs.woocommerce.com/document/facebook-for-woocommerce/#how-to-manage-your-woocommerce-catalog.
That would save you from specifying product categories manually on an individual product level: https://docs.woocommerce.com/document/facebook-for-woocommerce/#how-to-manage-your-woocommerce-catalog
Please let us know if you have further questions!
Forum: Themes and Templates
In reply to: [Storefront] Cart currency not updated when customer logs inHi Robert,
It is WooCommerce rather than Storefront that updates the amount and currency in the cart. Storefront is a theme that styles how elements look on the page, such as the layout and colors.
If you switch to the default WordPress Twenty Twenty-One theme, the cart will remain with the same functionality because WooCommerce controls the shop functionality, such as the cart and checkout.
I recommend reading our guide that explains more about how multiple regions and stores work and how to set them up in WooCommerce:
https://docs.woocommerce.com/document/handle-multiple-regions-currencies-woocommerce/.
As you already seem to be using WPML for multilanguage and multicurrency, I recommend reaching out to them for further help. Their plugin does seem to support multicurrency in WooCommerce, so they should be able to help you set that up:
Forum: Themes and Templates
In reply to: [Storefront] button scaling strange on mobile displayThanks for the link @freelylw.
It looks like you have added some custom CSS to your site using the Simple Custom CSS and JS plugin.
I see you have added this code to increase the left padding for the columns:
.hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child), .columnborder { padding-left: 100px; }
Link to image: https://d.pr/i/KFllUcWe would need to change that column padding for mobile devices, as it prevents the button from displaying correctly. The button width was also set to 50% in the WP-Admin, which works great on desktop but not so much on mobile it seems.
Please add the following code to the Appearance > Customize > Additional CSS section of your WP-Admin dashboard or via the Simple Custom CSS and JS plugin you seem to be using:
/* Fix button width and spacing on mobile | wpniall-wporgforums */ @media only screen and (max-width: 767px) { .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child), .columnborder { padding-left: 55px!important; padding-right: 45px!important; } .wp-block-buttons>.wp-block-button.wp-block-button__width-50 { width: calc(100% - .5em); } }It should look something like this on an iPhone, for example:
Link to image: https://d.pr/i/QpDjDJPlease let us know if you need any further help!
Forum: Themes and Templates
In reply to: [Storefront] Left Sidebar to Stack on top of woo ShopWe haven’t heard back from you for a while and there is no further activity on the thread, 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] Content and menu backgrounds disappear on mobileHi @pinecones,
Hope you managed to change your site’s design! 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!
Forum: Themes and Templates
In reply to: [Storefront] remove sidebar on post onlyClosing due to inactivity.