Cart widget not enable in mobile version

This topic has 8 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler

  • Avatar: Vladislav
    Vladislav
    Participant
    April 8, 2019 at 12:59

    Hello!

    Cart widget disable in mobile version, Android and iOS versions.

    regards,
    Vlad

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 8, 2019 at 13:05

    Hello,

    Add this code in style.css file of child theme:

    @media only screen and (max-width: 1030px) {
        .top-bar {
            display: block;
            padding: 8px 5px 5px 10px;
        }
    }

    Regards

    Avatar: Vladislav
    Vladislav
    Participant
    April 8, 2019 at 13:35

    I added, but it was not help.
    In horizontal view top-bar is OK.
    But in vertical view is not avaliable.

    And I mean “shopping-cart-widget”

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 8, 2019 at 13:47

    Please add !important;

    @media only screen and (max-width: 1030px) {
        .top-bar {
            display: block !important;
            padding: 8px 5px 5px 10px;
        }
    }

    Do not forget to clear cache before checking the result.

    Regards

    Avatar: Vladislav
    Vladislav
    Participant
    April 8, 2019 at 14:21

    the same result:
    “In horizontal view TOP-BAR is OK.
    But in vertical view is not avaliable.”

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 8, 2019 at 14:32

    Where you have added the code? Do you use cache or CDN?
    Please provide temporary wp-admin access.

    Regards

    Avatar: Vladislav
    Vladislav
    Participant
    April 8, 2019 at 14:52

    Rose, I added the code in style.css file of child theme.
    wp-admin access in “Private content area”

    I need info that you add to change data in my other Legenda shops.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 8, 2019 at 15:26

    It looks like a cache problem because the mentioned code is not visible on frontend via browser’s console > source. Please contact your hosting provider and ask to clear the cache of CDN and server cache.

    Regards

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.