I
I
Ivan Pogorelov2013-11-30 21:21:53
PHP
Ivan Pogorelov, 2013-11-30 21:21:53

Why does the site look terrible?

I have a php template for an online store and free hosting. Phpbb is displayed the same way. Here is the site cshop.hut4.ru

What to do?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladlen Grachev, 2013-11-30
@gwer

At the link , the screen of the beginning of the header.
There are two options.
1. Get rid of dots at the beginning of paths (eg ' /css/thickbox.css ' instead of ' ./css/thickbox.css ') for css and js. Well, all these ' http://http:// ' should also be removed.
2. Remove the BASE tag or correct the ' http://http:// ' in it. Actually, because of it, relative paths go to hell.
The second option is preferable because it solves the core of the problem rather than being a workaround.

V
VeMax, 2013-11-30
@VeMax

And what options can there be? Of course 404 for CSS and JS.

V
Vladimir, 2013-11-30
@hypnotix

Good evening.
I agree with Vemax. See for yourself what errors are displayed in the console.
In Chrome ctrl+shft+j
Edit file paths in template config

D
Dmitry, 2013-11-30
@webmix

All css, js, images used on the site are either missing or they do not have read permissions.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question