• Hi
    We are choosing a template for a large project with buddypress and we like your template but have one blocking issue:

    The website will be multi-lingual and we are using WPML.
    We are able to select the “language selector” widget and add it to by example right side bar or bottom section, but the drop down language selector is broken and display only the current language.

    (it works fine with other or default buddypress templates.)

    What could be the issue?

    Best regards
    O Bourgeois

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Richie KS

    (@rkcorp)

    no idea..maybe add

    Text Domain: mesocolumn

    to style.css info section /* add here before end */

    Theme Author Richie KS

    (@rkcorp)

    unless the plugin auto detect .po and .mo files in mesocolumn theme language/
    but the theme only had default english .po file.

    Thread Starter reivilob

    (@reivilob)

    I add mesocolumn-fr.po and mesocolumn-fr.mo and select french as main language but no change…
    the selector only display the current language

    Thread Starter reivilob

    (@reivilob)

    But if you see in the source code you see the both languages…
    for me this is a css or script issue that avoid the selector to display both languages…

    <aside id="icl_lang_sel_widget-13" class="widget widget_icl_lang_sel_widget"><div id="lang_sel"   ><ul><li><a href="#" class="lang_sel_sel icl-en"><img  class="iclflag" src="https://scs.elise.ch/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png" alt="en"  title="English" />
    								&nbsp;English</a> <ul><li class="icl-fr"><a href="https://scs.elise.ch" ><img  class="iclflag" src="https://scs.elise.ch/wp-content/plugins/sitepress-multilingual-cms/res/flags/fr.png" alt="fr" title="French" />&nbsp;French</a></li></ul></li></ul></div></aside>
    Theme Author Richie KS

    (@rkcorp)

    check if there’s js error in browser console.

    Thread Starter reivilob

    (@reivilob)

    no js error in the console

    Thread Starter reivilob

    (@reivilob)

    language selector works only if placed in the top menu, but not if placed as widget anywhere in other parts…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Language selector’ is closed to new replies.