Announcement

Collapse
No announcement yet.

Maiden in Distress - Home page layout

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

    Maiden in Distress - Home page layout

    Hi all

    I am looking to place some vendor logos on my home page an ideal place would be under the catalog listing, In the sidebar I do not doubt this has come up several times in the forum - but could a Knight in Shining armour come to my aid
    www.craftyaddicts.co.uk

    #2
    Hi Heather,

    You need to enter some code like the following on your overall layout that you use for your brochure pages below your navigation (you may see a 'Brochure Nav Bar With Horizontal Dividers' variable but I can't be sure about that without seeing your layout - put it below that).

    Start with:

    Code:
    <p class="text_heading_left_column">Your Heading</p>
    <div class="solid_line_blue"><img src="theme_shim.gif" height="1" width="1" alt=" " /></div>
    Then add the code for your logos (see this knowledgebase article for some help with adding the images)

    End with:

    Code:
    <div class="solid_line_blue"><img src="theme_shim.gif" height="1" width="1" alt=" " /></div>
    That should keep it in line with the rest of the sidebar.

    If you only want this to appear on the home page then highlight the new code and click the 'Insert Block' icon and paste the following into the window:

    Code:
    <actinic:variable name="IsBrochureHomePage" /> == True
    Obviously, take a backup before you make any changes.

    I hope this helps.
    Last edited by KB2; 23-Mar-2010, 09:30 AM. Reason: Updating kb links
    ********************
    Tracey
    SellerDeck

    Comment


      #3
      TraceyG

      Many thanks for your help it is greatly appreciated

      H
      www.craftyaddicts.co.uk

      Comment

      Working...
      X