Title: Mobile version issues
Last modified: June 23, 2021

---

# Mobile version issues

 *  Resolved [gatemk](https://wordpress.org/support/users/gatemk/)
 * (@gatemk)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/mobile-version-issues-4/)
 * Hi, your plugin is working without any issues with menu and shortcode integration
   on a desktop version, but it is not translating at all on mobile version (links
   are just getting #). Even the flags are not showing at all on the mobile version.
   Can you assist me in what can be the issue?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmobile-version-issues-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [edo888](https://wordpress.org/support/users/edo888/)
 * (@edo888)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/mobile-version-issues-4/#post-14588382)
 * Hi,
 * I can see that you have a special event listener for mobile menu list items set
   in /wp-content/themes/wprentals/js/control.js file:
 *     ```
       $('.mobilex-menu li').on('click',function (event) {
               event.stopPropagation();
               var selected;
               selected = $(this).find('.sub-menu:first');
               selected.slideToggle();
           });
       ```
   
 * This stops the click event to reach the language switcher code.
 * Please consult your theme developer and ask them to fix it, so the language links
   can be actually clicked and the event attached to them to change the language
   can be fired.
 * Thanks! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Mobile version issues’ is closed to new replies.

 * ![](https://ps.w.org/google-language-translator/assets/icon-256x256.png?rev=3007649)
 * [Translate WordPress - Google Language Translator](https://wordpress.org/plugins/google-language-translator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-language-translator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-language-translator/)
 * [Active Topics](https://wordpress.org/support/plugin/google-language-translator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-language-translator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-language-translator/reviews/)

## Tags

 * [desktop](https://wordpress.org/support/topic-tag/desktop/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [version](https://wordpress.org/support/topic-tag/version/)

 * 1 reply
 * 2 participants
 * Last reply from: [edo888](https://wordpress.org/support/users/edo888/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/mobile-version-issues-4/#post-14588382)
 * Status: resolved