getgrav / grav-plugin-langswitcher

Grav LangSwitcher Plugin
https://getgrav.org
MIT License
28 stars 26 forks source link

How to change the Display of the the Languages #51

Closed ghost closed 2 years ago

ghost commented 4 years ago

The functionality of this plugin is flawless. It works as intended. Although, Im kinda new with grav and I wanna achieve something like this, but Ive been trying to configure it but nothing shows up.

lang

If anyone can show me how to put them inside a dropdown and still make it work that'd be awesome! Thanks

godfatherjohn commented 2 years ago

The Langswitcher plugin creates an unordered list <ul> with an <li> entry for each language. You are talking about the layout, which is CSS, in this case. If you want a dropdown, you will need to write up the code for the dropdown yourself or copy from someone who has built such a dropdown.