Announcement

Collapse
No announcement yet.

changing contact page layout

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    changing contact page layout

    hi all, Im getting the hang of actinic code changing, but im stuck on something, and I wonder if anyone can help.

    I need to select a new layout for the contact page, at the moment its using the same layout as the rest of the site, obviously if I make a change in the code it will reflect in the rest of the site. Can I copy the layout and create a new layout just for the contact page?

    Thanks Dave

    #2
    You can change the outer layout at :

    Design > Themes > Advanced Themes Config > Page Layouts Tab > Advanced Page Config ... it usually default to StandardLayout as used by the main product pages etc.


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      thanks for the really quick reply jont, but I can't seem to create a new one there. Is that possible? The reason behind it is that I have created a new menu and need to assign a 'current' class to the contact menu item.

      Comment


        #4
        You create new layouts in the library and assign to the layout selector there.

        If just a class to highlight the current page you would be better of using a blockif and testing PageType == "Contact Us"


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment

        Working...
        X