Elxis CMS Forum
Support => Language => Topic started by: chongbing on June 27, 2010, 09:50:25
-
Hi everyone,
May i ask a question ? When I have been finished Elxis 2009.2 installation, Why the logo not align in Chinese version ? But when I switch to English is fine ?
Such as this website http://j2eemx.com
Thanks for someone can help me. Thanks again.
-
On the demo site, I see 3 different template assign to each language.
I can't see any problem.
-
Dear Sirigos,
Sorry, because I am testing it, I mean this
(http://tech.ris2u.com/all-files/test/error05.png)
You can look at it again.
It's seems not template cause, When i try to change others templates, but same...,You can look as below.
(http://tech.ris2u.com/all-files/test/error01.png)
(http://tech.ris2u.com/all-files/test/error02.png)
(http://tech.ris2u.com/all-files/test/error03.png)
I also try to debug with Firebug, but still can't be fixed,
BTW, I been remove search bar, but same...
(http://tech.ris2u.com/all-files/test/error04.png)
Any suggestions ?
Thanks your help.
-
the first screen shot with what browser is ?
I can see the problem.
Your platform ?
Screen Resolution ?
-
Chinese language files had BOM characters. I removed BOM and works fine.
Language files should always be saved as UTF-8 without BOM.
-
Cool, Big thanks datahell & Sirigos.
-
Sorry, When I login and click menu, that's show strange string, such as below, (google chrome)
(http://tech.ris2u.com/all-files/test/error06.png)
Do you know what's problem ? Thanks again.
-
Copy-paste here the HTML output of that block.
<form name="searchmodule" action="index.php" method="post">
<div class="search">.....</div>
...
<input type="hidden" name="Itemid" value="8" />
</form>
-
So,How to fixed it ? any suggestion ? many thanks.
-
I need to see it in order to tell you how to fix it. Can you copy-paste here the html source code I asked you?
-
Sorry, As below, Thanks datahell
<form name="searchmodule" action="index.php" method="post">
<div class="search">
<input type="text" name="searchword" title="Search Keyword" class="inputbox" size="20" value="search..." onblur="if(this.value=='') this.value='search...';" onfocus="if(this.value=='search...') this.value='';" /> </div>
<input type="hidden" name="option" value="search" />
<input type="hidden" name="Itemid" value="8" />