• Resolved trollytownstudio

    (@trollytownstudio)


    Hi,

    I’m working in the 2023 WP FSE theme. How can I get the languages simply next to eachother (always visible) and not in a dropdown? Thanks in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    You basically add the langauges as individual menu block in your Menu of the website (WP Dashboard –> Appearance –>Menus) without using the Current Language block

    As more than 5 days have passed since my colleague responded to this ticket and no response was given back, we will close this one as Resloved; if the issue is still present or, you have another question; feel free to write us a new ticket!

    Thread Starter trollytownstudio

    (@trollytownstudio)

    I think my respons did not get through .. anyway. When I make my navigation in the new FSE way (I no longer have Menus inside Appearances) there is one simple language block that I can choose. I can only make a choice between showing flags or full language names like before (display settings). Please advise.

    Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    At the moment, there is no lang-switcher block created for this type of themes.

    However, you can use the floating language switcher instead (it has a classic drop-down or ascend function depending on where is positioned), or the shortcode [language-switcher] that can be edited through CSS (see the code below) in order to unfold horizontally.

    .trp-ls-shortcode-language{
        width: fit-content;
    }
    .trp-ls-shortcode-current-language{
        width:fit-content !important;
    }
    div.trp-ls-shortcode-language a {
        display:table-cell;
        white-space: nowrap;
        padding-right: 10px;
    }

    Thread Starter trollytownstudio

    (@trollytownstudio)

    Hi! I hope you will find the time to build this functionality for FSE. In the meantime your solution is a good workaround. Thank you!

    Plugin Support Alex

    (@alexcozmoslabs)

    Glad to know it was helpful.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Languages next to eachother, not as dropdown’ is closed to new replies.