-
AuthorPosts
-
jimg Friend
jimg
- Join date:
- June 2007
- Posts:
- 46
- Downloads:
- 5
- Uploads:
- 3
- Thanks:
- 3
- Thanked:
- 10 times in 3 posts
March 31, 2009 at 7:11 pm #139789Looking at http://template15.joomlart.com/ja_nickel/ , I see three missing files (404’s)
/ja_nickel/templates/ja_nickel/css/editor.css
(index.php, line 26)
/ja_nickel/templates/ja_nickel/mootabs/mootabs1.2.css
(index.php, line 30)
/ja_nickel/templates/ja_nickel/css/thumb_invisible.gif
(still looking)and I don’t find them in the quickstart distro either.
Are they needed? If not, can you remove their references in the next build?
Jim
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 31, 2009 at 7:47 pm #299322<em>@jimg 121838 wrote:</em><blockquote>Looking at http://template15.joomlart.com/ja_nickel/ , I see three missing files (404’s)
/ja_nickel/templates/ja_nickel/css/editor.css
(index.php, line 26)
/ja_nickel/templates/ja_nickel/mootabs/mootabs1.2.css
(index.php, line 30)
/ja_nickel/templates/ja_nickel/css/thumb_invisible.gif
(still looking)and I don’t find them in the quickstart distro either.
Are they needed? If not, can you remove their references in the next build?
Jim</blockquote>
Well, ran the demo site through http://analyze.websiteoptimization.com and found 8 Not Found errors. 3 css files and 5 css images.
Not found CSS IMG template15.joomlart.com … mages/j_button2_right.png
Not found CSS template15.joomlart.com … el/mootabs/mootabs1.2.css
Not found CSS IMG template15.joomlart.com … ckel/images/icon_done.gif
Not found CSS IMG template15.joomlart.com … nickel/images/arrow-l.gif
Not found CSS IMG template15.joomlart.com … l/css/thumb_invisible.gif
Not found CSS IMG template15.joomlart.com … ckel/css/images/blank.gif
Not found CSS template15.joomlart.com … /ja_nickel/css/editor.css
Not found CSS template15.joomlart.com … css/colors/default-ie.phpDoesn’t look good, although no harm to site, but will decrease the performance, and tons of 404 error in logs.
May be they fixed it in quickstart.
wogand Friendwogand
- Join date:
- May 2008
- Posts:
- 112
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 21
- Thanked:
- 3 times in 1 posts
April 18, 2009 at 5:33 pm #301793So how can I fix this problem myself?
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 18, 2009 at 6:10 pm #301797The below steps take care of 7 Not Found errors, will look for others later,
Take backup of files before you edit them :
Open templates/ja_nickel/index.phpOn line 26 remove this code :
[php]<link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl(); ?>/css/editor.css” type=”text/css” />[/php]on line 30 remove this code :
[php]
<link href=”<?php echo $tmpTools->templateurl(); ?>/mootabs/mootabs1.2.css” rel=”stylesheet” type=”text/css” />[/php]Open templates/ja_nickel/css/template.csson line change this code :
[php]#system-message dd.done ul{
background: url(../images/icon_done.gif) #FAFAFA no-repeat 10px;
color: #666666;
}[/php]to[php]#system-message dd.done ul{
background: none;
color: #666666;
}[/php]Open templates/ja_nickel/css/ja.slideshow2.csson line 76 change this code :
[php].ja-slide-thumbs-handles span {
background: url(thumb_invisible.gif) no-repeat;
}[/php]to[php]
.ja-slide-thumbs-handles span {
background: none;
}[/php]On line 97 change this code :[php]
.but_prev {
background: url(../images/arrow-l.gif) no-repeat right center;
left: 0;
}.but_prev:hover, .but_next:hover {
cursor: pointer;
}.but_next {
background: url(../images/arrow-r.gif) no-repeat left center;
right: 0;
}[/php]to[php].but_prev {
background: none;
left: 0;
}.but_prev:hover, .but_next:hover {
cursor: pointer;
}.but_next {
background: none;
right: 0;
}[/php]on line 143 change this code :[php].maskDesc a.readon:hover, .maskDesc a.readon:active, .maskDesc a.readon:focus {
background: url(../images/arrow-ri.gif) no-repeat right 10px;
color: #999999;
}[/php]to[php].maskDesc a.readon:hover, .maskDesc a.readon:active, .maskDesc a.readon:focus {
background: none;
color: #999999;
}[/php]regardsarvind
1 user says Thank You to Arvind Chauhan for this useful post
wogand Friendwogand
- Join date:
- May 2008
- Posts:
- 112
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 21
- Thanked:
- 3 times in 1 posts
April 18, 2009 at 7:05 pm #301803template/system/general.css
line 71:
background: url(../images/j_button2_right.png) 100% 0 no-repeat;used the left image and flipped in horizontal in photoshop though I wonder if its even used at all.
Just looking for :
css/colors/default.cssany idea what is referring to it?
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by wogand 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum