Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Jorge

    I use a dropdown language switcher on one of my sites, when viewed on smaller screens. It is all done using css and jquery. You need to have a button and the <ul> language menu hidden. When the button is clicked, display your language switcher menu and ensure that you set up the css to show a list. That’s pretty much it.

    You can view it in action at this page when you look at it with a mobile phone or a responsive screen tool.

    Thread Starter JORGE79

    (@jorge79)

    Thank you! I don’t know how to do it because I have basic knowledge of that… but I’ll investigate it.
    Anyway, is there a form to see the dropdown language switcher also in the normal pc screen?
    Thank you very much

    Here is a tutorial to convert an html <ul> list into a drop down menu using css. The language switcher and all menus in WordPress, are lists usign the <ul><li></li></ul> markup convention. With CSS you can convert the default behaviour of the html code in the browser.

    Note that the above tutorial is using only html and CSS. There dropdown menus with more fancy animations that also use javascript to enhance the effet, but if you are not sure what you are doing, the quickest result is to go with the above example. Good luck.

    PS: Maybe you can mark this thread as resolved now.

    Thread Starter JORGE79

    (@jorge79)

    Thank you very much Aurovrata! I’ll check the link.
    Thank you for your help ??

    Thread Starter JORGE79

    (@jorge79)

    .

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘switcher not working well’ is closed to new replies.