Robert Ghetau
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] How to remove blank space above the footer?Hey
You can definitely reduce the space between the content area and the footer by adding this CSS code in Customize > Additional CSS field:
.site-main article, .storefront-full-width-content .content-area, .site-main { margin-bottom: 0; }
However, I do not recommend removing it entirely as some will be needed by the elements inside the content area.
Cheers!
Forum: Themes and Templates
In reply to: [Storefront] Site Identity Logo DimensionsHi there,
1. Instead of having a banner with a text title I want to just have an image (banner) that stretches from the left side to the search bar. Currently there seems to be space reserved to the right of the banner for text.
I’m not entirely sure I’m checking the right area, but could you send us a screenshot of where you’d like the image to be shown on your site?
2. Below the main menu there is space reserved for a title (currently says “Homepage”). I can delete Homepage but not the space it reserves. I want the image to touch the menu, like in this example: https://themes.woocommerce.com/arcade/
In order to achieve the same result as in the theme demo, you’ll need the Storefront Parallax Hero together with Storefront Powerpack. Alternatively, this may be doable through custom code, but you’ll need the assistance of a developer.
Warm regards,
Forum: Themes and Templates
In reply to: [Storefront] Review star not hsowingHey @rajat-dutt ,
It looks like this might’ve been tackled by this fix as we can already see the rating stars:
https://github.com/woocommerce/storefront/pull/1588
Please let us know if you’re still facing any issues regarding that.
Warm regards,
Forum: Themes and Templates
In reply to: [Storefront] Review star rating issueHey @mysellzer ,
You are right and thank you for spotting this! This is definitely a bug and it was already troubleshooted and fixed here:
https://github.com/woocommerce/storefront/pull/1588
There’s no estimated time for the fix for now, but based on the last comments it should come out soon.
If you’d like you can get the previous release from here while the next one will be available:
https://github.com/woocommerce/storefront/releases/tag/3.2.0
I hope this helps!
Warm regards,
Forum: Themes and Templates
In reply to: [Storefront] Stars for rating are shown as S letterHey @moderns,
You are right and thank you for spotting this! This is definitely a bug and it was already troubleshooted and fixed here:
https://github.com/woocommerce/storefront/pull/1588
There’s no estimated time for the fix for now, but based on the last comments it should come out soon.
If you’d like you can get the previous release from here while the next one will be available:
https://github.com/woocommerce/storefront/releases/tag/3.2.0
I hope this helps!
Warm regards,
Forum: Themes and Templates
In reply to: [Storefront] Buttons different on mobile themeHi there,
Could you share the link of the site and a few screenshots with us to see how it looks on your end, please?
I recommend https://snipboard.io for sharing screenshots – please follow the instructions on the page, then paste the URL in your reply.
Cheers
Forum: Plugins
In reply to: [WooCommerce] Replace cart “remove item” from X to fontawesomeHey,
I’m not able to see the cart section anymore on your site.
May I know if it was removed yet or is there a way to directly check that page again?
Finally, may I know if you tried using the code above in this form?
.remove font { display: none !important; }
Cheers
Forum: Plugins
In reply to: [WooCommerce] Product categories imagesHey @rvnfire
I tried to access the current site but it’s not loading on my end.
Is it still available? If yes, do you still need help?Cheers!
Forum: Plugins
In reply to: [WooCommerce] Display total sales on frontendWe 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.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce block not showingHey,
I’ve just run a test on my site and the checkout blocked showed up as intended.
Could you please share the System Status report with us? This can be found in WP Admin > WooCommerce > Status > System Status.
The Cart and Checkout blocks aren’t yet a complete replacement of the shortcodes. You can read more about this here:
https://docs.woocommerce.com/document/cart-checkout-blocks-support-status/
Warm regards,
Forum: Themes and Templates
In reply to: [Storefront] Not resized images loaded in Mobile viewHey,
Sharing the credentials here isn’t safe, however, you can quickly test if a more barebone setup works better by only using the WooCommerce, demo products and Storefront in the process by firing up a test site through https://jurassic.ninja/
If you’d like to run a conflict test, we wrote a guide on how to do this on your current or preferably on a staging site:
https://docs.woocommerce.com/document/how-to-test-for-conflicts/
Cheers!
Forum: Themes and Templates
In reply to: [Storefront] product image not showing in homepage.Hey,
I definitely understand the situation and based on my findings, the previous forum requests haven’t been answered to either:
https://www.ads-software.com/support/plugin/bdroppy/
At this point in time, I reckon it’s best to try and find another solution related to Bdroppy.
Hey,
Thank you for sharing these details with us!
Could you confirm the issue is not present if the code mentioned above isn’t being used?
Also, as I wasn’t able to confirm this on my testing site, could you spin up one site so we can check this as well and include some more relevant screenshots please? You can also use a site like this one for a quick setup: https://jurassic.ninja/
Finally, does this occur only on a specific browser or on all of them?
Warm regards,
Forum: Themes and Templates
In reply to: [Storefront] Storefront Header size, all pagesHi there,
This appears to be caused by the logo image which is quite big for that area.
You can try to reduce the size of that logo and re-upload it to see how it would appear or to adjust the existing code.To reduce the height of that header we can reduce the size of the logo through this CSS code:
@media (min-width: 768px){ .site-header .site-branding img { max-width: 120px; } }
To further reduce the height you can also add this:
@media (min-width: 768px){ .site-branding { margin-bottom: 0; } }
The CSS solutions mentioned above can be added through Customize > Additional CSS field.
I hope this helps!
Warm regards,
Forum: Plugins
In reply to: [WooCommerce] product category image alignmentHi there @sdkeeper ,
The issue you’re facing appears to be related to the current styling of the theme and its page templates. I was able to adjust the current behavior of the page by adding this CSS code in Customize > Additional CSS field:
body.archive.tax-product_cat div#product_wrapper { height: auto !important; display: flex; flex-wrap: wrap; } body.archive.tax-product_cat .kt-woo-category-links h5 { padding-left: 20px } body.archive.tax-product_cat li.product-category.product::marker { color: transparent; }
I can recommend checking this further with the developers of the Virtue theme for further assistance and compatibility with the latest version of WooCommerce.
I hope this helps!
Warm regards,