- Posts: 18
- Thank you received: 0
RTL language
-
andyts
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 9 months ago #19014
by andyts
RTL language was created by andyts
Hi there,
I've installed hotcosmetics using hotstart method and everything worked just fine. Then I've added Hebrew language pack and made it default. I cant see demo-products anymore nether at the frontpage or virtuemart backend. Once I swich back to English everything is OK.
I did Table Update in Virtuemart and that what I've got(see attachment)
I guess it's something to do with sql tables.
Please advise
Thank you
I've installed hotcosmetics using hotstart method and everything worked just fine. Then I've added Hebrew language pack and made it default. I cant see demo-products anymore nether at the frontpage or virtuemart backend. Once I swich back to English everything is OK.
I did Table Update in Virtuemart and that what I've got(see attachment)
I guess it's something to do with sql tables.
Please advise
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 #19021
by ivan.milic
Replied by ivan.milic on topic Re: RTL language
when you open language file (.php file), first entry in array should be encoding , maybe you just need to change that.
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 #19024
by andyts
Replied by andyts on topic Re: RTL language
Thanks for quick reply
I've searched through every language.php file and and I couldn't find any line with encoding, may be I'm looking in a wrong place.
Anyway I've renamed all virtuemart_xxxx_en_gb tables to virtumart_xxxx_he_il and it fixed it.
but now it's showing only one category or product per row(see attachment)
I believe it something simple to fix but I have no clue
please help
Thank you
I've searched through every language.php file and and I couldn't find any line with encoding, may be I'm looking in a wrong place.
Anyway I've renamed all virtuemart_xxxx_en_gb tables to virtumart_xxxx_he_il and it fixed it.
but now it's showing only one category or product per row(see attachment)
I believe it something simple to fix but I have no clue

please help
Thank you
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 #19029
by ivan.milic
Replied by ivan.milic on topic Re: RTL language
ret this, open templates\hot_cosmetics\html\com_virtuemart\category\defaul.php
you would find this line:
$categories_per_row = VmConfig::get ( 'categories_per_row', 3 );
change it to this:
$categories_per_row = 3;
you would find this line:
$categories_per_row = VmConfig::get ( 'categories_per_row', 3 );
change it to this:
$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
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 9 months ago #19087
by ivan.milic
Replied by ivan.milic on topic Re: RTL language
send link
Please Log in to join the conversation.
Time to create page: 0.220 seconds