Jump to content

Home page error [solved]


Recommended Posts

Hi,

My prestashop home page went wrong:

looks like all my right column went down and now stands below the center part of the home page. It even mixes with contents in the center.

I've tried to look at header.tpl, footer.tpl but didn't find anything to fix :-\

I turned right column off deleting this in footer.tpl:

 

 

<div id="right_column" class="column">

{$HOOK_RIGHT_COLUMN}

</div>

 

 

but the footer section(

All other pages are OK.

 

Where could the problem be?

 

--

Saulius

Link to comment
Share on other sites

It looks like an un-closed <tag> somewhere, most likely in one of your modules.

 

You can start by disable the editorial module and see if that helps, if so, check it for any tags that are not properly closed (and make sure to turn on force recompile in references-> Performance)

Link to comment
Share on other sites

It looks like an un-closed <tag> somewhere, most likely in one of your modules.

 

You can start by disable the editorial module and see if that helps, if so, check it for any tags that are not properly closed (and make sure to turn on force recompile in references-> Performance)

 

Thank's a lot. That helped. I've found a very ugly pasted link in the editorial.

Saulius

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...