Jump to content

Adding shadow modules to Left or Right Columns


Recommended Posts

Greetings,

I have a module running in my footer.php that will not center on pages where the text extends further than the last module on the left or right side.

How can I install modules on the left and right side columns to preserve the center integrity of the module I have in the footer?

Or, is there a way via the global.css to have an infinite amount of space along these left and right columns.

I am using PresaShop theme Minimalist-Grey.

Link to comment
Share on other sites

nope, u must change it first on your file name_module.php and add

function hookRightColumn($params)
   {
       return $this->hookFooter($params);
   }

function hookLeftColumn($params)
   {
       return $this->hookFooter($params);
   }



and then i BO u choose module->position and put your module in site what u need

Link to comment
Share on other sites

jakubek,

Thank you for your input. However, I might have mispoke about the module. It is the facebook "like" BOX (not button) and I copied the HTML from the Facebook site to place within my footer.tpl file. It only works if I am signed into Facebook, then it is only centered if there are enough modules on the left and/or right side.

Attached is the footer.tpl file. I'm missing something simple, I just cannot figure it out.

Jeff

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