Home › Forums › WoodMart support forum › List view for one subcategory
List view for one subcategory
- This topic has 15 replies, 2 voices, and was last updated 3 years, 11 months ago by Elise Noromit.
-
AuthorPosts
-
January 14, 2021 at 11:12 pm #258541
oguz187ParticipantHi,
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 regardsJanuary 14, 2021 at 11:39 pm #258544
Elise NoromitMemberHello,
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
January 14, 2021 at 11:42 pm #258546
oguz187ParticipantHi,
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
January 15, 2021 at 11:21 am #258655
Elise NoromitMemberHello,
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
January 15, 2021 at 11:23 pm #258871
oguz187ParticipantOk, 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
January 16, 2021 at 11:56 am #258964
Elise NoromitMemberHello,
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
January 16, 2021 at 1:23 pm #258989
oguz187ParticipantHi 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
January 16, 2021 at 1:26 pm #258992
oguz187Participantand is there a way to display the html block (description field) after the breadcrumbs?
the description is above the breadcrumbs.thanks!
January 16, 2021 at 3:30 pm #259014
Elise NoromitMemberHello,
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
January 18, 2021 at 9:53 am #259292
oguz187Participantok, thanks.
The Shop is under construction, so there is only one category (Vorverstärker) yet.January 18, 2021 at 9:59 am #259298
oguz187ParticipantI 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…..
January 18, 2021 at 5:03 pm #259424
Elise NoromitMemberHello,
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
January 18, 2021 at 8:50 pm #259489
oguz187Participantthanks 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 🙂January 18, 2021 at 10:38 pm #259525
Elise NoromitMemberHello,
Please try to replace the code with this one:
body.term-yamaha .shop-loop-head .woodmart-woo-breadcrumbs { display: none; }
Best Regards
January 19, 2021 at 9:37 am #259659
oguz187ParticipantHi Elise,
thank you so much for your help. Now I learned something 🙂
best regards
OguzJanuary 19, 2021 at 1:53 pm #259753
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register