Internationalization module - graphical glitch on switching languages
PermalinkThe links have the language flags as repeating backgound image.
I already tried to correct it by editing the switch_language_for_page.php from
style="background-image: url(<?php echo $icon?>)" to
style="background-image: url(<?php echo $icon?>) no-repeat" but then all flags are gone.
Does someone has an advice how to display it right?
I don't think that this is an error in the theme since it also occurs when I switch to the concrete5 default themes.
I just deleted the internationalization module, downloaded it again from the marketplace and installed it again. Now it works fine.
You could be getting bleed from your theme into the C5 core CSS.
Have you got a wrapper around everything in your theme with a unique name?
It's just a guess but you never know.