Home Forums WoodMart support forum Product page – mobile bug

Product page – mobile bug

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #514621

    waldemar
    Participant

    Hi, only on mobile I see the active selection doubled. For size and color – all products with variants

    Attachments:
    You must be logged in to view attached files.
    #514829

    Luke Nielsen
    Keymaster

    Hello,

    May I request you clone the website and move it to the staging platform so I can investigate this issue there?

    Looking forward to collaborating with you!

    Kind Regards

    #518151

    waldemar
    Participant

    Hi, now the website is gone online. I can give you access to the beta site so we do not risk any crash.
    As I needed to have nonbuggy website I inserted this css, but of course it’s not a clean solution. With this css I removed this on the real website, you can see the difference in the 2 webpages

    /* BUG Mobile Product Single Page */

    @media
    only screen and (max-width: 576px) {
    table.variations .label .wd-attr-selected {
    display: none;
    }
    }

    #518287

    Luke Nielsen
    Keymaster

    Hello,

    Could you please find this custom code in Theme Settings -> Custom CSS and hide it: https://take.ms/z97FB

    Then it should look like that: https://take.ms/YMh7b

    Let me know if you have any questions.

    Kind Regards

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