-
AuthorPosts
-
mikac Friend
mikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
May 11, 2011 at 3:26 pm #163870How to make multi language site with JA_Cloris 1.6?
How to make menu system…to be able to switch between 2 languages, and how to set default home page for both languages? (I have followed http://docs.joomla.org/Language_Switcher_Tutorial_for_Joomla_1.6 , and I’m afraid that this template doesn’t support multi language in Joomla! 1.6…
Has anybody done this?
Thank you.
p.s. I have installed content languages, as well as language packs. I have also translated all content, categories, articles, modules. System – Language Switcher plugin enabled, and I have created Language Switcher module (Although I’m not sure where to publish it on the front page, I think it doesn’t work as well)
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 14, 2011 at 5:12 am #391161to check if this is bug of the template, please switch to use a default template and checking multiple languages issue, please let know your result.
Please refer to this video http://www.youtube.com/watch?v=SsHYF9DklDc , to get detail in how to making multiple languages.
Thanksmikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
May 14, 2011 at 1:32 pm #391235Hello Tienhc,
I know all from the video you gave…but, have you read this…http://forum.joomla.org/viewtopic.php?f=617&t=593608 … this is for other JoomlArt Template, not Cloris, but basically the same…
http://docs.joomla.org/Language_Switcher_Tutorial_for_Joomla_1.6 <blockquote>Defining a Default Home page Menu item per language
As the Language Switcher Module is set to redirect to another Content Language Home Page, one Default Home page menu item has to be defined for each language in a different menu, displayed by a different menu module.
Important Note: A Menu containing a unique Default Home page menu item tagged to “All” should still exist, and the menu module displaying it should not be published or assigned to a position NOT available in the templates.
WARNING! Some templates available on the Net are not totally 1.6 compatible. They do not let create new styles and force to use a unique Default Home page.</blockquote>After you read this, tell me what do you think for JA_Cloris_1.6
Thank you.
mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
May 16, 2011 at 8:56 pm #391510Ok, since no one is answering to this one, does anybody know why my Language Switcher Module is NOT showing?
When I publish it to whichever position, it doesn’t show, and I can’t choose language from the front end?
Please advise… I have submitted a ticket for this, but as it turns out, it takes a couple of days for someone form JoomlArt to even look at it.
Thank you very much.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 17, 2011 at 11:46 pm #391701you put it on the top-panel position but i could not show because
1) you enabled the joomla cache plugin, while the t3 cache is enabling, so any new modules are enabled you will could not see,
2) top-panel has css rules defined in the template.css file, you need customize to show the module on this positionI disable the joomla cache, please add the following code into template.css file:
#ja-top-panel {
position: fixed;
z-index: 1000;
width: 100px!important;
top: 0;
right: 0;
}
#ja-top-panel .main, #ja-top-panel .main-inner1 {
width: 100px!important;
background: none!important;
border: 0!important;
}
mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
May 18, 2011 at 6:07 pm #391848I did… and this is what I get…
Serbian missing, and position is little too far right…
Any Idea…?
Thanks
mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
May 25, 2011 at 10:27 am #392835Ok, this one is solved… you need to have default home menu for each language (and one Home set to ALL languages). Then it will display both Flags and you can switch between languages.
Now I have problem with Blog layout…on English version.
It doesn’t show the date, and border around article when you open Blog article.
And on Serbian version, it displays date correctly on the Blog page, but when you open blog article it shows 01 JAN?? 1336413363
- mikac Friend
mikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
May 29, 2011 at 10:16 pm #393454SERBIAN version is SOLVED by adding these lines to
joomla url>/templates/ja_cloris/html/com_content/category/blog_item.php and
joomla url>/templates/ja_cloris/html/com_content/article/default.php$createDay = JHTML::date($this->item->created, ‘d’, true);
$createMonth = JHTML::date($this->item->created, ‘M’, true);ENGLISH version is NOT solved. It doesn’t display date at all.
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 31, 2011 at 6:08 am #393765Hi,
To solve your language problem, can you please update your site url, joomla admin access and FTP access at http://support.joomlart.com/index.php?/Tickets/Ticket/View/72233 I will check the pending issue. It would be good if you can provide the exact page url where the date is published..
thanks.
mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
May 31, 2011 at 8:28 am #393812I have updated info.
Hope you can fix it and tell me what the problem was.
Thank you.
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
May 31, 2011 at 11:26 am #393847Hi Mikac,
When I checked your site, In English version, I could see a date on blog page. It was on the left of Written By.. text. In Serbian language, date is published on the right top corner of the bordered box containing Cenovnik za izradu sajtova The date was showing up there because the related menu item had a Page Class defined as ja-cloris-blog.
Now in English menu item I have specified the same Page Class, which is now showing the date in English version at the same place as Serbian.
Can you please check the site and confirm that this issue is solved? Let me know if anything else is there..
BTW I could not see this issue ‘but when you open blog article it shows 01 JAN?? ‘ Can you please provide the page link where this is happening?
1 user says Thank You to himangi for this useful post
mikac Friendmikac
- Join date:
- April 2010
- Posts:
- 178
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 27
- Thanked:
- 5 times in 1 posts
May 31, 2011 at 12:37 pm #393861Hello Himangi,
Thank you very much! The date is showing perfectly!
I knew about Page Class (ja-cloris-blog) and I did try to apply it, but somehow it didn’t work. Anyway this is ok now.This one can be marked as Solved!
p.s. Can you please check “Back To Top” issue, that I have mentioned in the Ticket? (I created a ticket for this #ING-566-30968)
Thank you!
Milan Markovic
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
June 1, 2011 at 2:48 am #393992Glad to help! 🙂
About the other ticket, I will check and reply in the related thread or directly to you..June 27, 2011 at 2:45 pm #398669Did you ever fix it? if so.. how?
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
June 28, 2011 at 6:58 am #398777Hi markusthiel,
Can you please explain your problem ? The discussion was about the blog not showing date with same style as it is shown in demo template..
AuthorPostsThis topic contains 16 replies, has 4 voices, and was last updated by markusthiel 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum