White line under the hot rotator

  • consul
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 3 months ago #22088 by consul
can you give me an email so i give it to you in private with the passwords and login.

thank you

Please Log in to join the conversation.

  • consul
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 3 months ago #22089 by consul
another error i noticed is that the template doesn't work with arabic language, it makes wrong format...
example usually when we make arabic all must be automatically from left to write.
here all still same and doens't change nothing.

Please Log in to join the conversation.

More
12 years 3 months ago #22091 by ivan.milic
You have report to moderator button in bottom-right part of this box, you that to send link.

Please Log in to join the conversation.

More
12 years 3 months ago #22105 by ivan.milic
Open index.php of template, and after this line (around 67):

$textDirection = $this->params->get("textDirection", "ltr");

add this:
if($this->language == 'xx-xx'){
$textDirection = 'rtl';
}

where instead of xx-xx you should write short-code in lower case fore RTL language you use.

Please Log in to join the conversation.

  • consul
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 3 months ago #22109 by consul
thank you, but the code you gave me it doesn't work...


if($this->language == 'ar-AA'){
$textDirection = 'rtl';
}

when i put one "=" it works but all the languages are from rtl

Please Log in to join the conversation.

  • consul
    Inactive member
  • Topic Author
  • Member
  • Member
More
12 years 3 months ago #22110 by consul
another thing is that usually is not only the test invertedf but all the template, even modules and logo and cart all change place from left to right and all the templates i bought from other companies do it.
waiting your kind answer

Please Log in to join the conversation.

Time to create page: 0.111 seconds
Powered by Kunena Forum