Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • michel1981 Friend
    #122464

    maybe a stupid question but when i mak e a change in the backend edit html and change the in background laputa it doesn’t work everything on my site is white. Maybe i do things wrong?
    please help !!!

    btw this template is another very good template from joomlart!!!!!!!!!!

    Menalto Friend
    #228593

    What do you wanna change?the backgorund of the template or?

    michel1981 Friend
    #228598

    the default color is dark green and i want to show only the blue background to my users
    (laputa) if i’m correct

    Menalto Friend
    #228599

    In the index.php you can change that:

    # BEGIN: TEMPLATE CONFIGURATIONS ##########
    ####################################
    #support extra color themes
    $ja_color_themes = array('default','laputa','sakura'); // 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 = 'narrow'; // '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 = 4;
    # Enable users option
    $ja_tool = 3; // 0: 0: disable all; 1: font tool; 2: color tool; 3: font + color;
    # Choose your prefer Menu Type
    $ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Moomenu 5: Script Dropline Menu;
    #Set the path to folder contain avatar
    $jaAvatar_path = '/templates/ja_koniga/images/avatars/'; // This path from root to folder contain avatar images. It must have begining slash and ending slash.
    # END: TEMPLATE CONFIGURATIONS ##########

    And you can change it to this:

    # BEGIN: TEMPLATE CONFIGURATIONS ##########
    ####################################
    #support extra color themes
    $ja_color_themes = array('default','laputa','sakura'); // 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 = 'narrow'; // 'narrow': 800x600; 'wide': 1024x768
    # default color
    $ja_color_default = 'laputa''; //blank for default, else pick one of in extra color themes $ja_color_themes
    #font size default
    $ja_font_size_default = 4;
    # Enable users option
    $ja_tool = 1; // 0: 0: disable all; 1: font tool; 2: color tool; 3: font + color;
    # Choose your prefer Menu Type
    $ja_menutype = 1; // 1: Split Menu; 2: Son of Suckerfish Dropdown Menu; 3: Transmenu; 4: Moomenu 5: Script Dropline Menu;
    #Set the path to folder contain avatar
    $jaAvatar_path = '/templates/ja_koniga/images/avatars/'; // This path from root to folder contain avatar images. It must have begining slash and ending slash.
    # END: TEMPLATE CONFIGURATIONS ##########

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

This topic contains 4 replies, has 2 voices, and was last updated by  Menalto 17 years, 2 months ago.

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