Elxis CMS Forum

Support => Language => Topic started by: chongbing on June 27, 2010, 09:50:25

Title: Why the logo not align in Chinese version ?
Post 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.
Title: Re: Why the logo not align in Chinese version ?
Post by: CREATIVE Options on June 27, 2010, 10:56:03
On the demo site, I see 3 different template assign to each language.
I can't see any problem.
Title: Re: Why the logo not align in Chinese version ?
Post by: chongbing on June 27, 2010, 11:33:31
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.

Title: Re: Why the logo not align in Chinese version ?
Post by: CREATIVE Options on June 27, 2010, 14:31:16
the first screen shot with what browser is ?
I can see the problem.

Your platform ?
Screen Resolution ?
Title: Re: Why the logo not align in Chinese version ?
Post by: datahell on June 27, 2010, 16:10:31
Chinese language files had BOM characters. I removed BOM and works fine.
Language files should always be saved as UTF-8 without BOM.
Title: Re: Why the logo not align in Chinese version ?
Post by: chongbing on June 27, 2010, 23:31:14
Cool, Big thanks datahell &  Sirigos.
Title: Re: Why the logo not align in Chinese version ?
Post by: chongbing on June 28, 2010, 11:54:05
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.
Title: Re: Why the logo not align in Chinese version ?
Post by: datahell on June 28, 2010, 12:35:54
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>
Title: Re: Why the logo not align in Chinese version ?
Post by: chongbing on June 29, 2010, 06:54:07
So,How to fixed it ? any suggestion ? many thanks.
Title: Re: Why the logo not align in Chinese version ?
Post by: datahell on June 29, 2010, 07:33:00
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?
Title: Re: Why the logo not align in Chinese version ?
Post by: chongbing on June 29, 2010, 08:41:30
Sorry, As below, Thanks datahell

Code: [Select]
<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" />