Language selector format - by pcmoia - on WordPress WooCommerce support

This topic has 6 replies, 3 voices, and was last updated 5 years, 3 months ago ago by Rose Tyler

  • Avatar: pcmoia
    pcmoia
    Participant
    August 18, 2020 at 15:45

    Hi,

    I’m using Xstore and I want to put the WPML language selector like the same format as the “hosting” demo.

    How can I do it?

    Thanks!

    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 18, 2020 at 18:07

    Hello,

    We don’t have WPML widget on the hosting demo. Select on that demo is simple menu for demo purposes only. All the available options for the WPML widget you can find in the WPML plugin settings. If you need anything extra you ask WPML plugin support if they have options for this.

    Regards

    Avatar: pcmoia
    pcmoia
    Participant
    August 18, 2020 at 19:04

    I know that you don’t have the WPML widget on the demo.

    What I’m asking is what CSS code should I put so that the widget I have put, in appearance, is the same as in the demo.

    Thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 19, 2020 at 07:53

    Hi,

    Your site under maintenance mode, so we can’t check it. Please provide temporary wp-admin access.

    Regards

    Avatar: pcmoia
    pcmoia
    Participant
    August 25, 2020 at 10:27

    I create a new credentials for you.

    Thanks!

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 26, 2020 at 11:37

    Hello,

    Sorry for the delay in answering.
    Add the next code in Theme Options > Theme Custom CSS:

    .header-top .wpml-ls-legacy-dropdown a {
        background-color: transparent;
        color: white;
        border: none;
    }
    .header-top .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
        color: white;
        opacity: .8;
        background-color: transparent;
    }
    .header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
        border: none;
        background-color: white;
        width: 200px;
        padding: 6px 0px;
    }
    .header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
        color: #222;
        padding: 10px 15px 10px 15px;
    }
    .header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
        opacity: 0.5;
    }

    Regards

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

The issue related to '‘Language selector format’' has been successfully resolved, and the topic is now closed for further responses

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