Home › Forums › WoodMart support forum › Color Swatches, Size Guide, Label Color, Mobile Slider
Color Swatches, Size Guide, Label Color, Mobile Slider
- This topic has 1 reply, 2 voices, and was last updated 5 years, 3 months ago by
Elise Noromit.
-
AuthorPosts
-
January 31, 2020 at 2:08 pm #170804
doctor_bobbyParticipantHello there,
1. Even though I have color variables properly set on my products, the color swatches are not showing. I also tried the “Grid swatch attribute to display” and chose pa_color, but it still didn’t work. Please how do I fix that to make the color swatches show? Screenshots attached.
2. How do I change the Labels color. New for new products and Hot for featured products. Their default color is green and I will like to change that. Screenshot attached.
3. How do I configure the size guide?
4. I would like the Cookies law info to slide in or pop up at a different area of users’ screen not from the bottom. How do I do that?
5. How do I use a different slider for mobile view?
6. I would like mobile menu to be like desktop menu that displays the menu texts on top of the screen, instead of using the menu icon. E.g: Instead of clicking the menu icon on mobile to view the menus/menu texts, I want the menus/texts (Home, About Us, Contact us, etc) to show on the mobile header without clicking the menu icon first. I checked the Header builder but I didn’t see that option in the mobile header. Please how do I do that? Thank you.
Please I would very much appreciate if you can log into my website to understand the issue, and to also guide me with screenshots/videos to make it easy for me to understand, just like you did the other time. Thank you.
Find login details in the Private Content area.
Attachments:
You must be logged in to view attached files.January 31, 2020 at 8:52 pm #170887
Elise NoromitMemberHello,
1. the color swatches are not showing. You are using custom attributes, swatches work only with the global attributes https://xtemos.com/docs/woodmart/variable-products-swatches/
2. How do I change the Labels color.
Please add this code to the Theme Settings > Custom CSS > Global:
/*sales*/ body .labels-rectangular .onsale { background-color:#000000; } /*hot*/ body .labels-rectangular .featured { background-color:#000000; } /*new*/ body .labels-rectangular .new{ background-color:#000000; }
3. How do I configure the size guide? Here is a detailed manual: https://xtemos.com/docs/woodmart/faq-guides/create-size-guide-table/
4. I would like the Cookies law info to slide in or pop up at a different area of users’ screen Unfortunately, there is no option.
5. How do I use a different slider for mobile view? You can clone the row and configure showing columns of the row in different devices: https://wpbakery.com/video-academy/control-elements-different-devices-responsive-column-controls/
6. I would like mobile menu to be like desktop menu You need to add the Secondary menu element https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register