
Thanks, this is workingqahar wrote:Thanks for giving nice tutorial for other users martin, i think im forgot to put it on documentation.Plugje wrote:Code: Select all
<a href="index.php?route=information/information&information_id=4">Rólunk</a>
gives R?lunk as a result in Chrome. Do you know how I can change this?
Martin
May be you can use ó = ó and ü = ü (refference)

qahar wrote:Yes, but its not support RTL yet.Plugje wrote:Is it possible in the commercial version of the template to have the category also on the left part like in the free version? On the demo site you only can choose the category with the drop-down menu.


Plugje wrote:qahar wrote:Yes, but its not support RTL yet.Plugje wrote:Is it possible in the commercial version of the template to have the category also on the left part like in the free version? On the demo site you only can choose the category with the drop-down menu....i am just a starter with all this
What means RTL? I use already the free v0.3

Dear My friend qahar
Hi. thank you for theme & your support.
I found a problem On it:
in rtl language, buttons are goes center!
like ATTACHMENTS:
PLZ help
Hi. thank you for theme & your support.
I found a problem On it:
in rtl language, buttons are goes center!
like ATTACHMENTS:
PLZ help
Attachments
1.JPG (105.57 KiB) Viewed 7215 times
I found similiar issue on url: checkout/shipping (template\checkout\shipping.tpl)
It's on the template. To fix this, you can use <td class="left"> and <td class="right">
add on stylesheet:
then on rtl styleshet do the reverse:
Do this on all template file that used table inline style.
Code: Select all
<td align="left"><a onclick="location = '...'" class="button"><span>Back</span></a></td>
<td align="right"><a onclick="$('#shipping').submit();" class="button"><span>Continue</span></a></td>
add on stylesheet:
Code: Select all
td.left {
text-align: left;
}
td.right {
text-align: right;
}
Code: Select all
td.left {
text-align: right;
}
td.right {
text-align: left;
}
Hello master,
What a different version between Default2 Free v.0.2 and Default2 Free v.0.3 ? maybe you can help me?
salam super master qahar
What a different version between Default2 Free v.0.2 and Default2 Free v.0.3 ? maybe you can help me?

salam super master qahar
Regrads,
bravo
" Make your bisnis online simple with opencart "
bravo wrote:Hello master,
What a different version between Default2 Free v.0.2 and Default2 Free v.0.3 ? maybe you can help me?
salam super master qahar

the main different is RTL support, xHtml Validate, and work on IE6+
ups.. last one: fullcolor documentation
Dear master qahar,
Is it ok, If we upgrade version from default2 v.0.2 to default v.0.3 ? how to do it?
thanks a lot
Is it ok, If we upgrade version from default2 v.0.2 to default v.0.3 ? how to do it?
thanks a lot
Regrads,
bravo
" Make your bisnis online simple with opencart "
oh yeah,
to install that themes we only replace it or not?
to install that themes we only replace it or not?
Regrads,
bravo
" Make your bisnis online simple with opencart "
Who is online
Users browsing this forum: No registered users and 2 guests