wpml

Hi
1. I chose "Link to home of language for missing translations" in wpml.
But this option does not work in this theme.

2. When in mobile phone to switch between languages, tap on the flag was kept that drop down, but in addition to opening the drop-down the page was refreshed.

3. language switcher not have good position in small screens.
image

thank you

Comments

  • Hi,

    1. Our theme does not have this option. This option is for default widget, not theme but we'll check if it's possible with our theme.

    2. This is our mistake and we'll do this with next update.

    3. You can move this icon on mobile devices within below css:
    @media only screen and (max-width: 479px) {
        #Top_bar .top_bar_right { padding: 0 130px !important; }
    }
    but for different screen sizes you must use different padding of course. The css we gave you above is for mobile devices and for other screens you must setup similar css but with different values.
  • 1. Example page for "Link to home of language for missing translations" problem
    (I use this version of WPML in another theme, but does not have this problem.)


    Thank you for your support
  • Is this recent WPML version? Did you tried to contact with wpml support team also?
  • Yes, I use the recent version. No, I did not contact on this issue with the wpml support team.
  • So please contact with their support then because it will be something on their side.
  • Ok, thank you.
Sign In or Register to comment.