| Author |
Message |
DenisF |
|
Post subject: techhost theme - images missing
Posted: Sep 16, 2004 - 04:05 PM
|
|
Joined: Sep 16, 2004
Posts: 2
Status: Offline
|
|
The techost theme is really nice. I've got it on a test server and there are a couple of images missing that are called in the css files.
ghost-tech_44.gif
and
ptpixel_03.gif
I'm not sure if they are really needed or they are just an oversight, just thought you would like to know.
Thanks again for a nice theme. |
|
|
| |
|
|
|
 |
Ray |
|
Post subject:
Posted: Sep 16, 2004 - 04:08 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
Glad you like it!
Im going to load the theme up to my test server as well and see if I can replicate the same thing. Thanks for pointing out a potential problem. We will look into it. |
|
|
| |
|
|
|
 |
Ray |
|
Post subject:
Posted: Sep 16, 2004 - 04:17 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
I just loaded the theme and dont appear to be getting that error.
Did you get an error message telling of those missing files? |
|
|
| |
|
|
|
 |
DenisF |
|
Post subject:
Posted: Sep 16, 2004 - 05:04 PM
|
|
Joined: Sep 16, 2004
Posts: 2
Status: Offline
|
|
No error message. I found it in the server logs on my test server:
File does not exist: c:/easyphp/www/lizard/themes/techhost/images/ghost-tech_44.gif
File does not exist: c:/easyphp/www/lizard/themes/techhost/images/ptpixel_03.gif
I always go through the server logs for potential problems when I'm testing new themes or mods etc. Saves me a lot of time when I put stuff on a live site.
These lines are in both stylenns.css and style.css
Code:
body{ font-family: Verdana; font-size: 10px; color: #000000;; background-image: url(../images/ghost-tech_44.gif)}
.newsblock{ ;background-image: url(../images/ptpixel_03.gif); font-size: 10px; color: #000000}
Hope that helps[/code] |
|
|
| |
|
|
|
 |
Ray |
|
Post subject:
Posted: Sep 16, 2004 - 06:42 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
| I will see what Mars has to say but I dont think it is a problem that needs to be worried about. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Sep 16, 2004 - 10:24 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
DOH!
You can remove those two lines.
They were artifacts of other themes..  |
|
|
| |
|
|
|
 |
Ray |
|
Post subject:
Posted: Sep 16, 2004 - 10:47 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
LOL!
/me smacks Mars along side the head!!!! |
|
|
| |
|
|
|
 |
runelind |
|
Post subject:
Posted: Dec 23, 2004 - 08:29 AM
|
|
Joined: Sep 21, 2004
Posts: 13
Status: Offline
|
|
I fixed this problem by just creating blank files in those locations, doesn't seem to break anything and it makes the error messages go away
Code:
#touch filename.gif
|
|
|
| |
|
|
|
 |
|
|