Just today I also was looking for exactly the same info about this. There is a bug with the lng switcher. I have it set to just show the flag. The drop box however is completely empty. It should show the flag and its there in the code but not showing up. This is not a caching issue. Do you got the same behavior?
https://www.dropbox.com/s/s660uoh1qnhs27i/lng_switcher_bug.jpg?dl=0
//EDIT: If “show lng names” is activated it shows at least the name but the flag is still missing.
//EDIT-2: Ok it seems the size for the flag icons get defined through html inline code for whatever reason. If I disable the size properties in the dev tools the flag shows up.
https://www.dropbox.com/s/t4s3kt81qkyn78m/lng_switcher_bug-2.jpg?dl=0
After more digging is seems this css line is the culprit:
.lang-item a img {padding: 0 10px;}
Setting this to padding 0 resolves the invisible flag without disabling the inline CSS properties.
@rik1234 For your issue. I think as a workaround you could have the “show lng names” active and set the active lng name to “display:none” with custom CSS. Just a workaround
-
This reply was modified 3 years, 8 months ago by
mike8040.
-
This reply was modified 3 years, 8 months ago by
mike8040.
-
This reply was modified 3 years, 8 months ago by
mike8040.
-
This reply was modified 3 years, 8 months ago by
mike8040.
-
This reply was modified 3 years, 8 months ago by
mike8040.