Announcement

Collapse
No announcement yet.

Sub Pages

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

    Sub Pages

    Hi

    i would like to add sub pages within the brochure pages and have so far not found a way to do this,

    does anyone have any ideas of how i can do this please!!!!!!!!!!!!!!!

    Many Thanks in advance

    James
    James Thompson

    Operations Manager | Chas Newens Marine Co Ltd|
    The Boathouse | Embankment | Putney | London | SW15 1LB |
    T: 0208 788 4587 | F: 0208 780 2339 | E: hire@chastheboat.co.uk


    Take a look and tell us what you think!

    #2
    You can't do this in the way that you are trying to. You could however use product sections instead with different layouts or brochure pages with manual navigation coding to do it though.

    Comment


      #3
      Creating a brochure page with a list of links through to other brochure pages is one way to have an appearance of sub pages, it depends how you want the pages to appear as "sub pages" on the website, i.e directly on the page? or were you thinking of a sub menu instead?
      Peblaco

      Comment


        #4
        Originally posted by peblaco View Post
        Creating a brochure page with a list of links through to other brochure pages is one way to have an appearance of sub pages, it depends how you want the pages to appear as "sub pages" on the website, i.e directly on the page? or were you thinking of a sub menu instead?
        i have managed to do this using coded pictures to guide people through to the pages, i have hidden them in the nav bar at the side but i currently have a bunch of blank places in the lists

        take a look if you wish www.chastheboat.co.uk

        i would now like to hide these blank pages

        any further ideas
        James Thompson

        Operations Manager | Chas Newens Marine Co Ltd|
        The Boathouse | Embankment | Putney | London | SW15 1LB |
        T: 0208 788 4587 | F: 0208 780 2339 | E: hire@chastheboat.co.uk


        Take a look and tell us what you think!

        Comment


          #5
          See: http://community.actinic.com/showthread.php?t=45312
          Peblaco

          Comment


            #6
            Thats done it fantastic thank you very much
            James Thompson

            Operations Manager | Chas Newens Marine Co Ltd|
            The Boathouse | Embankment | Putney | London | SW15 1LB |
            T: 0208 788 4587 | F: 0208 780 2339 | E: hire@chastheboat.co.uk


            Take a look and tell us what you think!

            Comment


              #7
              Hiding brochure pages on menu not working for me!

              Hi
              I have followed the instructions from the thread that was mentioned as I want to hide pages from my menu bar - however all I get is a blank page and the page still remains in the menu bar - what I am doing wrong?
              Hope someone can help!
              Thanks

              Comment


                #8
                Hi
                Yes my site is www.charmdesigns.co.uk

                The page I am trying to hide is "Pink colour information"

                I want this page accessed by clicking on the link in "The meaning of colours" but now shown on the menu as it is doing at the moment (otherwise I will have 20 colour pages showing in the menu!!)

                I have followed the instructions and the website remains the same! I am setting the choice to false for the "pink colour information" page.

                Thank you for taking a look at this

                Comment


                  #9
                  I have looked to see if I can make sense of this!!

                  These are the instructions I followed for where to put the variable

                  Highlight all the code in the layout and click the 'Insert Block' button *

                  13. You should now be in the Condition Editor. Change the condition to:

                  <actinic:variable name="ShowOrHideBrochureLink" /> == true

                  You can just copy and paste the code straight into the editor.

                  14. Click 'OK' and then click 'Apply' to confirm your changes.


                  I had taken the block out so have followed the instructions again but still the same result - am I being stupid and not putting in the right place?!
                  Thanks again
                  (I have uploaded my website again)

                  Comment


                    #10
                    I am basically highlighting everything on the layout page:
                    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                    "http://www.w3.org/TR/html4/loose.dtd">

                    <html>

                    <head><meta name="google-site-verification" content="05WGVfSLEvGRHHBzFtsVYrVGnk-ObwmFt1m-xKh72hg" />
                    <title><actinic:variable name="PageTitle" /></title>

                    <actinic:variable name="BaseHref" />

                    <actinic:variable name="MetaTags" />

                    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e"><link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"></actinic:block>

                    <link href="actinic.css" rel="stylesheet" type="text/css">

                    <style type="text/css" >
                    <!--
                    .boxhead h2 {
                    color: <actinic:variable name="TextColor" />;
                    }
                    -->
                    </style>

                    <actinic:variable name="JavaScriptFunctions" />

                    </head>


                    <body onload="<actinic:variable name="OnLoadScript" value="PreloadImages" />">

                    <div id="prime-container">

                    <div id="prime-top-bar">
                    <div id="prime-logo-image">
                    <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22">
                    <actinic:variable name="BrochureLogoImage" />
                    </actinic:block>
                    <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Brochure%22">
                    <actinic:variable name="CompanyLogoImage" />
                    </actinic:block>
                    </div>
                    </div>


                    <div id="prime-navbar">
                    <p>
                    <actinic:block if="%3cactinic%3avariable%20name%3d%22HomePageType%22%20%2f%3e%20%21%3d%20%270%27">
                    <a href="<actinic:variable name="HomePageURL" />" target="_self"><actinic:variable name="HomeText" /></a>
                    </actinic:block>
                    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsIncludeToSiteMap%22%20%2f%3e">
                    <a href="<actinic:variable name="SiteMapPageURL" />" target="_self"><actinic:variable name="SiteMapText" /></a>
                    </actinic:block>
                    <a href="<actinic:variable name="SearchPageURL" />" target="_self"><actinic:variable name="SearchText" /></a>
                    <a href="<actinic:variable name="OrderLinkText" />" target="_self"><actinic:variable name="CheckOutText" /></a>
                    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNavBarTopSectionOmitted%22%20%2f%3e%20%21%3d%20TRUE">
                    <a href="<actinic:variable name="TopSectionPageURL" />" target="_self"><actinic:variable name="TopSectionIconDescription" /></a>
                    </actinic:block>
                    <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22">
                    <actinic:block if="%3cactinic%3avariable%20name%3d%22SectionLevel%22%20%2f%3e%20%3e%200">
                    <a href="<actinic:variable name="UpALevelPageURL" />" target="_self"><actinic:variable name="TopIconText" /></a>
                    </actinic:block>
                    </actinic:block>
                    <a href="<actinic:variable name="SendMailPageLink" />" target="_self"><actinic:variable name="SendMailText" /></a>
                    </p>
                    </div>

                    <div id="prime-second-bar">
                    <div style="float: left;">
                    <actinic:variable name="QuickSearchBar" />
                    </div>
                    <div style="float: right; margin-right: 20px; padding-top: 2px;">
                    <table border="0" cellspacing="0" cellpadding="0">
                    <tr>
                    <td><img src="theme_tab1_left.gif" width="4" height="23" alt=" " /></td>
                    <td><div class="page_header_menu_cart"><p class="text_menu_cart"><a href="<actinic:variable name="CartLinkText" />" class="link_cart"><actinic:variable name="CartText" /></a> |
                    <actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsGoogleAnalyticsEnabled%22%20%2f%3e%20%3d%3d%20false%29%20%20OR%20%28%3cactinic%3avariable%20name%3d%22IsSSLUsedForEssentialPages%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22IsSplitSSLSubdomain%22%20%2f%3e%20%3d%3d%20true%29">
                    <a href="<actinic:variable name="OrderLinkText" />" class="link_cart"><Actinic:Variable Name="CheckOutText"/></a>
                    </actinic:block>
                    <actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsGoogleAnalyticsEnabled%22%20%2f%3e%20%3d%3d%20true%29%20%20AND%20%28%3cactinic%3avariable%20name%3d%22IsSSLUsedForEssentialPages%22%20%2f%3e%20%3d%3d%20true%29%20AND%0d%28%3cactinic%3avariable%20name%3d%22IsSplitSSLSubdomain%22%20%2f%3e%20%3d%3d%20false%29">
                    <a href="<actinic:variable name="OrderLinkText" />" class="link_cart" <actinic:variable name="GoogleAnalyticsMarkup" value="Google Analytics Checkout Link" />><actinic:variable name="CheckOutText" /></a>
                    </actinic:block>
                    </p></div></td>
                    <td><div class="page_header_menu_cart_items"><p class="text_menu_cart_items"><actinic:variable name="ShoppingCartSummary" value="Shopping Cart Summary In A Line" /></p></div></td>
                    <td><img src="theme_tab1_right.gif" width="4" height="23" alt=" " /></td>
                    <actinic:block if="%3cactinic%3avariable%20name%3d%22AreRegCustomersAllowed%22%20%2f%3e">
                    <Actinic:NOTINB2B>
                    <td class="page_header_menu_cart_login_spacing"><img src="theme_tab1_left.gif" width="4" height="23" alt=" " /></td>
                    <td><div class="page_header_menu_login"><p class="text_menu_cart"><a href="<actinic:variable name="LoginPageURL" />" class="link_cart"><actinic:variable name="LoginText" /></a></p></div></td>
                    <td><img src="theme_tab1_right.gif" width="4" height="23" alt=" " /></td>
                    </Actinic:NOTINB2B>
                    </actinic:block>
                    </tr>
                    </table>
                    </div>
                    </div>

                    <div id="prime-left-bar">
                    <br />
                    <actinic:variable value="Top Level Section List With Graduated Background" name="TopLevelSectionList" />
                    <br />
                    <actinic:variable value="Brochure Nav Bar With Graduated Background" name="BrochureNavBar" />
                    </div>

                    <div id="prime-bulk-area">



                    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsNotPreviewMode%22%20%2f%3e" >
                    <!-- When logged in, this gives the company name, username and a login link -->
                    <actinic:variable name="NowServing" /><actinic:variable name="CurrentAccount" /><actinic:variable name="LogoutSimple" />
                    </actinic:block>
                    <div align="center">
                    <actinic:variable name="HeaderFooter" value="Header Text" />
                    </div>

                    <actinic:variable name="INNERLAYOUT" />

                    <actinic:block if="%3cactinic%3avariable%20name%3d%22RecentlyViewedListIsEnabled%22%20%2f%3e%20%3d%3d%20True" >
                    <actinic:variable name="RecentProducts" />
                    </actinic:block>

                    <actinic:variable name="FeefoSiteLogo" />

                    <div align="center">
                    <actinic:variable name="HeaderFooter" value="Footer Text" />
                    </div>

                    <actinic:variable name="ReferrerLink" />

                    </div>

                    <div id="prime-right-bar">

                    <actinic:variable value="Sidebar Coupon Field" name="CouponEntryField" if="%3cactinic%3avariable%20name%3d%22CaptureCoupon%22%20%2f%3e" />

                    <actinic:variable name="NewProductListSidebar" value="Sidebar New Products List In A Box" />

                    <actinic:variable name="BestSellerListSidebar" value="Sidebar Best Sellers List In A Box" />

                    </div>

                    <br clear="all" />
                    </div>


                    <actinic:variable name="GoogleAnalyticsMarkup" value="Google Analytics Tracking Code" />
                    </body>
                    </html>

                    Then I right click and "add block"

                    Is this what I am doing wrong

                    Comment


                      #11
                      You should not have the block around the whole layout, if added remove the "block" and "/block" code from top and bottom. Put it around the individual piece of code.
                      Peblaco

                      Comment


                        #12
                        OMG - you are simply amazing - my hero - cannot thank you enough - woo hooo - I am the happiest person around now

                        Comment

                        Working...
                        X