Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tuckwai Friend
    #116867

    Hi,

    Can someone advise me how I can change the default page from green to blue instead.
    I still allow people to change colour if they like, just that the default must be blue.
    A step by step guide would be appreciated.
    Thank you.

    Hung Dinh Friend
    #209779


    <link href="<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/template_css.css" rel="stylesheet" type="text/css" media="all" />
    <link href="<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/red.css" rel="alternate stylesheet" type="text/css" title="red" />
    <link href="<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/blue.css" rel="alternate stylesheet" type="text/css" title="blue" />

    1. copy all the setting in blue.css and paste in to template_css.css file
    2. find all the corresponding css setting of blue.css in the template_css.css file and move them to a new file call green.css, copy it into template folder
    4. Replace in index.php file:
    <link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/blue.css” rel=”alternate stylesheet” type=”text/css” title=”blue” />
    with
    <link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/green.css” rel=”alternate stylesheet” type=”text/css” title=”green” />
    3. Search in the index.php file and replace setActiveStyleSheet(‘blue’) with setActiveStyleSheet(‘green’)

    Hope this will help

    nickolai Friend
    #218265

    <blockquote>2. find all the corresponding css setting of blue.css in the template_css.css file and move them to a new file call green.css, copy it into template </blockquote>

    Could you be more specific about this step? 😀

    <blockquote>Code:
    <link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/template_css.css” rel=”stylesheet” type=”text/css” media=”all” />
    <link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/red.css” rel=”alternate stylesheet” type=”text/css” title=”red” />
    <link href=”<?php echo $mosConfig_live_site;?>/templates/ja_archenar/css/blue.css” rel=”alternate stylesheet” type=”text/css” title=”blue” /></blockquote>

    What is this for?

    Thank you, Nick Miletich

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

This topic contains 3 replies, has 3 voices, and was last updated by  nickolai 17 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum