Announcement

Collapse
No announcement yet.

Hiding a page

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

    Hiding a page

    I want to have a couple of brochure pages explaining delivery and payments in detail that link from images (that bit is done) but dont want them to appear in the left navigation?

    I have one site that does this where no brochure pages appear but the new site has brochure page links on the left and when I add a new page they show in the list...

    Thanks Ed
    https://www.harrisontelescopes.co.uk/

    Ed Harrison - Menmuir Scotland

    #2
    Create a true/false variable and then wrap a block if around the nav layout:

    Code:
    <actinic:block if="%3cactinic%3avariable%20name%3d%22ShowSectionInNavBar%22%20%2f%3e%20%3d%3d%20true">
    	<actinic:variable value="Simple Brochure Page Link" name="BrochurePageLink" />
    </actinic:block>
    I'm pretty sure this has probably been covered before though!

    I've used a variable called "ShowSectionInNavBar"

    Army Gore-tex
    Winter Climbing Mitts
    webD's Blog: Website design, SEO and other ramblings…
    Twitter LinkedIN

    If you think a post is good, rate it!

    Find the answers in the Knowledge Base | Have you read the User Guides

    Comment


      #3
      Its in the KB

      http://community.actinic.com/showthread.php?t=45312
      Last edited by KB2; 22-Mar-2010, 03:42 PM. Reason: Updating kb links


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Thank you,

        Ed
        https://www.harrisontelescopes.co.uk/

        Ed Harrison - Menmuir Scotland

        Comment

        Working...
        X