Jump to content

problem. right coloum in bottom :S


Recommended Posts

You should modify your header.php and footer.php files to make it work, check the readme file in the archive.
Basically, you need to take

'HOOK_RIGHT_COLUMN' => Module::hookExec('rightColumn'),


line from footer.php and move it to header.php.
Readme file explains it a little bit clearly :)

Link to comment
Share on other sites

The thing is I designed this theme to be flexible: it changes center_column class depending on how many columns it has. Class can be oneActive, bothActive or nonActive.
By default Prestashop loads left column modules in header.php (that displays header.tpl) and right column modules in footer.php (that displays footer.tpl).
For this theme to work it needs to know how many columns to draw before footer.php even gets included.
This is definitely header.php & footer.php problem, because your theme has two columns (left and right), but center_column class is oneActive — this means the theme has no idea that there is one more column.

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