Announcement

Collapse
No announcement yet.

Move brochure info pages to left side nder store sections

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

    Move brochure info pages to left side nder store sections

    Hi,

    Could anyone please tell me how I could move brochure 'information' pages to appear down the left side of the page rather than along the top? I would like to integrate much more information in our catalog, but would run out of space along the top of the page quite quickly

    We are using the Smart theme

    Cheers, June

    #2
    Brochure pages buttons

    This seems to be one of Actinic's few weaknesses. I ended up editing the default template and inserting html to implement the buttons "manually", and commenting out the Actinic code which places the buttons along the top.

    There is some guidance in the Advanced User Guide about custom rollover buttons, which may help.

    Russell Cowe

    Comment


      #3
      Hi Russell,

      Thanks for your response on this. I thought there might be an easy way round this - I think we're getting a web designer in, after all!!

      Comment


        #4
        You can do this by adding a <br> tag to the template that controls the brochure navigation (BrochureNavItem HTML - place the <BR> immediately before the <b><A HREF="NETQUOTEVAR:NAVLINK" etc) and then place the following code in the left column where you want it

        <a href="NETQUOTEVAR:NAVBHOMELINK">Home</a> |
        <a href="NETQUOTEVAR:NAVBCATALOGLINK">Shop</a> |
        <a href="NETQUOTEVAR:NAVBLOGINLINK">Login</a> |
        <a href="NETQUOTEVAR:NAVBSEARCHLINK">Search</a> |
        <a href="NETQUOTEVAR:NAVBMAILLINK">Contact</a>

        amend this as you choose.

        There is one downfall with this, which can be seen at www.flooringsales.co.uk. If the text for the link is short the link jumps up a line.

        AHH....this has been cured (sort of) by adding dots to the line. You takes your choice here!

        Comment

        Working...
        X