Language and Currency menu not visible in mobile mode

This topic has 4 replies, 2 voices, and was last updated 4 years, 11 months ago ago by Rose Tyler

  • Avatar: fabio_vito
    Fabio
    Participant
    May 9, 2019 at 08:26

    Dear Support,

    I have noticed that the language and currency menu is not longer visible in the mobile menu after I upgraded the theme to 3.9.2.1.

    Could you please help me to solve the issue.

    Thanks.

    F.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2019 at 08:46

    Hello,

    Where exactly the language and currency menu was visible on mobile before the update? Is this was achieved by additional customization in files or settings from your admin panel?

    Regards

    Avatar: fabio_vito
    Fabio
    Participant
    May 10, 2019 at 17:36

    Dear Rose,

    As per the desktop version, the language and currency was available on the top of the page, through a WPML widget.
    No additional customization.

    Best regards.

    F.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 13, 2019 at 08:55

    Hello,

    Sorry for the delay due to the weekends.
    You can use this Custom CSS code:

    /* top-bar languages-area on mobile */
    @media (max-width: 480px) {
        .top-bar, .top-bar .languages-area {
            display:  block;
        }
        .top-bar .search, .top-bar .my-account-link {
            display: none !important;
        }
        .top-bar .languages-area #lang_sel_list {
            padding-left: 0px;
            padding-right: 0px;
        }
    
        .top-bar .wcml_currency_switcher {
            padding: 0px 25%;
            max-width: 50%;
        }
        .top-bar .languages-area {
            max-width: 100%;
            margin-bottom: 18px;
            display:  flex;
            width: 100%;
            flex-direction: column;
            margin-left: 0px;
        }
        .top-bar .languages-area div {
            width: 100% !important;
        }
    }

    https://prnt.sc/nntey5

    Regards

  • Viewing 4 results - 1 through 4 (of 4 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.