Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #971753

    hi,

    i often use polylang with enfold. it works fine. the flags appear in the small bar above main menu right from telephone. no i have choose boxed layout, but i can not see the flags. how to put the flags / language switcher) over the logo?

    #972585

    Hey schnippel,

    Thank you for using Enfold.

    The flags or language switcher are visible when I checked. Is this fixed?

    Best regards,
    Ismael

    #972771

    hi,

    i switched to strechted layout. everything fine – thanks. for all who wants to use polylang:

    in helper-main-menu.php

    <?php pll_the_languages(array(‘show_flags’=>1,’show_names’=>0)); ?>

    in quick css:
    .my-lang {
    width: auto;
    position: relative;
    right: 10px;
    }

    .lang-item {
    display: inline;
    margin-right: 5px;
    margin-left: 5px;
    float: right;
    margin-top: 6px;
    }
    div.ppt { display: none!important; }

    #973123

    Hi,

    Great, glad you found a solution and thank you very much for sharing :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.