• Resolved nernich

    (@nernich)


    hello,
    please take a look at the website, you can see the problem in the desktop surface.
    the switcher do not open in the desktop-mode. mobilesurface works.
    you can also see my not-so-nice version left from the WPglobus-menu. I would like to have a solution in this simple form – without the intermediate step via the link on the page. If I link this directly with the menu, the links unfortunately no longer work.
    Many thanks for the help!
    stefan

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

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

    (@alexgff)

    I have installed and activate the Neve theme on my test site.
    I did nothing with language switcher in navigation menu.
    Just added some JS.
    You can add the code yourself:

    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`

    Thread Starter nernich

    (@nernich)

    hello alex, many thanks for the help!
    Now it works! Is there a possibility that only the name of the language changes and there is no switcher: If I have the German menu, then I only see “English” in the menu, as an option to get to the English version and when I have the English version, then I only see “German” as an option in the menu, to get to the German version. That would be great. 🙂 best regards, stefan

    Plugin Contributor Alex Gor

    (@alexgff)

    You can add your own language switcher with any option.
    Here is FAQ

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wpglobus desktopmenu doesn’t work with theme neve’ is closed to new replies.