Announcement

Collapse
No announcement yet.

Smart Design Navigation Problem

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

    Smart Design Navigation Problem

    Catalog home page (acatalog/index.html) has the sitemap menu item, however once you enter a section this is not available. I would like to replace 'Up' with sitemap for better Google compatibility.
    All threads refer to making changes in Act_Primary using NETQUOTEVARs from the advanced users guide.
    I have prepared the menu but cannot find where it can be inserted in Act_Primary!
    Replacing NETQUOTEVAR:FOOTERGUIDE in <td align="right">NETQUOTEVAR:FOOTERGUIDE&nbsp;</td> only changes the index.html not the product page.
    Any one solved this problem?
    Any help greatly appreciated, about to tear hair out!!!
    Ray

    #2
    any change made to ACT_PRIMARY effects all product pages, therefore if you have replaced NQV:footerguide withthe individual NQVs it should work.


    Maybe you could post your code

    Comment


      #3
      Navigation Problem

      Jo, Sorry for the long delay, had a few other issues to sort out.
      Here is the code replaced in Act_Primary

      <!-- <td align="right">NETQUOTEVAR:FOOTERGUIDE&nbsp;</td>--> <!-- old menu removed RR -->
      <td align="right">NETQUOTEVAR:NAVBHOME&nbsp;NETQUOTEVAR:NAVBINFO&nbsp;NETQUOTEVAR:NAVBCART&nbsp;NETQUOTEVAR:NAVBCHECKOUT&nbsp;NETQUOTEVAR:NAVBMAIL&nbsp;</td>

      Using Clean Layout 14 now.
      Still cannot see new nav. Also I tried centering logo with no effect either.

      Any clues??

      Ray

      Comment


        #4
        Ray,

        Did you try refreshing the preview? I have tried it on layout 14 using the code copied from your post above and I get the required navigation.

        This is the code in my primary template....
        <table width="100%" border="0" cellspacing="0" cellpadding="5" background="palette1bg.gif">
        <tr>
        <td>&nbsp;</td>
        <!-- <td align="right">NETQUOTEVAR:FOOTERGUIDE&nbsp;</td> -->
        <td

        align="right">NETQUOTEVAR:NAVBHOME&nbsp;NETQUOTEVAR:NAVBINFO&nbsp;NETQUOTEVAR:NAVBCART&nbsp;NETQUOTEVAR:NAVBCHECKOUT&nbsp;NETQUOTEVAR:NAVBMAIL&nbsp;</td>
        </tr>
        </table>
        Kind regards,
        Bruce King
        SellerDeck

        Comment


          #5
          Smart Design Navigation Problem

          Thanks for the reply Bruce.
          I have got it to work.
          It seemed that as I had changed from Smart to Clean 14 this was stopping the code changes taking effect??
          I deleted the whole site and rebuilt using Clean 14 from the start and all the changes work fine.
          Thanks again for the help

          Comment

          Working...
          X