Tiago Noronha
Forum Replies Created
-
Hi @abramoca,
This is the first report we’ve seen of this issue. Could you please share more information about your setup? Are you on the latest version of WordPress, WooCommerce, and Storefront?
@archimboldi please open a different thread for your issue, thank you.
Thank you
Forum: Themes and Templates
In reply to: [Storefront] Storefront menu icon overlaps logo on mobileHi @bazola,
I think you found a bug, sorry about that. We’ll fix it in a future update.
In the meantime, you can use this custom CSS to fix the issue:
.site-header .custom-logo-link img, .site-header .site-logo-anchor img, .site-header .site-logo-link img { max-width: 100%; }
Thank you!
- This reply was modified 1 year, 8 months ago by Tiago Noronha.
Forum: Themes and Templates
In reply to: [Storefront] Menu not working, it doesn’t show at all.Hi @qwakuaa. Storefront 2.4.5 will be available in a moment and will include a fix for this issue.
Sorry for the trouble.
Forum: Themes and Templates
In reply to: [Storefront] Missing Page Links@pawdl I looked further into this issue and a change made in 2.4.4 was causing the problem.
Thank for reporting.
Forum: Themes and Templates
In reply to: [Storefront] Missing Page LinksHi there,
Please read: https://docs.woocommerce.com/document/docs-menus/
You might need create a menu and assign it to one of the available menu regions.
Thanks!
Hi there,
This change was made for accessibility reasons.
Please read: http://www.webaxe.org/keep-the-underline-text-links/
However, should you wish, you can override this change with custom CSS.
Forum: Themes and Templates
In reply to: [Storefront] Wide and full with blocks are not the correct sizeMake sure you don’t have any widgets in the sidebar, that will prevent the blocks from going full width.
Did you download the theme from WordPress.org?
Forum: Themes and Templates
In reply to: [Storefront] Wide and full with blocks are not the correct sizeHi @poena!
Could you please tell us a bit more about your site? Are you using a child theme? If yes, which one?
Also, if possible, please share the URL to your site.
Thank you!
Forum: Themes and Templates
In reply to: [Storefront] upgrade to Version: 2.4.1 class name has changed…Hi!
Please use the new
.entry-taxonomy
class for this. Storefront 2.4 includes a redesigned post layout for better compatibility with new editor.Thank you!
Forum: Themes and Templates
In reply to: [Storefront] upgrade to Version: 2.4.1 broke childthemeHi!
What child theme is it that you are using? Is it a custom child theme or one of the official child themes made by WooCommerce?
If are getting a white screen, it means that you’re getting a PHP error. Please check your error log, there you’ll be able to find the exact error. Your hosting company should be able to help you with this.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Individual Product ImageHi!
The following custom CSS in your site appears to be causing this issue:
.woocommerce div.product div.images img { width: 25% !important; }
Removing that custom CSS rule should fix the issue.
Thanks!
- This reply was modified 2 years, 2 months ago by Tiago Noronha.
- This reply was modified 2 years, 2 months ago by Tiago Noronha.
Hi!
I’ve just checked and “You’re viewing” does show up in Loco Translate after syncing.
Select your language, then hit the “Sync” button. You should be able to see the new strings.
Hi Mark,
You can change the color of the text in the WordPress Customizer. Go to Appearance > Customizer in your WordPress admin, under “Typography” you’ll find two color controls for the homepage “Hero” section.
Hope this helps. 🙂
Forum: Themes and Templates
In reply to: [Storefront] Logo reduced in size after update to 2.3.1I see that you’re using Storefront Powerpack on your site. Please update to the latest version of the plugin for full compatibility with Storefront 2.3.
Thank you!
Forum: Themes and Templates
In reply to: [Storefront] Storefront Update – Mobile Logo Homepage LinkI can confirm that this is an issue.
A fix will be included in 2.3.1. In the meantime, you can use the following CSS to correct this problem:
.woocommerce-active .site-header .col-full { overflow: hidden; }
Thank you!
- This reply was modified 2 years, 8 months ago by Tiago Noronha.