Home Forums WoodMart support forum product – main categorie pages vs sub categorie pages

product – main categorie pages vs sub categorie pages

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #147603

    annececilie
    Participant

    We would like to have the main category pages to only displaying the sub product in a menu and a list of some pre-defined proudcts such as “best sellers”, “top models” etc.

    Then when the user makes a choice of sub category, they come to the products with filters in the top.

    See wireframes.
    Is this possible to accomplish? and could you point me in the direction in how to solved this.

    Thanks!!

    Attachments:
    You must be logged in to view attached files.
    #147678

    Hello,

    Please navigate to Appearance > Customize > Woocommerce > Product catalog and you will find the options which provide the default Woocommerce if you need something different, you will have to find a plugin as our theme does not influence the Woocommerce functionality.

    Best Regards

    #148025

    annececilie
    Participant

    ok . thanks for the reply.
    I found a solution 🙂

    Only thin now is the left side menu.
    I dont want a side menu on the first category page, just have it top show on the subcategory page. Is this doable?

    #148032

    Hello,

    The category page/sub-category page inherits the layout of the shop page. It is not possible to set the sidebar on the category page and disable it on the sub-category page. You can enable filters at the top in the Theme Settings > Shop http://prntscr.com/pdtmjd and get this result: https://gyazo.com/109a56ff51177bccebcefdd30b6c9a5d

    Best Regards

    #149200

    annececilie
    Participant

    i found a work-around to this.
    The only problem i have now is to set the width of the content to 100% on the category page.
    I cant seam to find the code.

    See page: http://87y.ca2.myftpupload.com/product-category/servant/

    #149295

    Hello,

    You can set the content full width in the Theme Settings > General layout https://prnt.sc/pgy4de

    Best Regards

    #149384

    annececilie
    Participant

    Yes i understand that and i already have it full widt, but i removed the sidebare for the main category pages, and need to make the page 100%.

    https://www.baderomsglede.no/produkt-kategori/mobler/

    #149392

    Hello,

    Please provide the site admin access to the private area I will check the settings and suggest.

    Best Regards

    #149423

    annececilie
    Participant

    Here

    #149438

    Hello,

    Please deactivate all the plugins not related to the theme.

    Best Regards

    #149453

    annececilie
    Participant

    Done

    #149506

    Hello,

    I am checking the category page and see that it is full-width https://gyazo.com/c8d00fe7734fe4628a65984a97b2b03d

    Please specify what you mean.

    Best Regards

    #149560

    annececilie
    Participant

    Lesa I know, but since it is not that when I have styled the page, how can I (do you know the code for Css code for example ) for the container so I can stretch it out to be 100%?

    #149604

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Desktop:

    body.tax-product_cat  .website-wrapper .main-page-wrapper .container {
       width: 100%;
      max-width:100%;
    }

    Best Regards

Viewing 14 posts - 1 through 14 (of 14 total)