Home Forums WoodMart support forum Color Swatches, Size Guide, Label Color, Mobile Slider

Color Swatches, Size Guide, Label Color, Mobile Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #170804

    doctor_bobby
    Participant

    Hello 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.
    #170887

    Hello,

    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

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