Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • michel1981 Friend
    #123577

    can somebody tell me how i can change the backgroundcouler an the menu’s i cant find it anywhere in the html ?

    noblecode Friend
    #232108

    You are going to have to check the CSS files for that.

    michel1981 Friend
    #232111

    okay maybe you can tell me then how to change from default to another colour ?
    en how to change te menu type i can’t find it .

    noblecode Friend
    #232115

    I am sorry, I see what you are saying now…

    you are looking for the controls that are usually in the beginning of the HTML file. I am not sure where these are….maybe they were left out? not sure

    Hung Dinh Friend
    #232176

    The configuration of default menu and color are in the ja_vars.php file in the template package.

    # BEGIN: TEMPLATE CONFIGURATIONS ##########
    ####################################
    #support extra color themes
    $ja_color_themes = array('default','orange','green'); // You can add more color array if needed
    $ja_header_images_wide = array ('header1.jpg','header2.jpg','header3.jpg','header4.jpg','header5.jpg');
    $ja_header_images_narrow = array ('header1-n.jpg','header2-n.jpg','header3-n.jpg','header4-n.jpg','header5-n.jpg');
    ####################################
    # Change the width of the template
    $ja_width_default = 'wide'; // 'narrow': 800x600; 'wide': 1024x768
    # 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 = 6; // 0: 0: disable all; 1: Screen tool; 2: font tool; 3: screen + font; 4: color tool; 5: screen + color; 6: font + color; 7: all;
    # Choose your prefer Menu Type
    $ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Dropline; 4: Moomenu
    # END: TEMPLATE CONFIGURATIONS ##########

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

This topic contains 5 replies, has 3 voices, and was last updated by  Hung Dinh 16 years, 6 months ago.

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