- Posts: 32
- Thank you received: 0
Errors when loading the site.
-
sergofoto
Inactive member - Topic Author
- Member
Less
More
11 years 2 months ago #32929
by sergofoto
Errors when loading the site. was created by sergofoto
Hello
I did a test for loading the program Firebug and the program has given me such errors :
"NetworkError: 404 Not Found - sergofoto.com/templates/hot_hotel/css/scrollTo.css "
2
scrollTo.css
"NetworkError: 404 Not Found - sergofoto.com/templates/hot_hotel/images/logo.png "
logo.png
"NetworkError: 404 Not Found - sergofoto.com/templates/hot_hotel/images...ule_shadow_right.png "
module...ght.png
"NetworkError: 404 Not Found - sergofoto.com/templates/hot_hotel/images/module_shadow_left.png "
module...eft.png
Can I fix them?
Thank you.
I did a test for loading the program Firebug and the program has given me such errors :
"NetworkError: 404 Not Found - sergofoto.com/templates/hot_hotel/css/scrollTo.css "
2
scrollTo.css
"NetworkError: 404 Not Found - sergofoto.com/templates/hot_hotel/images/logo.png "
logo.png
"NetworkError: 404 Not Found - sergofoto.com/templates/hot_hotel/images...ule_shadow_right.png "
module...ght.png
"NetworkError: 404 Not Found - sergofoto.com/templates/hot_hotel/images/module_shadow_left.png "
module...eft.png
Can I fix them?
Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #32938
by ivan.milic
Replied by ivan.milic on topic Errors when loading the site.
When I browse directly
sergofoto.com/templates/hot_hotel/css/scrollTo.css
I get 404 not found so eater you have set CHMOD for those file not to allow reading or they are realty not there. CHMOD can be set form cpanel file manager, most FTP clients or you can install eXtplorer.
CHMOD should be set:
FOLDERS: 755
FILES: 644
CHMOD should be set:
FOLDERS: 755
FILES: 644
Please Log in to join the conversation.
-
sergofoto
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
11 years 2 months ago - 11 years 2 months ago #32969
by sergofoto
Replied by sergofoto on topic Errors when loading the site.
I checked all the folders, the value CHMOD is all right FOLDERS: 755, FILES: 644
1. File scrollTo.css in this directory templates/hot_hotel/css/ really is not exist.
2. Logo file templates/hot_hotel/images/logo.png I inserted through the contents of the module, and not as it was in the original template.
3.And the image files /templates/hot_hotel/images...ule_shadow_right.png I deleted, because that interfered with the new content.
How to fix these things do not know.
Thank you.
1. File scrollTo.css in this directory templates/hot_hotel/css/ really is not exist.
2. Logo file templates/hot_hotel/images/logo.png I inserted through the contents of the module, and not as it was in the original template.
3.And the image files /templates/hot_hotel/images...ule_shadow_right.png I deleted, because that interfered with the new content.
How to fix these things do not know.
Thank you.
Last edit: 11 years 2 months ago by sergofoto.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #32975
by ivan.milic
Replied by ivan.milic on topic Errors when loading the site.
Copy them back form ...hot_start.zip you have in template package
Please Log in to join the conversation.
-
sergofoto
Inactive member - Topic Author
- Member
Less
More
- Posts: 32
- Thank you received: 0
11 years 2 months ago - 11 years 2 months ago #32981
by sergofoto
Replied by sergofoto on topic Errors when loading the site.
How do I remove scripts for:
sergofoto.com/templates/hot_hotel/images...ule_shadow_right.png"
and
sergofoto.com/templates/hot_hotel/images/module_shadow_left.png"
I deleted the picture but the action still works.
I do not want to appear these shadows : shadow_left.png" and : hadow_right.png"!
Thanks.
sergofoto.com/templates/hot_hotel/images...ule_shadow_right.png"
and
sergofoto.com/templates/hot_hotel/images/module_shadow_left.png"
I deleted the picture but the action still works.
I do not want to appear these shadows : shadow_left.png" and : hadow_right.png"!
Thanks.
Last edit: 11 years 2 months ago by sergofoto.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 2 months ago #32987
by ivan.milic
Replied by ivan.milic on topic Errors when loading the site.
css/template_css.php:
.logo img {
background:url(<?php echo $template_path; ?>/images/logo<?php if($templateStyle=) { ?>_dark<?php } ?>.png) no-repeat;
}
css/layout.css:
.user59_content div.module_padding:first-child {
background:url(../images/module_shadow_left.png) right no-repeat;
}
.user59_content div.lastmodule {
background:url(../images/module_shadow_right.png) left no-repeat;
}
index.php of template:
<link rel="stylesheet" href="<?php echo $template_path ?>/css/scrollTo.css" type="text/css" />
.logo img {
background:url(<?php echo $template_path; ?>/images/logo<?php if($templateStyle=) { ?>_dark<?php } ?>.png) no-repeat;
}
css/layout.css:
.user59_content div.module_padding:first-child {
background:url(../images/module_shadow_left.png) right no-repeat;
}
.user59_content div.lastmodule {
background:url(../images/module_shadow_right.png) left no-repeat;
}
index.php of template:
<link rel="stylesheet" href="<?php echo $template_path ?>/css/scrollTo.css" type="text/css" />
The following user(s) said Thank You: sergofoto
Please Log in to join the conversation.
Time to create page: 0.081 seconds