Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • experienced Friend
    #122682

    I want all my viewers to see one colour and one format. so i want to remove the picker at the top and leave the cyan colour, so when any views come to my site, the default colour is cyan and so they cant chose what colour they want as i only want them to see cyan and not the colour picker.

    So how do i remove this to leave only the cyan colour for everyone.

    thanks!

    experienced Friend
    #229385

    Its quite dissapointing that after 3 days and after paying to have this theme, this thread has had 3 views and no replies.

    Considering its a paid for theme, i expected a better service.

    :-[

    swemmel Friend
    #229398

    Hi expression,

    Open the index.php and look for this code:


    # BEGIN: TEMPLATE CONFIGURATIONS ##########
    ####################################
    #support extra color themes
    $ja_color_themes = array('white', 'yellowhigh', 'black', 'blue', 'yellow', 'pink'); // You can add more color array if needed
    ####################################
    # Change the width of the template
    $ja_width_default = 'wide'; // 'narrow': 800x600; 'wide': 1024x768; 'auto': fluid width
    # default color
    $ja_color_default = 'default'; //blank for default, else pick one of in extra color themes $ja_color_themes
    #font size default
    $ja_font_size_default = 3;
    # Enable users option
    $ja_tool = 3; // 0: disable all; 1: disable color, enable font; 2: enable color, disable font; 3: enable all.
    # Choose your prefer Menu Type
    $ja_menutype = 2; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu;
    $ja_using_ajax = 1; //1: Enable ajax; 0: disable.
    # END: TEMPLATE CONFIGURATIONS ##########

    Change the code as follow:


    # BEGIN: TEMPLATE CONFIGURATIONS ##########
    ####################################
    #support extra color themes
    $ja_color_themes = array('white', 'yellowhigh', 'black', 'blue', 'yellow', 'pink'); // You can add more color array if needed
    ####################################
    # Change the width of the template
    $ja_width_default = 'wide'; // 'narrow': 800x600; 'wide': 1024x768; 'auto': fluid width
    # default color
    $ja_color_default = 'blue'; //blank for default, else pick one of in extra color themes $ja_color_themes
    #font size default
    $ja_font_size_default = 3;
    # Enable users option
    $ja_tool = 0; // 0: disable all; 1: disable color, enable font; 2: enable color, disable font; 3: enable all.
    # Choose your prefer Menu Type
    $ja_menutype = 2; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu;
    $ja_using_ajax = 1; //1: Enable ajax; 0: disable.
    # END: TEMPLATE CONFIGURATIONS ##########

    This will do the job for you.

    Kind Regards,

    Peter

    experienced Friend
    #229405

    thanks, its appreciated

    iculture Friend
    #234044

    i would like to pick up only brick color as default for everything. so what shall i write in php file? red? brick? i will thankful for help
    and how can i change a logo?

    cuongvq Friend
    #237514

    <em>@iculture 33755 wrote:</em><blockquote>i would like to pick up only brick color as default for everything. so what shall i write in php file? red? brick? i will thankful for help
    and how can i change a logo?</blockquote>

    If you want Brick color is default. You can open index.php file with o editor program.
    Seach line 26:


    $ja_color_default = 'default'; //blank for default, else pick one of in extra color themes $ja_color_themes

    change to


    $ja_color_default = 'brick'; //blank for default, else pick one of in extra color themes $ja_color_themes

    You can rename your logo to: logo-brick.gif and copy to templates/ja_zebrina/images/

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

This topic contains 6 replies, has 4 voices, and was last updated by  cuongvq 16 years, 9 months ago.

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