Announcement

Collapse
No announcement yet.

Navigation Help Section Links no longer displaying

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

    Navigation Help Section Links no longer displaying

    I wonder if any one can please help. Our store is:

    http://www.proaudiosystems.co.uk/acatalog/Index.html


    We are having real difficulties with the store section links. These should be displayed on the left hand side of the screen under the black online store button. Initally we had used the javascript option so the the section links could be displayed on all pages of our website. However this caused some major cookie and caching problems, the links became increadibly slow to load and sometimes just crashed showing a cgi error, however if you cleared cookies the cgi error rectified itself.

    Becuase of these problems we have decided to revert back to the standard actinic section link code NETQUOTEVAR:TOPLEVELSECTIONSTOP however this now refuses to display the links at all and we just cant seem to work out why.

    The Act_primary.html page can be seen here: http://www.proaudiosystems.co.uk/aca...t_Primary.html

    Are these section links affected by another template other than Act_primary.html? Any help really really appreciated!!!

    #2
    Ben,

    I would suggest raising a support ticket on this one as we will need more than the Act_Primary to be able to tell what is happening here.

    Couple of things to check, the template that NETQUOTEVAR:TOPLEVELSECTIONSTOP uses to display the section list is defined in Design | Options | Layouts | Top Level Section Link Layout. Is this template ok. Another would be to see if the way the NQV is defined in teh template can be changed to see if it works. You currently have <div id="leftnav">NETQUOTEVAR:TOPLEVELSECTIONSTOP</div>
    What happens if you change that to read
    <div id="leftnav"> <div align="left">NETQUOTEVAR:TOPLEVELSECTIONSTOP</div>
    </div>

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X