Internationalization module - graphical glitch on switching languages
Permalink
When switching languages in the editing toolbar I get a popup window where I can select a language.
The 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?
The 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?
(Sorry for answering so late. That "Monitor this Post" checkbox doesn't seem to work)
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 don't think that this is an error in the theme since it also occurs when I switch to the concrete5 default themes.
RESOLVED!
I just deleted the internationalization module, downloaded it again from the marketplace and installed it again. Now it works fine.
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.