Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • bnappy1 Friend
    #128650

    I 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 Friend
    #249578

    Hi.
    In Ja Teline 2, only have a default color, not have others color

    bnappy1 Friend
    #249581

    Is there a way to use one of the other color css?

    bnappy1 Friend
    #249583

    And why does it show different colors on JA’s demo of the site?

    Sherlock Friend
    #249585

    Hi.
    plz read User Manual, and follow it to config, you will have site like demo

    bnappy1 Friend
    #249599

    On 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 Friend
    #249600

    Hello 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 Friend
    #249605

    I 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 Friend
    #249606

    There 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 Friend
    #249608

    Ok. 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 Friend
    #249614

    Still looking for how to use the Cyan theme for the frontpage… anyone?

    producer111 Friend
    #249618

    For this, you have to change the default color in the CSS file, I think

    bnappy1 Friend
    #249619

    GOT IT! I had to edit line 44 of the php to use the cyan css instead of choosing the color by section. Thanks.

    herotness Friend
    #255190

    It 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.

Viewing 14 posts - 1 through 14 (of 14 total)

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