Niall a11n
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] full screen product category pagesHi @brucemacg,
You’re welcome.
My concern is I’m going to have to redirect from …/product-category/wake/ to …/wake/. I’m concerned that this could impact SEO..??
Hmm, I would think that changing the URL from
…/product-category/wake/to…/wake/would impact SEO. I recommend asking for further advice about that on the Google Search Central Help Community forums .Forum: Themes and Templates
In reply to: [Storefront] fatal error after updateHi @arantzazu,
Sorry about that! You are right, and it would help if I looked at the correct codebase in Github.
storefront_posted_onwas removed in the Storefront 3.6.0 update.If I delete that function from the code, everything works!
Glad to hear you got the code working now!
I’ll go ahead and mark this post as resolved now. 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.
Thank you!
Forum: Themes and Templates
In reply to: [Storefront] full screen product category pagesHi @brucemacg,
Thanks for the update!
Can this not be achieved with a bit of css? The tricky part, is that its only some categories we want full screen, not all.
Bruce, as you need some of the categories to be full screen but not others, it will take quite a bit of CSS customization. The other issue is that setting the width to full screen will affect other aspects on the site that will need to be fixed.
When you say “full screen,” do you mean that the content should fill the entire screen? If so, a combination of CSS and PHP would be the best option.
You could use PHP code to set the page width to full width using conditional tags. The code could be set to apply for specific categories but not others. CSS can then be used to adjust the content so that it displays correctly.
Alternatively, you could create a page using the Storefront Full Width page template, then use a WooCommerce Blocks product category block to add the categories to that page.
As this issue involves a fairly complex development topic, I’m going to leave it open for a bit to see if anyone is able to chime in and help you out further.
I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce, as well as the Storefront developer documentation
You can also visit the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack for 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.In the meantime, please let us know if you have any further questions!
Forum: Themes and Templates
In reply to: [Storefront] Trying to disable single hamburger menuHi @cjean3107,
Thanks for reaching out to us! Glad to hear you are learning how to develop.
I think the best option to disable the mobile hamburger menu will be to hide it.
Hmm, I had a look at your site’s code using my browser’s developer tools and it looks like the Nimble Page Builder has created the mobile menu rather than Storefront.
I also tried testing some CSS code to hide the mobile menu, which works on my Storefront test site but not on your site using my browser’s developer tools. I think that possibly explains why the code you found does not work.
I recommend asking for further help on the Nimble Page Builder’s support forums here:
Forum: Themes and Templates
In reply to: [Storefront] fatal error after updateHi @arantzazu,
Thanks for the update.
the function storefront_posted_on(); is causing the errors, how can I fix this?
Hmm, that would depend on the error and what code you have added. The
function storefront_posted_on()does seem to be a legitimate Storefront function. It’s possible that a plugin updated and is causing a conflict if the code was working previously. I suggest performing a conflict to test if there a plugin causing the problem.As this issue involves a fairly complex development topic, I’m going to leave it open for a bit to see if anyone is able to chime in and help you out.
I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce, as well as the Storefront developer documentation
You can also visit the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack for 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] Zoom + Gallery + LightBox disableThanks for the update! Glad to hear the code is working now 🙂
Forum: Themes and Templates
In reply to: [Storefront] Change Sticky Add To Cart Button WidthHi @greencl,
Thanks for the screenshot. In order for us to develop the required custom CSS, we will need to take a closer look at your site. Would you mind sharing your site’s URL with us?
Thank you!
Forum: Themes and Templates
In reply to: [Storefront] Remove social sharing links on product pagesHi @melmoataz,
Hope you managed to disable the sharing icons on product pages. 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] Zoom + Gallery + LightBox disableHope 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] Storefront /Gravity Forms Critical ErrorGlad to hear that and thanks for confirming that Stuart’s solution worked for you!
@bruceinct could you please confirm if Stuart’s solution works for you too?
Forum: Themes and Templates
In reply to: [Storefront] button scaling strange on mobile displayHi @freelylw,
Glad to hear that and thanks for the update! Yes, it was likely a caching problem then, and the buttons are not displaying correctly on my phone too.
I’ll go ahead and 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.
Thank you!
Hi @mickael0,
Thanks for the update and for sharing what you did to help anyone else having a similar problem! Glad to hear you got the CSS working.
I’ll go ahead and 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] button scaling strange on mobile displayThanks for the update @freelylw.
Hmm, I had another look through the code on your site using my browser’s developer tools but still could not find the code I shared.
How have you added the code to your site? Also, if you have any caching or script minifying set up on your site, I recommend clearing those, as it’s possible your server is still using an older version that does not contain the new code.
Forum: Themes and Templates
In reply to: [Storefront] Sub-menu Hover problem when create Child ThemeHi @farhadmolla,
Thanks for providing further details.
Hmm, I do see what you mean by the submenu not displaying correctly when you hover over it.
I am not seeing any bugs reported for RTL languages, so I am just wondering what might be causing this behavior. Do you only have this problem with your Storefront child theme or do you have the same problem when using the parent theme too?
Forum: Themes and Templates
In reply to: [Storefront] Navigation Arrows Snippet Acting Really StrangeHi ,
Hi @samuelfox,
Thanks for reaching out to us!
This issue involves a fairly complex development topic, so I’m going to leave it open for a bit to see if anyone is able to chime in and help you out.
I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce, as well as the Storefront developer documentation
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.