-
AuthorPosts
-
bnappy1 Friend
bnappy1
- Join date:
- January 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
May 18, 2008 at 3:25 am #128650I do not have the option to choose a different color theme with the JA Teline II template for Joomla! 1.5. I have checked and the css is there for all of the other colors, but the dropdown box in the template manager only shows “default.”
Anyone have a suggestion of what to do?
Thanks in advance for your help.
Brandon
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 18, 2008 at 3:39 am #249578Hi.
In Ja Teline 2, only have a default color, not have others colorbnappy1 Friendbnappy1
- Join date:
- January 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
May 18, 2008 at 3:42 am #249581Is there a way to use one of the other color css?
bnappy1 Friendbnappy1
- Join date:
- January 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
May 18, 2008 at 3:45 am #249583And why does it show different colors on JA’s demo of the site?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 18, 2008 at 3:49 am #249585Hi.
plz read User Manual, and follow it to config, you will have site like demobnappy1 Friendbnappy1
- Join date:
- January 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
May 18, 2008 at 12:00 pm #249599On the JA site under the description for JA Teline II there are 10 different color themes displayed. How do I get those color themes or is this something that is advertised but is not possible?
producer111 Friendproducer111
- Join date:
- March 2008
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 2
- Thanked:
- 5 times in 1 posts
May 18, 2008 at 12:50 pm #249600Hello bnappy1,
Please, reade the guides…
All you have to do is to edit the module JA news and on the right side, put on each line the section or category ID you want and chose one of the 7 colors.bnappy1 Friendbnappy1
- Join date:
- January 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
May 18, 2008 at 1:46 pm #249605I read the guides all the way through… still can’t figure out how to change the color on the menu at the top. I am fairly experienced in Joomla and I know this shouldn’t be that hard… but I don’t want to dig through the css.
producer111 Friendproducer111
- Join date:
- March 2008
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 2
- Thanked:
- 5 times in 1 posts
May 18, 2008 at 1:56 pm #249606There is no need to dig into the css. That’s not in the css but in the options of the module “Ja News”, you have the IDs of the section/categories and the colors. You can assign different colors to different sections or categories. And that’s reflect in the colors of the menu.
bnappy1 Friendbnappy1
- Join date:
- January 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
May 18, 2008 at 2:11 pm #249608Ok. Now I’m getting somewhere. I guess my problem now lies in how to get the front page that color. I’ve got all of the other ones. Any suggestions? Thanks for your help.
bnappy1 Friendbnappy1
- Join date:
- January 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
May 18, 2008 at 3:17 pm #249614Still looking for how to use the Cyan theme for the frontpage… anyone?
producer111 Friendproducer111
- Join date:
- March 2008
- Posts:
- 64
- Downloads:
- 0
- Uploads:
- 2
- Thanked:
- 5 times in 1 posts
May 18, 2008 at 3:39 pm #249618For this, you have to change the default color in the CSS file, I think
bnappy1 Friendbnappy1
- Join date:
- January 2008
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
June 21, 2008 at 4:32 pm #255190It seems that the JA Teline II (by Default) is set up to have different colors in each section of the site, but I wanted to make it so I could change the whole site to be one color and also change that color easily if I wanted to. I did it by editing 2 files in the /templates/ja_teline_ii directory:
In “index.php”, on line 44 (or 45), replace (or comment out) this:
<link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/theme<?php echo $tmpTools->getThemeForSection(); ?>.css” rel=”stylesheet” type=”text/css” />with this line:
<link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $this->params->get(‘ja_color’); ?>.css” rel=”stylesheet” type=”text/css” />Then, in “templateDetails.xml” around line 250, replace (or comment out) this:
<param name=”ja_color” type=”list” default=”default” label=”Color Variation” description=”Color variation to use”>
<option value=””>Default</option>
</param>With this:
<param name=”ja_color” type=”list” default=”default” label=”Color Variation” description=”Color variation to use”>
<option value=”theme”>Default</option>
<option value=”theme-cyan”>cyan</option>
<option value=”theme-deepblue”>deepblue</option>
<option value=”theme-green”>green</option>
<option value=”theme-lime”>lime</option>
<option value=”theme-orange”>orange</option>
<option value=”theme-pink”>pink</option>
<option value=”theme-red”>red</option>
</param>Now, when you go to Extensions -> Template Manager and click on JA_Teline_II for editing, you should have a drop-down for Color Variation that has lots of choices for a site-wide color change.
-
AuthorPosts
This topic contains 14 replies, has 4 voices, and was last updated by herotness 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum