Error after removing a template file
- GK User
- Wed Jan 18, 2012 5:11 pm
Dear sirs.
In the template files I have removed the templates/gk_twn2/images/style2/bg2.png because I don't want it visibled.
But when I open the firebug with firefox in my console compare this error:
"NetworkError: 404 Not Found - http://www.[edited].com/templates/gk_twn2/images/style2/bg2.png"
It's possible to avoid this error in some way?
Thank you.
In the template files I have removed the templates/gk_twn2/images/style2/bg2.png because I don't want it visibled.
But when I open the firebug with firefox in my console compare this error:
"NetworkError: 404 Not Found - http://www.[edited].com/templates/gk_twn2/images/style2/bg2.png"
It's possible to avoid this error in some way?
Thank you.
-
- Senior Boarder
- GK User
- Thu Jan 19, 2012 7:41 pm
I found this in your css file:
You need to remove the background line to stop loading the image file. Since you are using css compression mode so I can't know the exact file to find that code, it may be in template.css
- Code: Select all
body {
background: url("/templates/gk_twn2/images/style1/bg2.png") no-repeat scroll center top transparent;
color: #444444;
line-height: 1.8;
min-height: 100%;
}
You need to remove the background line to stop loading the image file. Since you are using css compression mode so I can't know the exact file to find that code, it may be in template.css
-
- Platinum Boarder
- teitbite
- Sat May 19, 2012 6:24 am
Hi
Website address edited from thread as requested from user.
Website address edited from thread as requested from user.
-
- Moderator
3 posts
• Page 1 of 1