Announcement

Collapse
No announcement yet.

brochure links

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

    brochure links

    Ideally I want the links sitemap, contact us and terms to be integrated into the brochure page links so they have the same css etc

    I'd prefer to re-order too

    home
    contact us
    location
    history
    sitemap
    terms
    venison recipes
    chicken recipes
    duck recipes

    Whats the best way to do this. At the mo home, location, histoty and the recipes are brochure/fragments. sitemap, terms and contact us are nav links

    #2
    Hi Jo

    There are two components that make up the navigation bar in brochure pages.
    • Brochure Page Navigation Bars
    • Brochure Page Link Lists
    You;ll find both these types of item in the Layouts tab of the Library.

    The Brochure Page Link Lists are responsible for inserting an automatically generated list of brochure pages into the design, in the same order they are in in the content tree.

    The Brochure Page Navigation Bars layouts incorporate the Brochure Page Link lists, but also include the 'Products' and 'Login' links at the bottom of the list.

    What I would suggest for you is edit the 'Brochure Page Navigation Bar' to include all the links to the navigation icons at the top of the layout - including the 'Home' icon (i.e. use the 'Home' navigation icon rather than the 'Home' brochure page link). The format of the navigation links needs to look something like:

    Code:
    <a href="<actinic:variable name="LoginPageURL" />" class="product_section">
    <actinic:variable name="LoginText" />
    </a>
    You can then apply some conditions to the Brochure Page Link List you are using to hide the link to the 'Home' brochure page. The condition you use should basically be something like:

    <actinic:variable name="BrochureName" /> != 'Home'

    Then all the other brochure page links (i.e. chicken recipes etc) will just be tagged on underneath the other navigation icons.

    Comment

    Working...
    X