I added a german and english flag to give user the chance to switch languages to my main menu links on these sites:
It works, but the flags are not shown. Can you help me with it?
Thank you so much!
Hey transformmedia,
How are you adding the flags?
Please provide more information regarding your issue.
Best regards,
Basilis
I use two individual links in my menu for english and deutsch and then I am using this code:
li#menu-item-3902 {
background-image: url(https://marcogiannecchini.de/wp-content/uploads/2019/06/german-flag-grey.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
li#menu-item-3902 a {
opacity: 0;
}
li#menu-item-3902 {
width: 30px;
}
#menu-item-3902{
left:35px!important;
}
li#menu-item-3901 {
background-image: url(https://marcogiannecchini.de/wp-content/uploads/2019/06/UK-Union-Flag.png);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
}
li#menu-item-3901 a {
opacity: 0;
}
li#menu-item-3901 {
width: 30px;
}
#menu-item-3901{
left:30px!important;
}
Hi transformmedia,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi transformmedia,
Please try the solution posted here
https://kriesi.at/support/topic/add-flags-to-the-menubar/
Best regards,
Victoria
Hi Victoria,
I tried it at the .de website, but unfortunately no changes. The links are still there, but the flags are not shown…
Hi transformmedia,
Best regards,
Victoria