Announcement

Collapse
No announcement yet.

Clean layout css 13 - Customising right bar

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

    Clean layout css 13 - Customising right bar

    Hi,

    I have edited my site, changed the colours and customised it as best as possible but a few things have been bugging me for a while.

    I am using clean layout css 13 and there are quite a few spaces available on the page for advertising numerous stuff.

    http://www.masterforge.co.uk/


    As you can see the left and right bars have quite a lot of free space. I would like to populate the right bar under items and value with something like live help tab or links to see my video clips.

    I have a very limited knowledge with actinic, just enough to survive but not brave enough to get stuck into code without prior advice.

    If anyone could give me advice on this or point me in the right direction I would be really grateful.

    Thanks
    Leigh Robinson

    Hand forged, hand folded custom swords
    http://www.masterforge.co.uk

    #2
    Hi Leigh,

    You can do that easily in v8. Go to the design tab and in the 'Preview' area click on the mini-cart or 'Items and Value' area and take a look in the layout code below, this should read something like 'Layout code - Standard Shopping Cart Summary'. Right at the left hand bottom of the layout code pane you will see four yellow swirls, click on the left most one that would say 'Navigate to Parent layout' if hovered on.

    You should now see
    <td valign="top" class="sidebar">
    <actinic:variable name="QuickSearchBar" /><br />
    <actinic:variable name="ShoppingCartSummary" />
    <actinic:variable value="Sidebar Coupon Field" name="CouponEntryField" if="%3cactinic%3avariable%20name%3d%22CaptureCoupon%22%20%2f%3e" />
    </td>
    You can insert the code to your live help or your video clips, the code needs to remain within the closing </td> tag.

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X