-
AuthorPosts
-
September 1, 2007 at 6:43 am #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 FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 1, 2007 at 3:45 pm #228593What do you wanna change?the backgorund of the template or?
September 1, 2007 at 7:28 pm #228598the default color is dark green and i want to show only the blue background to my users
(laputa) if i’m correctMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 1, 2007 at 7:39 pm #228599In 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 ########## -
AuthorPosts
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