- Posts: 14116
- Thank you received: 1639
RTL language
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
12 years 9 months ago #19353
by ivan.milic
Replied by ivan.milic on topic Re: RTL language
open:
templates\hot_ecommerce\html\com_virtuemart\categories\default.php
and
templates\hot_ecommerce\html\com_virtuemart\category\default.php
in both files you will find this line:
$categories_per_row = VmConfig::get ( 'categories_per_row', 3 );
replace it with this:
//$categories_per_row = VmConfig::get ( 'categories_per_row', 3 );
$categories_per_row = 3;
templates\hot_ecommerce\html\com_virtuemart\categories\default.php
and
templates\hot_ecommerce\html\com_virtuemart\category\default.php
in both files you will find this line:
$categories_per_row = VmConfig::get ( 'categories_per_row', 3 );
replace it with this:
//$categories_per_row = VmConfig::get ( 'categories_per_row', 3 );
$categories_per_row = 3;
Please Log in to join the conversation.
-
andyts
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
12 years 9 months ago #19382
by andyts
Replied by andyts on topic Re: RTL language
Hi Ivan,
I did what you said, and unfortunately it did not help. I've tried changing number from 3 to 2 and it did not make any difference, then I've put 0 and this error message poped up (see attachment) which means it does not ignore the code completely. May be it's an html issue?
Please help
Thank you
I did what you said, and unfortunately it did not help. I've tried changing number from 3 to 2 and it did not make any difference, then I've put 0 and this error message poped up (see attachment) which means it does not ignore the code completely. May be it's an html issue?
Please help
Thank you
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #19390
by ivan.milic
Replied by ivan.milic on topic Re: RTL language
I would have to see your site, can you copy it to some free host temporally
Please Log in to join the conversation.
-
andyts
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
12 years 9 months ago - 12 years 9 months ago #19408
by andyts
Replied by andyts on topic Re: RTL language
Hi Ivan,
here is the link to my free hosting website
cooley.freeiz.com/hotecommerce/
If you'll need ftp access let me know how do I send you user and password info.
Thank you in advance
here is the link to my free hosting website
cooley.freeiz.com/hotecommerce/
If you'll need ftp access let me know how do I send you user and password info.
Thank you in advance
Last edit: 12 years 9 months ago by andyts.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #19415
by ivan.milic
Replied by ivan.milic on topic Re: RTL language
problem is that:
components/com_virtuemart/assets/css/vmsite-rtl.css
if empty, that is vm file not template related. I don't have much experience with rtl languages but maybe that should be included in language pack. You can always just copy:
vmsite-ltr.css to vmsite-rtl.css
components/com_virtuemart/assets/css/vmsite-rtl.css
if empty, that is vm file not template related. I don't have much experience with rtl languages but maybe that should be included in language pack. You can always just copy:
vmsite-ltr.css to vmsite-rtl.css
Please Log in to join the conversation.
-
andyts
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
12 years 9 months ago - 12 years 9 months ago #19420
by andyts
Replied by andyts on topic Re: RTL language
Hi Ivan,
I've tried copying stuff from vmsite-ltr to vmsite-rtl and it did not help.
All my clients are in Israel wich means - RTL websites, and I need that issue to be resolved.
Please help me
I've tried copying stuff from vmsite-ltr to vmsite-rtl and it did not help.
All my clients are in Israel wich means - RTL websites, and I need that issue to be resolved.
Please help me
Last edit: 12 years 9 months ago by andyts.
Please Log in to join the conversation.
Time to create page: 0.093 seconds