• Resolved gatemk

    (@gatemk)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    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.