Hi guys,
I have some problem with the plugin. I'm sure that I'm doing things wrong, but I'm learning some HTML with indexhibit.
So... I downloaded the 2.2 version of Ludovic's plugin.
- I let the flags into the IMG folder.
- I let mb_multi_language.js" file into SITE -> JS
- And I let the "plugin.mb_multi_language.php" file into SITE -> PLUGIN
Maybe the problem is with the Site Path, but I don't know.
- I wrote my site path in the line where appears the phrase "You may need to edit this line" in orange colour, and I wrote it again in the 27 line, behind "}else{", that is in the 26 line.
- I wrote in the Post Nav cause I want that the flags appear in the sidemenu.
- I put each new language in a div, like this
div id="es" class="lg">
Content in Spanish
/div>
div id="en" class="lg">
Content in English
/div>
So... the flags appear in the sidemenu, but when I click in them, the site doesn't change the language, and when I go to a post where i wrote the "div" for the two languages... it doesn't appear any text. What's the problem? I tried with that thing of "display:none" and "display:block", but nothing.
Thanks a lot!