Senff - a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change widthHey @remk0211
This is caused by your theme, but you can override it by adding this CSS code:
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{ max-width: unset; }Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product list showing one per lineHey @miguelmigs24
Try adding this CSS code:
@media screen and (min-width: 768px) { .woocommerce ul.product_list_widget li { width: 30%; float: left; margin: 0 0 20px 5%; } .woocommerce ul.product_list_widget li:nth-child(3n+1) { clear: both; margin-left: 0; } }Forum: Themes and Templates
In reply to: [Storefront] Shop Page Products Thumbnail Size IssueDo you mean that is already is set to 1:1, but that the thumbnails don’t crop to equal size?
Forum: Plugins
In reply to: [WooCommerce] ot able to see the “type” module in the attribute sectionYou may want to go through the list of plugins on this other website and see which one is adding this field.
If it’s possible, deactivate all plugins on that site (except WooCommerce), and reactivate them one by one until you see the field appear again. That will then give you an idea which plugin is adding it.
Forum: Plugins
In reply to: [WooCommerce] ot able to see the “type” module in the attribute sectionHey @mrarchit
The “type” is not a standard option in a product attribute, and is possibly added by another plugin. From where did you get the screenshot that has this type option?
Forum: Themes and Templates
In reply to: [Storefront] Shop Page Products Thumbnail Size IssueIf you set it to 1:1, the images will be cropped to a square, indeed.
If you don’t want to crop images, but they should still have all the same size, you will need to make sure that the images you use for each product, have the sam size to begin with.
Forum: Themes and Templates
In reply to: [Storefront] Make Mobile Site 2 ColumnHey @mayank29gupta
In that case, replace the code I gave you earlier with this:
@media screen and (max-width: 768px) { .home ul.wc-block-grid__products li, ul.products li.product { width: 48%; margin: 0 1% 20px 1%; float: left; } .home ul.wc-block-grid__products li:nth-of-type(2n+1), ul.products li.product:nth-of-type(2n+1) { clear: both; } }Forum: Themes and Templates
In reply to: [Storefront] Change the home menu.Hey @eliesar
To change any wording (such as the menu text from “HOME” to something else), I would recommend to use a translation plugin.
That may sound weird (since you’re not actually translating anything) but they can often be used to just change text strings.
Loco Translate is genrally a good option for this. You can read some more details about that here: https://docs.woocommerce.com/document/woocommerce-localization/#section-5
Forum: Themes and Templates
In reply to: [Storefront] Shop Page Products Thumbnail Size IssueHey @mayank29gupta
It looks like you’re using the Bookshop theme, which has the option to change the thumbnail size (under Appearance → Customize → WooCommerce → Product Images).
Have you tried changing that yet from Uncropped to something else?Forum: Themes and Templates
In reply to: [Storefront] Make header stickyForum: Themes and Templates
In reply to: [Storefront] WooCommerece keeps removing itselfHey @dondave79
What I’d suggest here, is to first make a backup of your site.
Once that is done, deactivate all plugins. Next, log in to your site using FTP and rename the entire
/woocommercedirectory (under/wp-content/plugins) to something like/woocommerce-deleted.Now that all your plugins are deactivated, try installing WooCommerce again and see if that helps.
- This reply was modified 5 years, 6 months ago by Senff - a11n.
Forum: Themes and Templates
In reply to: [Storefront] jQueryHey @cornishscoots
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 the conflict.
Hope this helps!
Forum: Themes and Templates
In reply to: [Storefront] Make Mobile Site 2 ColumnHey @mayank29gupta
Please share a link to your site so I can take a look at what you mean exactly, and see what CSS code would be needed.
Forum: Themes and Templates
In reply to: [Storefront] Full width banner on homepageHey @tmombert
If you’re referring to the full-width video banner on the Storefront demo (where it says “Spring is here”), then that requires the additional Storefront Parallax Hero extension.
If that’s not what you were referring to, let me know!
Forum: Themes and Templates
In reply to: [Storefront] Storefront theme mobile issuesHi @adinelt
I’m not sure what the issue is with the background image in the header exactly. When I visit your site, things seem to look OK on my end. Here’s what I see:
Image link: https://d.pr/i/mM38YBCould you clarify what’s wrong exactly please?
As for the menu, this appears to be an issue related to your theme, Woostify. For any issues with that, 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).