Announcement

Collapse
No announcement yet.

Top level section links not showing on all pages

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

    Top level section links not showing on all pages

    Hi all. I’m new to Actinic Version 7 and am struggling with an issue that is probably quite simple to resolve with your help.

    I’m using clean layout 13 which shows the section links on the left hand side. I have moved the NETQUOTEVAR:TOPLEVELSECTIONSTOP into a table and added images so my sections are displayed in a nice box by editing the act_primary template. Everything fine so far.

    Now my problem is that my section links disappear when you go onto the terms and conditions, site map and search pages. This looks daft because my nice box that I created to hold the section links is still there with nothing in it!

    How can I keep my section links visible for all these pages? I’m not to hot when it comes to editing the code but am trying to learn. Any help would be appreciated.

    Thanks.

    #2
    Hi Ben,

    In order to understand this issue clearly, I need to have a look at your Act_Primary template. Also, can I have your website URL? (if you have uploaded it)

    Cheers,
    Cheers,
    Suresh Babu G

    Comment


      #3
      Many thanks for the reply. I havent uploaded the site yet as I'm still early in the construction of it. Here is the contents of my Act_Primary template.


      <!-- Primary HTML begin -->
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      <HTML>
      <HEAD>
      <TITLE>
      NETQUOTEVAR:PAGETITLE
      </TITLE>
      <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>
      <META NAME="ACTINICTITLE" CONTENT="NETQUOTEVAR:PAGEHEADER">
      <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
      <!--@act NETQUOTEVAR:HEADERMETA -->
      <!--@act NETQUOTEVAR:LOADFUNCTION -->
      <!--@act NETQUOTEVAR:SUBMITFUNCTION -->
      <!--@act NETQUOTEVAR:P3PFULLPOLICYLINK -->
      <LINK REL=STYLESHEET HREF="actinic.css">


      <SCRIPT LANGUAGE="JavaScript" SRC="actiniccore.js" TYPE="text/javascript"></SCRIPT>
      <SCRIPT LANGUAGE="JavaScript" SRC="actinicextras.js" TYPE="text/javascript"></SCRIPT>

      <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
      <Actinic:COOKIECHECK/>

      <!--
      The NETQUOTEVARs below can be uncommented for getting raw section lists:
      1. Top level section list
      2. Section list from current level and all children
      3. The whole section tree
      The rest covers the standalone structure members for each array - e.g. if
      you only need sName or sURL from an array.
      See the documentation for details.

      NETQUOTEVAR:TOPLEVELSECTIONS_RAW
      NETQUOTEVAR:CHILDSECTIONS_RAW
      NETQUOTEVAR:SECTIONTREE_RAW

      NETQUOTEVAR:SECTIONTREE_NAMES
      NETQUOTEVAR:SECTIONTREE_URLS
      NETQUOTEVAR:SECTIONTREE_IMAGES
      NETQUOTEVAR:SECTIONTREE_IMAGEWIDTHS
      NETQUOTEVAR:SECTIONTREE_IMAGEHEIGHTS
      NETQUOTEVAR:SECTIONTREE_SECTIONIDS

      NETQUOTEVAR:TOPLEVELSECTIONS_NAMES
      NETQUOTEVAR:TOPLEVELSECTIONS_URLS
      NETQUOTEVAR:TOPLEVELSECTIONS_IMAGES
      NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEWIDTHS
      NETQUOTEVAR:TOPLEVELSECTIONS_IMAGEHEIGHTS
      NETQUOTEVAR:TOPLEVELSECTIONS_SECTIONIDS

      NETQUOTEVAR:CHILDSECTIONS_NAMES
      NETQUOTEVAR:CHILDSECTIONS_URLS
      NETQUOTEVAR:CHILDSECTIONS_IMAGES
      NETQUOTEVAR:CHILDSECTIONS_IMAGEWIDTHS
      NETQUOTEVAR:CHILDSECTIONS_IMAGEHEIGHTS
      NETQUOTEVAR:CHILDSECTIONS_SECTIONIDS

      The section level can be accessed through:
      NETQUOTEVAR:SECTIONLEVEL
      -->
      </HEAD>

      <BODY

      TEXT="NETQUOTEVAR:FGCOLOR" topmargin="0" marginwidth="5"

      marginheight="5" OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR

      NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
      <p>&nbsp;</p>
      <table width="780" height="64" border="0" align="center" cellpadding="0" cellspacing="0" background=""

      bgcolor="#FFFFFF" table>
      <tr>
      <td width="514"><img src="logo1merlin.gif"></td>
      <td width="266" align="right"><table width="250" border="0" cellpadding="0" cellspacing="0" background="phonespacer.gif">
      <tr>
      <td width="10"><img src="phonespacer.gif"></td>
      <td width="233"><img src="phone.gif"></td>
      </tr>
      <tr>
      <td><img src="phonespacer.gif"></td>
      <td>NETQUOTEVAR:SIMPLESEARCH</td>
      </tr>
      </table> </td>
      </tr>
      </table>

      <table width="780" height="25" border="0" align="center" cellpadding="0" cellspacing="0" background="navbackground.gif"

      bgcolor="#FFFFFF">
      <tr>
      <td>&nbsp;</td>

      <td align="center">NETQUOTEVAR:FOOTERGUIDE&nbsp;</td>
      </tr>
      </table>

      <table width="780" height="100%" border="0" align="center" cellpadding="5" cellspacing="0" bgcolor="#FFFFFF">
      <tr>

      <td background="palette3bg.gif" valign="top" width="321"> <br>
      <table width="150" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
      <tr bgcolor="#FFFFFF">
      <td colspan="3"><img src="boxtopbrowse.gif"></td>
      </tr>
      <tr bgcolor="#FFFFFF">
      <td width="10"><img src="boxline1.gif" height="385" width="10"></td>
      <td width="130">NETQUOTEVAR:TOPLEVELSECTIONSTOP</td>
      <td width="10"><img src="boxline1.gif" height="385" width="10"></td>
      </tr>
      <tr bgcolor="#FFFFFF">
      <td colspan="3"><img src="boxbot.gif"></td>
      </tr>
      </table>
      </td>
      <td width="480" valign="top">
      <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="CUSTOMVAR:ACTSTDWIDTH"

      ALIGN="CENTER">
      <TR>
      <TD VALIGN="MIDDLE" ALIGN="LEFT" >
      NETQUOTEVAR:FORMBEGIN
      <A NAME="top">
      <INPUT TYPE=HIDDEN NAME=RANDOM VALUE="NETQUOTEVAR:RANDOM">
      </A> NETQUOTEVAR:HIDDENFIELDS
      <!-- If customer accounts are in operation following two lines allow

      displaying -->
      <!-- User name and customer account name on every page -->
      <!-- NETQUOTEVAR:LOGINLINK

      --><Actinic:NOWSERVING/><Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/><br>
      <!-- NETQUOTEVAR:HEADER -->
      <span class="actxsmall">NETQUOTEVAR:HEADERTEXT<br>
      <br>
      </span> NETQUOTEVAR:BULK <br>
      <br>
      <span class="actxsmall">NETQUOTEVAR:FOOTERTEXT</span>
      <!-- NETQUOTEVAR:FOOTER -->
      NETQUOTEVAR:FORMEND<br>
      </TD>
      </TR>
      </TABLE>
      </td>
      <td valign="top" width="150" background="palette3bg.gif"><table width="100" border="0"

      cellspacing="0" cellpadding="0" align="center">
      <tr>
      <td bgcolor="#FFFFFF">
      <div align="center"> <span class="actxxsmall">
      <font

      color="NETQUOTEVAR:BGCOLORCSS">
      <script language="JavaScript">
      <!--
      document.write("NETQUOTEVAR:CARTCOOKIEITEMS&nbsp;" +

      getCartItem(3)+"&nbsp;<BR>");
      document.write("NETQUOTEVAR:CARTCOOKIEVALUE&nbsp;" +

      getCartItem(1));
      // -->
      </script>
      </font></span> </div></td>
      </tr>
      </table>
      <br>
      <br>
      <br>
      <!-- coupon entry begins -->
      NETQUOTEDEL:CAPTURECOUPON <br>
      <br>
      <table width="150" border="0" cellspacing="0" cellpadding="0">
      <form method="NETQUOTEVAR:CGIMETHOD" action="NETQUOTEVAR:CGIURL">
      <tr>
      <td colspan="2" valign="top"><strong>NETQUOTEVAR:COUPONTITLE</strong></td>
      </tr>
      <tr>
      <td colspan="2" valign="top">NETQUOTEVAR:COUPONMESSAGE </td>
      </tr>
      <tr>
      <td valign="top"><input type="TEXT" name="COUPONCODE" size="15" maxlength="150"

      value="NETQUOTEVAR:COUPONCAPTION" onFocus="this.value='';this.style.background='#FFFFFF'"></td>
      <td><input type="SUBMIT" name="ACTION" value="NETQUOTEVAR:COUPONACTION"></td>
      </tr>
      </form>
      </table>
      <p>NETQUOTEDEL:CAPTURECOUPON
      <!-- coupon entry ends -->
      </p>
      <p>&nbsp;</p>
      <p>&nbsp; </p>
      <img src="boxtopbrowse.gif" width="100"> </td>
      </tr>
      </table>

      </BODY>
      </HTML>
      <!-- Primary HTML end -->

      Comment


        #4
        Hi Ben,

        Thanks for the information.
        Normally, NETQUOTEVAR:TOPLEVELSECTIONSTOP in Act_Primary template would bring the Top level section links only on Product pages. If you want to have Section links on all pages, you can use JavaScript to bring them. More options on using JavaScript and details are available from page 28 in Advanced User Guide V7

        Hope this helps.

        Cheers,
        Cheers,
        Suresh Babu G

        Comment


          #5
          broken link?

          I also want to show the TOPSECTION links on more pages.
          I tried to download the advanced guide v7, but it won't work.

          Page 28 on the version 6 user guide mentions using a top frame, but this is not what I'm after.
          Gavin Cole

          Personal website: <a href="http://www.gavjof.com" target="gav">www.gavjof.com</a>
          Clan website: <a href="http://www.asylum-industries.co.uk" target="gav">www.asylum-industries.co.uk</a>
          ASY is a UK based Battlefield 2 clan. We are recruiting UK players now.

          Comment


            #6
            Hi Ben,

            Originally posted by gavjof
            I tried to download the advanced guide v7, but it won't work.
            For some reasons, I think your browser was unable to download the user guide from the link I posted. (I could still download the document from the link)

            Anyway, you can download Advanced User Guide V7 from the link below:
            http://www.actinic.co.uk/support/downloads.htm

            Cheers,
            Cheers,
            Suresh Babu G

            Comment

            Working...
            X