Jump to content

Different columns for differents cms pages


Guest locen

Recommended Posts

If it's for the columns only and you are happy with hardcoding what you need, try this

{if isset($smarty.get.id_cms) && $smarty.get.id_cms == 3}
 

show one thing
{else if isset($smarty.get.id_cms) && $smarty.get.id_cms == 5}

Show something else

{/if}

Link to comment
Share on other sites

http://www.martemodena.com/shop/

this is my website and i would hide all left columns in cms page, EXCEPT some pages that they have same these columns in this link (http://www.martemodena.com/shop/blog)

 

To hide columns in cms pages i go on PREFERENCES-->THEMES-->ADVANCED SETTINGS and i disabled left columns for cms pages  but i would in some pages shows three columns like this links (http://www.martemodena.com/shop/blog) this link is a module not a cms page

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