• Hi,
    i would like to move the switcher which is already in the header.
    i tried
    <?php if (function_exists(‘pll_the_languages’)): ?>
    <ul id=’language-switch’><?php pll_the_languages(array(‘dropdown’=>1)); ?>
    <?php endif; ?>

    and in style.css
    #language-switch {
    margin-top: 120px;
    }
    but nothing…
    and if i change these lines in CSS my table with TablePress change !!!
    input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }

    http://www.fibre-libre.com/wordpress/?page_id=57

    Thanks for your help
    Sophie

    http://wordpress.org/plugins/polylang/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Chouby

    (@chouby)

    Did you solve your issue? Currently there is no id in for the ul wrapping “pll_the_languages”.

    If you want a dropdown, then you must not use ul tags which are to be used only for lists (as it is currently displayed on your website).

    And yes of course if you modify a very general rule, it will alter several parts of your website.

    Thread Starter sofiette

    (@sofiette)

    Hi Chouby,

    Thanks for your reply and your amazing plugin !

    No didn’t. I would like something like that…
    http://www.olivierjaouen.com/beautiful-language-selector-with-jquery

    Is there a way ?????

    Sophie

    Plugin Author Chouby

    (@chouby)

    Certainly, but you will have to write the code yourself or find something compatible with Polylang as it offers natively only the languages list or the basic dropdown displayed by the browser (which generally does not look very nice). I concentrate on features and leave the design work to themes designers.

    Thread Starter sofiette

    (@sofiette)

    Thanks for your answer.
    Sophie

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Switcher CSS’ is closed to new replies.