Announcement

Collapse
No announcement yet.

secton and sub section links

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

    secton and sub section links

    Hello

    Question, it is possible to turn off the functionality of the section links. I have brochure pages where I have hardcoded the text so the user can see where they are, but within my store the text that says Store - New In (or whatever) comes from the code.

    In my brochure pages, the text is jsut text, but in the store, if i put the mouse over the 'Store' text, it underlines it and links to the store top. I dont want this to happen, i want it to appear as text only.

    Cheers
    Steven

    #2
    Dont know if this makes a differnce, just noticed this is in v5 thread. I am on v6.

    Steven

    Comment


      #3
      Within css i made the followign edit

      a:active{
      color:NETQUOTEVAR:ALINKCOLORCSS;
      font-size:x-small;
      text-decoration:none;
      }

      changing decoration from underline.

      This still works as a link, but it is not so apparent now, but if anyone can let me know how ot disable then then great.

      Cheers
      Steven

      Comment


        #4
        It is not possible to just disable one link (in this case the 'Store Top' link).

        What it is possible to do is replace NETQUOTEVAR:FOOTERGUIDE (the variable that inserts the full range of navigation links) with variables just for the individual navigation links that you want.

        The variables you should use instead are:
        NETQUOTEVAR:NAVBSEARCH
        NETQUOTEVAR:NAVBCHECKOUT
        NETQUOTEVAR:NAVBCART
        NETQUOTEVAR:NAVBMAIL
        NETQUOTEVAR:NAVBSITEMAP
        NETQUOTEVAR:NAVBINFO
        NETQUOTEVAR:NAVBUP
        NETQUOTEVAR:NAVBBACK
        NETQUOTEVAR:NAVBCATALOG - the link for the store top
        NETQUOTEVAR:NAVBHOME
        NETQUOTEVAR:NAVBLOGIN

        These are described in p18 of the advanced user guide

        Comment

        Working...
        X