Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Dennis Ploetner

    (@realloc)

    I’m not a Web Designer but here is a good example: https://www.freely.de/

    Put this in the header.php

    <div id="language">
    <?php if ( function_exists( 'the_msls' ) ) the_msls(); ?>
    </div>

    and this in the style.css of your template

    #language { position:absolute; top:34px; right:7px; }
    #language a { margin-left:5px; }

    to have a similar output.

    Thread Starter johnnyRing

    (@johnnyring)

    Thanks really a lot!
    Unfortunately it works only for native language site, not for the others.
    It’s weird but it goes in this way ??

    Plugin Author Dennis Ploetner

    (@realloc)

    Do you made the setup in all of your sites? If yes, do you use different themes for your sites?

    Thread Starter johnnyRing

    (@johnnyring)

    Sorry, all works fine :-), I had some cookies in the cache!

    Seldom I’ve meet a person so kind. Thanks again for your very useful plugin and your amenability!

    Plugin Author Dennis Ploetner

    (@realloc)

    Very good. Thanks!

    Don’t forget to rate the plugin. ??

    Thread Starter johnnyRing

    (@johnnyring)

    Just done! ??

    Sorry, resolved just after the question.

    Plugin Author Dennis Ploetner

    (@realloc)

    OK, very good!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Position flags in wp multisite header’ is closed to new replies.