Jump to content

Ps1.5 Left Column After Products


Tomin

Recommended Posts

Hi,

I have old PS1.5 installation, everything worked fine for long time. But today I noticed, that in Category view my left column is displayed after all products in this category like something has gone wrong with module positions.. but nothing has been changed there as well all files are untouched for few months. Problem appears on all browsers

 

As well there are some problems with contact page.

 

There are no errors and there haven't been any changes in server. Ok, php was upgraded, but it's back to v5.4 as it was before, because it was first idea, what could be gone wrong.

 

See pictures below, any ideas what happened and how to fix it?

 

 

 

 

 

 

 

 

 

 

 

post-293204-0-58604100-1451295888_thumb.jpg

post-293204-0-68059800-1451295897_thumb.jpg

Link to comment
Share on other sites

It happened to two pages on same server using same theme. theme versions and PS slightly differs.

 

After some research seems that there is some problem with some hacked 3rd party module or worse... I'll be back later and check same installation on other server and check some css files like Simonas suggested

 

you can check (deleted) where same problem appears

Edited by Tomin (see edit history)
Link to comment
Share on other sites

I have done quick investigation.

 

If you could find:

#center_column{ float: right;}

In your css for some reasons center_column has no elements, but if you add float it solve one of you problems.

 

Can it be that somebody deleted your style information?

Or maybe you recently done upgrade and that broke your design?

Link to comment
Share on other sites

I will try this solution.

No, nothing has been changed for PS, modules or theme files. Except some time ago server where restarted because of "no websites where working"

 

there possible has been some PHP update to v5.6, but now it's back to 5.4 as it was first idea what could broke design. No other changes made

Edited by Tomin (see edit history)
Link to comment
Share on other sites

Add to your global.css file

@media (min-width:1280px) { .fixed_width .breadcrumb+#center_column {width: 980px;} }

@media (min-width:1030px) { .fixed_width .breadcrumb+#center_column {width: 740px;} }

It will fix the problem.
But the main problem is that your sections of the site do not have their id.

Write me pm, if you want to solve all the problems.

Link to comment
Share on other sites

Problem was on server. There has been some injections in index.php and header.php on server, so all websites had this problem, but only PS code was broken. We investigate, but it could be wordpress or cpanel problem,but all sites on server where affected later.

 

fckn script kiddies and idiots, who buying cheap backlinks for "useful" SEO

Edited by Tomin (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...