-
AuthorPosts
-
September 11, 2007 at 12:58 pm #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!
September 13, 2007 at 1:46 pm #229385Its 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 Friendswemmel
- Join date:
- February 2006
- Posts:
- 794
- Downloads:
- 34
- Uploads:
- 53
- Thanks:
- 36
- Thanked:
- 64 times in 1 posts
September 13, 2007 at 5:02 pm #229398Hi 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
September 13, 2007 at 8:04 pm #229405thanks, its appreciated
December 6, 2007 at 2:24 pm #234044i 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 Friendcuongvq
- Join date:
- July 2006
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 5 times in 1 posts
January 29, 2008 at 7:17 am #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/
-
AuthorPosts
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