• Resolved webdes44

    (@webdes44)


    Hi guys, the plugin is fantastic, but in the primary menu, while it shows the language the current page is in, English, when you hover over it, the other two languages don’t drop down as options (Vietnamese and Spanish).

    Yet in the mobile menu, when one clicks on the toggle button, you do see all three languages because the drop down menu works there.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Alex Gor

    (@alexgff)

    To fix the issue with language switcher you should
    1. open WPGobus Options page
    2. select Custom Code tab
    3. add code to Custom JS Code option

    
    setTimeout(function(){
    	jQuery('.wpglobus-current-language').addClass('menu-item-has-children');
    },300);
    

    4. click Save Changes
    5. check out on frontend

Viewing 1 replies (of 1 total)
  • The topic ‘Dropdown menu not working’ is closed to new replies.