Home Forums Themes Support Claue Best sellers tab women/men

Viewing 7 reply threads
  • Author
    Posts
    • #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.
    • #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

    • #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

    • #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

    • #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.
    • #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

    • #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.
    • #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

Viewing 7 reply threads

You must be logged in to reply to this topic.