Okay
  Public Ticket #2139208
Language
Closed

Comments

  • Hanne Bjørn-Klausen started the conversation

    I have WPML and get this errorcode; ICL_DONT_LOAD_LANGUAGE_SELECTOR_CSS is defined in your theme. The language switcher can only be customized using the theme's CSS.

    I have chosen English language - and the flag shown is the US flag. I want it to be the UK flag. How can I change that?

  •  608
    WordPress replied

    Hello,

    I have checked your site and you have solved that problem.

    2943130365.png



  • Hanne Bjørn-Klausen replied

    No, it is not solved. The flag shown is the US "Stars and stripes". I need it to be the UK (Union Jack) flag.

  •  608
    WordPress replied

    Hello,

    You can download and update file class-wpml.php in wp-content\themes\arrowit\inc



  • Hanne Bjørn-Klausen replied

    Thanks, that works - but unfortunately the flag is very cloudy and pixelated. Dont you have a better quality?

  •  608
    WordPress replied

    Hello,

    You can install and active child theme. Then, you can add style css in file style.css

    .languges-flags .lang-1 img {
        width: 18px;
        height: 18px;
    }