Home Forums WoodMart support forum List view for one subcategory

List view for one subcategory

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #258541

    oguz187
    Participant

    Hi,
    I have several main categories in my Shop. I want that just one subcategory site has a List view instead of grid view, because I have too much more subcategories in that one subcategory and all of them has the same picture. So it looks ugly in grid view.
    Is it possible to make just one site in list view?

    thank you
    best regards

    #258544

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please clarify you want a list view of products or other sub-categories in each main category?

    Best Regards

    #258546

    oguz187
    Participant

    Hi,

    I want a list view of sub-categories (but only on one main category site). All the other sites can be in grid view.

    best regards

    #258655

    Hello,

    Unfortunately, there is no option to configure the categories pages in different ways. The only way out is to create a custom page and show the categories you need by means of the Product category element.

    Best Regards

    #258871

    oguz187
    Participant

    Ok, so for example… I have the Main Category “YAMAHA” and the Sub-category is “Receiver” and the Sub-Sub-category is the Model of the Receiver…. There are so many Models of just one Receiver from the YAMAHA Brand… That’s why I need a List View with only the Names, no other informations.

    If I create a custom page with all the Models manualy, how can I setup woocommerce to display this particular page if the customer klicks on the Category “YAMAHA” ?

    I hope you understand what my problem is 🙂

    best regards

    #258964

    Hello,

    I would like to suggest a trick, perhaps it would be workable for you.

    You know each category has the description field. You can create an HTML bloc, list your models of the receiver and add this HTML to the category description.

    You can use the Product category element and we shall remove the image with CSS to make it compact. As the result, each category or (sub-category) page would have a list of models in the top of the page

    Please let me know if such workable and we can proceed.

    Best Regards

    #258989

    oguz187
    Participant

    Hi Elise,

    thank you for your message. This sounds like a nice work around!
    I added a html block and it works for me.
    But now I need to hide one particular category image with CSS like you mentioned. I tried it with “display: none”, but when I add the CSS code, ALL of the category images will be not displayed.
    Is there a way to hide just one category picture?

    best regards

    #258992

    oguz187
    Participant

    and is there a way to display the html block (description field) after the breadcrumbs?
    the description is above the breadcrumbs.

    thanks!

    #259014

    Hello,

    Pleae provide the product category URL and which category you want to hide the image, I will check if it is possible.

    The product description may be above the product grid or under. No option to move it, unfortunately.

    Best Regards

    #259292

    oguz187
    Participant

    ok, thanks.
    The Shop is under construction, so there is only one category (Vorverstärker) yet.

    #259298

    oguz187
    Participant

    I copied the breadcrumbs html in the html block, that it is above. Now I have to hide the breadcrumbs under the html, but I don’t know which css code I have to type in…..

    #259424

    Hello,

    I am a bit confused. I provide CSS to hide these breadcrumbs: https://prnt.sc/x554wr

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

    body .shop-loop-head .woodmart-woo-breadcrumbs {
        display: none;
    }

    Best Regards

    #259489

    oguz187
    Participant

    thanks a lot, but with this code, the breadcrumbs are hidden on every page.
    I just want to hide only the breadcrumbs on this page (like attached)

    because I put a HTML Block in the category description and the breadcrumbs of the Theme are under the HTML Block, but I want the Breadcrumbs above the HTML Block… So I decide to put the HTML of the Breadcrumbs in the HTML Block on the top… Now I have two Breadcrumbs on this page and I want to hide only the Breadcrumbs under the HTML Block and only on this page.
    🙂 Hope you understand what my problem is 🙂

    #259525

    Hello,

    Please try to replace the code with this one:

    body.term-yamaha .shop-loop-head .woodmart-woo-breadcrumbs {
        display: none;
    }

    Best Regards

    #259659

    oguz187
    Participant

    Hi Elise,

    thank you so much for your help. Now I learned something 🙂

    best regards
    Oguz

    #259753

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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