Home › Forums › Air WordPress Theme › Customized Woocommerce shop
- This topic has 9 replies, 2 voices, and was last updated 7 years, 11 months ago by
SeaTheme.
-
AuthorPosts
-
June 10, 2018 at 12:18 pm #15398
Hi,
I notice that the theme doesn’t really have any control to customized Woocommerce shop, os I just wonder if these are possible:
1, By default the shop is set to browser’s full width, is there a way to customize it? either set it to the main container’s width or to a specific number.
2. Is it possible to set the number of products shown in a row to 4 or 5? By default it only allow three in a row.
Thank you!
Kun-IJune 11, 2018 at 1:57 am #15399Hi,
Create a new page by WooCommerce shortcodes, it supports to set columns. like:
[products columns="4"]
You can put the shortcodes into Text Block module of BM PageBuilder, you can change the width of module.
Install a plugin to redirect the default shop URL to the new shop page URL.Regards!
June 11, 2018 at 9:03 pm #15406Thank you, it works!
I did notice the product’s title font size stays the same and now it becomes too big for a four column layout, I could not find any related setting in Theme Option, is there any way to set the title size?Also is it possible if I need to set the width for each product’s page too?
Best,
Kun-IJune 12, 2018 at 3:15 am #15407please go to Appearance > Customize, paste the custom css code to “Additional CSS” box.
.product-caption h3, .entry .product-caption h3 { font-size: 14px; }You can change the size value.
Did you talk the single product page?
June 12, 2018 at 3:47 am #15410Thank you, and yes I was talking about the single product page.
June 13, 2018 at 2:19 am #15417You can use the CSS to change the width like:
@media(min-width:1200px) { .single-product .ux-woo-wrap.container-fluid {width: 1170px;} }June 13, 2018 at 8:53 pm #15420Thank you so much for the solution!
Once I set both of these CSS, the layout works just as I wanted, but I realized that the Menu order function in the Advance tab seems to stop working and I can not adjust the order of products.
Is is something fixable?Thank you!
Kun-IJune 14, 2018 at 1:22 am #15421but I realized that the Menu order function in the Advance tab seems to stop working
I don’t know what’s Advance tab you mentioned, please give more tips, thanks!
June 14, 2018 at 4:55 pm #15424In the product page, there’s an advance section where you can set product note and menu order. Here’s a link to show how it look.
Thanks!
June 15, 2018 at 1:43 am #15427Please use orderby:
[products orderby="menu_order"]Read more: https://docs.woocommerce.com/document/woocommerce-shortcodes/
-
AuthorPosts
- You must be logged in to reply to this topic.
