Jump to content

Is there a module for adding a sidebar to every cms page?


Recommended Posts

Hello everyone, the title basically states my entire purpose perfectly.  I am working on my first prestashop project, and I am having trouble finding the tools that I think should be easy to find.  In particular I have several pages made in the content management system.  They were all made in pure html because I already had the html, and I didn't want to recreate the pages.  I am not sure if that will be a factor because of how little I understand the whole system.

Anyway, I am looking for a module that will allow me to add a sidebar on the right hand side of the cms pages. Preferably I would be able to control if it was on left or right, and control what pages it appears on.  It will HAVE to contain the following: Several featured products, and an image at the bottom.

The most ideal case would be that I could control the html myself, at least to some extent.

Please point me in the direction of anything that might be helpful.

Link to comment
Share on other sites

  • 2 months later...

you can use module like html box free where you can add any content you want.

add there sidebar div (with position:fixed or position:absolute; with right:0px; and some height value)

 

and attach it to displayFooter section.

then in modules > positions define exceptions for this module instance on displayFooter modules list,

add there exception for all pages instead of CMS

 

if you will need any help with coding, let me know :-)

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