Senff - a11n
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] reverse woocommerce single product pageHey @wpjakarta
You can use the following CSS code for that:
@media screen and (min-width: 768px) { .single-product div.product .summary { float: left; margin-right: 5.8823529412%; margin-bottom: 3.706325903em; } .single-product div.product .woocommerce-product-gallery { float: right; margin-right: 0; } }Forum: Plugins
In reply to: [WooCommerce] Shop not working on mobileI tried this on my phone, and I was able to add products to my cart. Here is a screenshot for your reference:

Image Link: https://d.pr/i/https://d.pr/i/YwBF5M
What’s not working for you exactly? Do you see any error messages appear anywhere?
Please give us a few details on what’s happening on your end, and we can look into it some more.
Forum: Plugins
In reply to: [WooCommerce] Transactional e-mail: Shipping address indentationHey @szczepanski
Which email are you referring to exactly? Is it the order confirmation email that is sent to the customer, or the shop owner?
If you can show us a screenshot, then that will be helpful: for sharing screenshots, I generally recommend using https://snipboard.io — please follow the instructions on that page, then paste the URL here in your response.
Forum: Plugins
In reply to: [WooCommerce] Display: none being added to description tabHey @walkingmiller
Could you please send me a copy of your site’s System Status Report? You can find it by going to your admin Dashboard and select WooCommerce → Status.
From there, select “Get system report” and then “Copy for support”. Once you’ve done that, you can paste it here in this chat.
Forum: Plugins
In reply to: [WooCommerce] E Compile Error caused by line 39Hey @shannonlew
I would suggest to reach out your hosting provider. They will be able to help and see if this file exists on your server.
Forum: Themes and Templates
In reply to: [Storefront] Change css backendHey @katfrajoe
So with all plugins deactivated, and Storefront active as your theme, you see this issue happen?
If that’s the case, would you be able to send a screenshot of what you see?
For making screenshots, I generally recommend using https://snipboard.io — please follow the instructions on that page, then paste the URL here in your response.
Also, please include a copy of your site’s System Status Report — you can find it by going to your admin Dashboard and select WooCommerce → Status.
From there, select “Get system report” and then “Copy for support“. Once you’ve done that, you can paste it here.- This reply was modified 5 years, 6 months ago by Senff - a11n.
Forum: Themes and Templates
In reply to: [Storefront] Variations In Store Not ShowingHey @504help
You’ve posted this in the Storefront forum, which is for any issues with the Storefront theme.
You may want to check this with the support team of your theme, or the one of your page builder.
Forum: Themes and Templates
In reply to: [Storefront] Change css backendHey @katfrajoe
Storefront doesn’t make any changes in the CSS of your admin Dashboard, so if you see that happens in your case, it’s likely caused by another plugin.
To find out which plugin that might be, I recommend to disable all plugins except for WooCommerce, then re-enable your plugins one-by-one, testing in between, until the problem appears again. This will then give you an idea about which plugin is the one causing the conflict.
Hey @kindfamily
To do this, you can use the following CSS code:
.single-product #site-navigation, .single-product .storefront-breadcrumb, .single-product .wc-tabs, .single-product a.reset_variations{ display: none; } .single-product.storefront-full-width-content .woocommerce-tabs .panel { width: 100%; } .storefront-full-width-content.single-product div.product .summary, .storefront-full-width-content.single-product div.product .summary table td { text-align: center; font-family: "Lulo"; }If you need any further help, could you please disable the copy protector plugint you have installed on your site? It’s making it difficult for us to inspect your code (and help you by giving you the CSS you need to remove the items).
Forum: Themes and Templates
In reply to: [Storefront] Long title/name companyHey @lordkokman
You can use the following CSS to ensure the title is on one line:
@media screen and (min-width: 768px) { .storefront-secondary-navigation.woocommerce-active .site-header .site-branding { white-space: nowrap; } }However, it might not look good anymore when you add more items to your menu.
Forum: Themes and Templates
In reply to: [Storefront] Custom Header Full WidthHey @greatpages
Although I understand you want your title to be centered, it’s not entirely clear where you want the rest to be placed; the cart, search field, logo and main menu.
If you can explain that (or send a quick screenshot), then that will help.
Forum: Plugins
In reply to: [Smooth Page Scroll Up/Down Buttons] Removing scroll down buttonHey @findougy
If this button still appears when all your plugins are deactivated, it is likely coming from your theme. Since this forum is specifically for issues with the Smooth Scroll Page Up/Down Buttons plugin, I’d recommend reaching out to the theme’s own support team.
Third party themes are best supported by their own resp. developers (and more importantly, I’d rather not give you any incorrect information).
It looks like that theme’s info and support page can be found here:
https://www.themeum.com/support/Forum: Plugins
In reply to: [WooCommerce] Woocommerce Thumbnail IssueHey @jamiekeevy1
It’s best to reach out to your theme’s support team for that. Themes are best supported by their own resp. developers (and more importantly, I’d rather not give you any incorrect information).
It looks like that theme’s info and support page can be found here:
https://athemeart.com/support/Forum: Plugins
In reply to: [WooCommerce] Woocommerce Thumbnail IssueDo you mean that the thumbnail is still small, when you use a default theme and all the plugins (except WooCommerce) are deactivated?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Thumbnail IssueHey @jamiekeevy1
It looks like this may be caused due to a theme conflict (or possibly a third-party plugin). I’d recommend the conflict-testing steps here to isolate the source of the issue: https://docs.woocommerce.com/document/how-to-test-for-conflicts/
The best way to determine if the issue is being caused by a theme and/or plugin is to do the following:
– Temporarily switch your theme back to a default theme, such as Storefront.
– Disable all plugins except for WooCommerce.
– Clear your browser cache, and the cache on your site if you have one there.
– Test to see if the issue has been resolved.If that resolves the issue, then one-by-one you can switch back your theme and re-enable your plugins, testing in between, until the problem appears again. This will then give you an idea about which plugin is the one causing it.