Home Forums WoodMart support forum missing something?

missing something?

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #147721

    Andersjpg
    Participant

    see video šŸ™‚

    #147807

    Hello,

    I have seen the video as your color swatches shown transparent. You need to make sure that your using some colors while creating the attributes from the Products >> Attributes.

    I case if you already used the colors for your variations and it still not work. Then provide your site admin login details and the url of that product. So i can access your site and help you to fix the issue.

    Best Regards.

    #147811

    Andersjpg
    Participant

    its not colors but text :/ (worked perfectly before theme update)
    when you load the that page i posed you can see for like 1-2 sec that it shows the attributes and then poof.

    #147853

    Hello,

    To display those swatches you need to specify the font color and font size. Please insert the below css code in your site at Theme Settings >> Custom Css >> Global Custom Css

    .swatch-on-single.swatch-enabled {
        margin-left: 20px;   
        color: black;
        font-size: 12px;
    }

    Result: https://jmp.sh/c6PhzeY

    Best Regards.

    #148065

    Andersjpg
    Participant

    that fixed those but take a look at pic
    now variations with color shows text thats not good

    #148085

    Hello,

    You can put the below css in Theme Settings >> Custom Css >> Global Custom Css to fix the issue:

    div.colored-swatch{
    color: transparent;
    }

    Best Regards.

    #148088

    Andersjpg
    Participant

    thanks for getting back to me
    sadly that does not do anything :/

    #148096

    Hello,

    Please try this custom CSS instead of old given CSS:

    .swatch-on-single.swatch-enabled {
        color: transparent;
    }

    Best Regards.

    #148097

    Andersjpg
    Participant

    works but then it breaks the other

    #148101

    Hello,

    Can you please send me the WP admin login details of your site so I will check and give you the possible solution. Your given login URL https://rubberproff.dk/wp-admin is showing the error http://prnt.sc/pdwupu

    I think you have block other countries IP. Please disable the IP restrictions.

    Best Regards.

    #148103

    Andersjpg
    Participant

    could you try again?
    maybe someone was coding something on the site šŸ˜€

    #148109

    Hello,

    Please try with the below given CSS code, I am sure it will work for you.

    .single-product td.value.with-swatches .swatches-select .woodmart-tooltip {
        color: transparent;
    }

    Best Regards.

    #148110

    Andersjpg
    Participant

    works
    god bless you

    #148144

    Hello,

    I’m so happy to hear you are pleased with the Theme and Support. XTemos strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘missing something?’ is closed to new replies.