Language Flag Image layout problem

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 лет назад
I added new language to nopCommerce and set to see flags. In firefox there is no problem with flags but in Internet explorer 8, flag images are not shown properly.

How can i fix that?

Here is the screenshots:

Firefox: http://imgur.com/U5nDh.png

IE 8: http://imgur.com/kc3Zy.png
13 лет назад
Hello.

I think this will solve this problem.

in the style.css file of you theme locate ul.languagelist li and change display: inline-block to display: inline:

ul.languagelist li
{
  list-style: none;
  display: inline;
  padding: 0px 5px 0 5px;  
}
13 лет назад
roger wrote:
Hello.

I think this will solve this problem.

in the style.css file of you theme locate ul.languagelist li and change display: inline-block to display: inline:

ul.languagelist li
{
  list-style: none;
  display: inline;
  padding: 0px 5px 0 5px;  
}


thank you very much roger, it fixed the problem in Default theme (darkOrange).

But i need one more help too. In other themes, again flags are not shown properly, which is cause by something else i guess. How can i fix that? There are dots next to flags which shouldnt be there.

Here the screenshots:

http://imgur.com/o9BhA.png
13 лет назад
Did you make the changes in the others styles.css files from the other themes?

If you did then I don't know what can it be. try playing around with the style.css file.
13 лет назад
roger wrote:
Did you make the changes in the others styles.css files from the other themes?

If you did then I don't know what can it be. try playing around with the style.css file.


ok roger thanks so much. style.css file is the key point. I will find the way to fix them too. Thanks again.
13 лет назад
Hey Roger that worked for me too!! But Japanese is not actualy displayed... I think the xml file must be empty or broken anyway...

When I try to export to xml all I get is:

<Language Name="日本語" />

in the file....

But I did see another post about an app that I downloaded and will do furthering testing.

Daniel
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.