Home › Forums › Themes Support › Claue › Best sellers tab women/men
- This topic has 7 replies, 2 voices, and was last updated 7 years, 3 months ago by Harry.
-
AuthorPosts
-
-
September 2, 2017 at 1:37 am #9148
Hi, regarding the product tabs on the home page as you have on some of your demo, there’s for example Best Sellers, New Releases, Featured etc. But is it possible to do a Best Sellers Men and Best Sellers Women ?
Thank
Attachments:
You must be logged in to view attached files. -
September 2, 2017 at 8:10 am #9157
Hi,
With element of visual composer it now support show tab Men/Women, to show Best Seller Men and Best Seller Women you use shortcode at https://docs.woocommerce.com/document/woocommerce-shortcodes/
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 3, 2017 at 6:25 am #9204
Hi harry, if i want to customize it on the ”backend mode , what do i do ? Or can i edit something in the classic mode code ?
That’s a part of the code:vc_tta_section title=”Best Sellers” tab_id=”1504289855606-92a4a674-2c58″
claue_addons_products display=”selling” limit=”6″ columns=”2″ issc=”1″
Thanks
-
September 3, 2017 at 8:33 am #9215
Hi,
If you want display 2 product per row you should change to Colunms=”6″ and correct code is
I checked and saw it work on classic mode.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 3, 2017 at 8:19 pm #9249
Hi, i don’t understand what you are saying. I just want to have:
Product by category —–> Order by best sellers
OR
Best sellers products —–> Order by category
I want to have a tab that shows the best sellers from men an another one for women.
Thank you
Attachments:
You must be logged in to view attached files. -
September 3, 2017 at 10:26 pm #9270
Hi,
I help you make sample page at https://www.minamar.co/test-page/ you can use sample code for your site.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
September 3, 2017 at 10:46 pm #9272
Ok now i understand a bit more. Is there a way to remove the sidebar ? I want it to look like the 2nd picture.
Attachments:
You must be logged in to view attached files. -
September 3, 2017 at 11:01 pm #9275
Hi,
You can add custom code
.vc_tta-panel-body .jas-row .jas-col-xs-12 {
flex-basis: 100%;
max-width: 100%;
}
.vc_tta-panel-body .jas-row .sidebar {
display: none;
}Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.