Announcement

Collapse
No announcement yet.

Can I change the order of items in the Navigation Bar?

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

    Can I change the order of items in the Navigation Bar?

    Hi

    I have been playing with the Horizontal Brochure Nav Bar, and almost got it right. However, the Products button comes out at the end of the list, abd I want it to be the third item. Is there any way I can change this sequence?

    The layout looks like this:

    <actinic:variable name="BrochurePageList" value="Horizontal Brochure Page List" />
    <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22">
    <actinic:variable name="NavigationIcon" value="Enter Shop Image Navigation Button" />
    <actinic:block if="%3cactinic%3avariable%20name%3d%22AreRegCustomersAllowed%22%20%2f%3e"><Actinic:NOTINB2B>
    <actinic:variable name="NavigationIcon" value="Login Image Navigation Button" />
    </Actinic:NOTINB2B></actinic:block>
    </actinic:block>
    &nbsp;

    Stapes

    #2
    Hi Stephen

    The bit of code that you have attched is this the amended code or the default one, because from the code I can see that in the navigation bar you will have the Brochure pages, Products and Login buttons in that order. Is this not what you get?

    Kind Regards
    Kiran Chandran
    Technical Support - SellerDeck
    http://www.sellerdeck.co.uk/

    Further help can also be found at http://community.sellerdeck.com/forumdisplay.php?f=27

    Comment

    Working...
    X