Jump to content

Apply layout-left-column to CMS and other pages


Recommended Posts

Dear members,

I wish to apply the layout-left-column (wich contain my main navigation menu) to all my website pages (cms pages but also identification, cart, etc....). Is the good way to add multiples conditions on the layout-left-column.tpl of my child theme ?
Thanks for help.

Best regards.
Emmanuel

Link to comment
Share on other sites

I’m not sure which version of PrestaShop you’re using, but to manage page layouts, go to:
[your admin folder]/improve/design/themes/customize-layouts?_token=[your token]
The “Customize” button should be available in the theme selection list.

If you want to set a specific layout permanently for a given page type, you can do it by modifying the theme.yml file. For example:

 

layouts:
  cms:
    layout: layout-left-column
  cart:
    layout: layout-left-column
  authentication:
    layout: layout-left-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...