This thread is resolved. Here is a description of the problem and solution.
Problem:
The client is experiencing an issue with the language switcher in DropDown format on their mobile device. When pressing the ∨ button, it automatically jumps to English, preventing the selection of other languages, whereas on PC, hovering over it displays other languages for selection.
Solution:
We recommend modifying the CSS to prevent the current language from being clickable on mobile devices. This can be achieved by adding the following CSS code:
.mobilex-menu .wpml-ls-current-language a {<br /> pointer-events: none;<br /> cursor: default;<br />}
This change should resolve the issue by disabling the link action when the ∨ button is pressed. If this solution does not resolve the issue or if it becomes outdated, please check our related known issues and confirm that you have installed the latest versions of themes and plugins. If the problem persists, we highly recommend opening a new support ticket for further assistance.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 1 reply, has 2 voices.
Last updated by 1 year ago.
Assisted by: Prosenjit Barman.