Home › Forums › WoodMart support forum › Tags above the store
Tags above the store
- This topic has 5 replies, 2 voices, and was last updated 4 years, 5 months ago by Elise Noromit.
-
AuthorPosts
-
June 26, 2020 at 11:18 pm #206785
RomancoParticipantHello!
Please help me find a solution.
In my sidebar, on the right, the output of products labels is configured (as in the screenshot – https://sun9-15.userapi.com/c854524/v854524881/24010b/Cz12Osz3apE.jpg
I would like to move these tags above the store. Now it looks like this – https://sun9-17.userapi.com/c854524/v854524881/240101/_dC7Hfn-QDg.jpg
I want to do this – https://sun9-2.userapi.com/c854524/v854524604/2335b2/OCAjGguvLDk.jpg
Is it possible?June 27, 2020 at 11:51 am #206878
Elise NoromitMemberHello,
I could not view your screens, at the same time I hope, I have caught the idea of what you want.
1. Enable Top filters in the Theme Settings > Shop > Shop filters https://gyazo.com/3564df2a5d658a0010b6c0ebd0b537d4
2. Enable Shop filters area always opened
3. Shop filters content type should be set Custom content
4. You can choose the HTML block with the content from the Shop filters custom content drop-down.
Now you need to create the content to chose:
1. Create a custom Sidebar in Dashboard > Sidebars.
2. Add the Product tag widget into it.
3. Create an HTML block and add the Widgetized Sidebar element and chose the sidebar you have created.
Now you can choose your HTML block as suggest in #4 above. https://xtemos.com/docs/woodmart/html-blocks-2/
Best Regards
June 27, 2020 at 6:25 pm #206945
RomancoParticipantVery cool! your really helped me
There are two small nuances left
1. I do not want to use a title for this tag area. but. if I leave the Widget title field blank, the “Product tag” title is still automatically assigned. Is it possible to remove? – https://gyazo.com/e08aec8ba7f6094f762e2a2379c0c188
2. When you click on a tag, only the page title output (breadcrumbs) changes, but the tag itself remains inactive. Is it possible to make it stand out as active (highlighted in color)? – https://gyazo.com/8534fecc1d6a2ee6577278c3882688ff
Thanks again!June 28, 2020 at 9:59 am #206999
Elise NoromitMemberHello,
1. Please provide the page URL, I will provide custom CSS to remove that.
2. HTML structure does not allow solving it by custom CSS. Such modification requires complicated Woocommerce code customization which is not covered by our support.
Best Regards
June 28, 2020 at 7:27 pm #207079
RomancoParticipantJune 29, 2020 at 6:43 am #207159
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.widget_tag_cloud .widget-title{ display:none; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register