Announcement

Collapse
No announcement yet.

Fragments layout

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

    Fragments layout

    Could anyone help me with fragments layout please or just point me in the right direction. I am trying to modify my home page and want its layout as follows:

    FRAGMENT 1
    NEW PRODUCTS
    FRAGMENT 2

    How do I go about doing this? I've searched the forum and looked into AUG but to no avail.

    Thanks!
    ***********************

    #2
    Create 1 middle Fragment called New Products. Set its' layout to be "Text Only". Paste the following into that fragments Text field.
    Code:
    !!<<actinic:variable name="NewProductsList" value="Home Page New Products List" />>!!
    Note that there's quirk that munges this text if you subsequently edit the Text area. Repair by re-pasting the above back in.


    You will probably also want to comment out the existing New Products list from your overall layout.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      That's perfect. I will give it a go. Thank you!
      ***********************

      Comment

      Working...
      X