-
AuthorPosts
-
mj1256 Friend
mj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
June 19, 2008 at 7:54 pm #129889Using quickstart for 1.x
I changed to the red color in the ja_vars_1.0x.php file
the hilite on the right side module (in quick start it is called “Shop Online for iPhone” )did not change to the red hilite and the menu links did not change to red, they both stayed blue, but every other part made the change to red
what did i miss?
click here to see issue
here are my settings
# BEGIN: TEMPLATE CONFIGURATIONS ##########
####################################
$_params = new mosParameters(”);
# Change the width of the template
$_params->set(JA_TOOL_SCREEN,’wide’); // wide, narrow
# default color
$_params->set(JA_TOOL_COLOR,’red’); //default, green, red, orange
#font size default
$_params->set(JA_TOOL_FONT,3);
# Choose your prefer Menu Type
$_params->set(JA_TOOL_MENU,’split’); // split, moo, css
# Joomla menutype used in main navigation
$_params->set(‘menutype’,’mainmenu’);
# Show user tools
$_params->set(JA_TOOL_USER, 2); //0: disabled; 2: enabledstrange, there are no user tools
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
June 19, 2008 at 8:10 pm #254764look whats missing
Operation Failed: Could not open/home/mysite/public_html/templates/ja_helio/css/template_css.css
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 19, 2008 at 8:13 pm #254765Open up the index.php file and find this code here:
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template.css" type="text/css" />
Change it to this:
<link rel="stylesheet" href="<?php echo $tmpTools->templateurl(); ?>/css/template_css.css" type="text/css" />
And rename the file template.css to template_css.css in the css folder of the template.
Have also posted about this here: http://www.joomlart.com/forums/topic/backend-error-when-edit-css-file-in-joomla-1-0-xx/1 user says Thank You to Menalto for this useful post
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
June 19, 2008 at 8:19 pm #254766argh, i just found that and was going to post a link to the fix, but… that did not fix my initial issue, the color schme did not change
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 19, 2008 at 8:25 pm #254767Will it help if you add this here:
a#active_menu.mainlevel {
color:##CC0000;
font-weight:bold;
}a.mainlevel:hover, a.mainlevel:active, a.mainlevel:focus {
background: url(../images/mainlevel-hover.gif) no-repeat right bottom;
color:#CC0000;
}In the red.css file?
The rest of the site looks fine here.
1 user says Thank You to Menalto for this useful post
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
June 19, 2008 at 8:36 pm #254768thank you, was this missing from the original file?
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
June 19, 2008 at 8:42 pm #254769I made the change and it made no difference,
I tried on 3 separate computers and 4 different browser and I cleared the cache
no change
???
The right side module was red because I had uploaded the red graphics to the default directory and over wrote the blue graphics. That worked, but I restored it because I would like it to work the right way
so it appears that the script isn’t calling the red.css file
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 19, 2008 at 8:58 pm #254772It is, i did a mistake there….
a#active_menu.mainlevel {
color:##CC0000;
font-weight:bold;
}
Change it to:
a#active_menu.mainlevel {
color:#CC0000;
font-weight:bold;
}
I had added a extra # for the color….
Sorry for that.
For the module on right side, try to add the suffix _hilite and see if it works then?1 user says Thank You to Menalto for this useful post
mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
June 19, 2008 at 9:04 pm #254774that did the trick,
i was using firebug and making the changes manually in the template_css.css and was almost done when you sent this. All I had left was the menu links font.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 20, 2008 at 5:15 am #254845Do you remember the date you downloaded this package?
Since this is a glitch from JA, it needs to be updated.mj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
June 20, 2008 at 1:56 pm #254974within the last 24 hours, I had literally downloaded and installed minutes before i started this thread
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
June 21, 2008 at 3:02 am #255096Thank mj1256, Menalto
I will check nowmj1256 Friendmj1256
- Join date:
- June 2007
- Posts:
- 1473
- Downloads:
- 10
- Uploads:
- 35
- Thanks:
- 84
- Thanked:
- 225 times in 118 posts
June 25, 2008 at 12:38 am #255941is this done yet, the default blue loads first and then the red loads on top of it
and can you post the updated files here so I don’t have to download and disect the whole template or quickstart zip
I CHANGED THAT CSS FILES MANUALLY. BUT THIS SHOULD BE FIXED IN THE TEMPLATE
this can’t be marked solved until the fix is available.
sfpkent Friendsfpkent
- Join date:
- October 2008
- Posts:
- 829
- Downloads:
- 0
- Uploads:
- 100
- Thanks:
- 310
- Thanked:
- 75 times in 1 posts
December 18, 2009 at 3:04 pm #326936Until now, they still don’t update the problem, the problem still exist, I just downloaded the template
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 19, 2009 at 9:30 am #326984Hi sfpkent
I am terribly sorry for this later. i have just reported this issue to our team for solving
I will inform you when this issue is solved as soon as possible.
-
AuthorPosts
This topic contains 20 replies, has 5 voices, and was last updated by Anonymous 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum