• Hi Chouby,
    I’m testing all the multilingual features of WP with theme 20/11 and your plugin is the first that works completely, including links between pages, posts, categories and in the menues. Thanks a lot for this perfect solution where the user is still master over every detail.
    I have a request for the wish-list: would it be possible to show the language switcher as flags in the sidebar widget?

Viewing 15 replies - 16 through 30 (of 35 total)
  • I don’t know about css, I can modify what it’s already written, but I don’t know the codes, could you write one example line about that, please?

    I open another post for another topic.

    Well it will be difficult for you to get the exact appearance you want if you know nothing to css. The code I gave you, written in the style.css file of your theme will display your flags inline.

    Thanks! I did it and it works, the only thing would be to take out those arrows of the list. :$

    It’s not Polylang support but you are a lucky guy (and say thank you to a wonderful Firefox extension called Firebug which allowed me to look at your css !!!)

    Replace the line .lang-item {display: inline;}
    by

    #sidebar ul ul li.lang-item {
      background-image: none;
      display: inline;
    }

    Thanks a lot! :$$$

    Unfortunatly seems like in my sidebar doesn’t feet the three flags in a line, and it’s not because of the size of the pngs. Any last clue to fix it? :$

    The 3 flags are OK on my browser. Only your title is too big. Try setting the font size at 18px at line 117

    I see it depends on the browser, with Firefox it’s ok, with Chrome the third one goes to a second line and with safari it appears still in a row.

    About the text I am taking it out now, I will leave it without text.

    You are discovering the headaches of web designers…

    haha, I see, fucking browsers that doesn’t follow the standards? πŸ˜›

    Fortunately IE6 and IE7 are slowly dying but no browser is perfect, not even Firefox or Chrome.

    Hello Chouby, great plugin to begin with, very easy to use, very practical too..

    I only have a problem and i am not sure whether it is my issue or the plugins. To tell you the truth, it is probably, but i though maybe you came across it before.

    So to the problem. Everything works perfectly fine, besides showing the flags. I just can’t see them even though i set the choice correctly. The plugin even creates the space for the flags but the flags are not shown. (seems like a permissions thing to me, but i even set the folders to 777 and still i cant see them).

    The weird part is that when i check it out with firebug, i don’t even see an <img> tag. What i see is this:
    <li class=”lang-item lang-item-20 menu-item”>

    Any ideas?

    Thanx

    I actually found the problem and it was something in my configuration! Ignore my comment!

    Thanx

    Fixed it.

    Hello Chouby (and the community!),
    I am using your wonderful plugin, thank you so much!
    but just like other people I know almost nothing of CSS. I would like to have either three flags in a row, or eliminate the bullets in the language switcher list, but I paste .lang-item {display: inline;} and nothing happens. I also tried the code you gave Sh4dowsoul but nothing changed.
    I am using 2011 theme (working version: oficina-vitamina.com)
    Could you please help me out?
    Thank you!

Viewing 15 replies - 16 through 30 (of 35 total)
  • The topic ‘[Plugin: Polylang] Flags vs. Text Links in widget’ is closed to new replies.