You can add Custom JS Code on WPGlobus Options page to fix it
setTimeout(function(){
jQuery('.header-navigation-wrapper .wpglobus-current-language').addClass('menu-item-has-children');
},300);
Hi there,
yes that worked on Desktop and Mobile. Thanks
Just wanted to ask if it would be possible to have the two flags vissible next to each other instead of having this mouseover effect opening a sub-menu?
Thanks for the quick help and regards,
Fab
Cool, it would be also fine if it just shows the flag of the language which you want to switch to.
Like:
Current language is German – Flag shows US
Current language is English – Flag shows DE
Is there a quick fix for that?
Thanks in advance for quick support 🙂
BR,
Fab
-
This reply was modified 5 years, 7 months ago by
onlyamiga.
> Is there a quick fix for that?
No. You can use the code from FAQ as example to make what you want.