- Posts: 117
- Thank you received: 0
White line under the hot rotator
-
consul
Inactive member - Topic Author
- Member
Less
More
12 years 3 months ago #22088
by consul
Replied by consul on topic White line under the hot rotator
can you give me an email so i give it to you in private with the passwords and login.
thank you
thank you
Please Log in to join the conversation.
-
consul
Inactive member - Topic Author
- Member
Less
More
- Posts: 117
- Thank you received: 0
12 years 3 months ago #22089
by consul
Replied by consul on topic White line under the hot rotator
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.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #22091
by ivan.milic
Replied by ivan.milic on topic White line under the hot rotator
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 3 months ago #22105
by ivan.milic
Replied by ivan.milic on topic White line under the hot rotator
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.
$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
Less
More
- Posts: 117
- Thank you received: 0
12 years 3 months ago #22109
by consul
Replied by consul on topic White line under the hot rotator
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
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
Less
More
- Posts: 117
- Thank you received: 0
12 years 3 months ago #22110
by consul
Replied by consul on topic White line under the hot rotator
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
waiting your kind answer
Please Log in to join the conversation.
Time to create page: 0.111 seconds