Home › Forums › WoodMart support forum › About the home page classification problem
About the home page classification problem
- This topic has 10 replies, 2 voices, and was last updated 1 year, 3 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
September 22, 2023 at 9:41 am #498247
yatdimitParticipantThe classification of the home page is static and the html bolcks in the categories are also static. I want to change the classification of the home page into product classification, and the parent categories of products in woocommece are dynamically updated (red box), and the sub-categories (blue box) are automatically updated with the increase. How to make such dynamic classification?
Attachments:
You must be logged in to view attached files.September 22, 2023 at 3:48 pm #498381
Aizaz Imtiaz AwanKeymasterHello,
Go to Appearance > Menu > Check the categories menu > Manage and customize the categories menu items and that will affect your frontend browser categories element.
And in the red box there are HTML Blocks for every category. Expand the every category menu and check which HTML Blocks you are using. Then Go to HTML Blocks edit and customize it in the page builder.
Best Regards.
September 23, 2023 at 4:02 am #498490
yatdimitParticipantBut the html block elements are static, how to make the html block elements dynamically increase with the woocommerce product subcategory?
September 23, 2023 at 12:46 pm #498575
Aizaz Imtiaz AwanKeymasterHello,
Try to create a HTML Blocks using Product Categories widget and choose the data source WooCommerce query.
https://ibb.co/5TCcd0tBest Regards.
September 25, 2023 at 10:17 am #498936
yatdimitParticipantThe subcategories within this category, however, do not appear when selected.
Attachments:
You must be logged in to view attached files.September 25, 2023 at 10:32 am #498944
yatdimitParticipantThe desired outcome is to have the child categories displayed upon selection of the parent category.
September 25, 2023 at 3:24 pm #499100
Aizaz Imtiaz AwanKeymasterHello,
Sorry there are no more options to customize it. But alternatively, I think the easiest way would be to instead use the ids attribute and list out the ids of the categories that you want to display. For example:
[product_categories ids="16, 17, 18, 19, 20, 21"]
by using a shortcode widget.Best Regards.
- This reply was modified 1 year, 3 months ago by Aizaz Imtiaz Awan.
September 26, 2023 at 3:42 am #499217
yatdimitParticipantI think we can make relevant features so that others can use them, and also improve the quality of the topic.
September 26, 2023 at 10:35 am #499281
Aizaz Imtiaz AwanKeymasterHello,
You need to create an HTML block:
Then using Extra menu list – Create a menu list for your mega menu dropdown:
https://ibb.co/wCgQgXXAnd finally, configure the mega menu:
Hope this helps!
Best Regards.
September 27, 2023 at 3:40 am #499491
yatdimitParticipantThis doesn’t help me because these are static menus, and at the moment, I haven’t found a solution for a long time.
September 27, 2023 at 10:33 am #499549
Aizaz Imtiaz AwanKeymasterHello,
Sorry to say but right now there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register