Announcement

Collapse
No announcement yet.

Navigation in Actinic

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

    Navigation in Actinic

    I'm building a new store but I need to configure the top navigation....e.g.

    Home | Up | Catalog | Terms & Conds | Search | View Basket | Checkout | Contact Us

    How do I configure this to be the same on all pages.

    Please Help???

    #2
    Hi there,

    If you are using Smart theme in Actinic V7, by default, you get these navigation links 'Home | Site Map | Terms & Conds | Search | View Basket | Checkout | Contact Us | Login |'. Else, you can hard code the links manually in Act_Primary template.

    For example:
    Search
    Code:
    <td align="right">NETQUOTEVAR:FOOTERGUIDE&nbsp;</td>
    and replace with

    Code:
    <td align="right"><a href="http://www.yoursite.com/index.html" target="_self">Home</a> | 
    <a href="javascript:history.go(-1)" target="_self">Up</a> | 
    <a href="http://www.yoursite.com/acatalog/index.html" target="_self">Catalog</a> | </td>
    Similarly, create links for 'Terms & Conds | Search | View Basket | Checkout | Contact Us'

    Hope this helps you.
    Cheers,
    Suresh Babu G

    Comment


      #3
      help needed for above topic

      bit of a layman here - sorry.
      where can i alter the titles on the top nav bar eg: home | terms & conditions | view basket etc...

      i can't work out how to alter the act_primary template.

      if you can talk mw through in laymans terms i'd be most grateful.

      many thanks

      richie

      Comment


        #4
        where can i alter the titles on the top nav bar eg: home | terms & conditions | view basket etc...
        Hi Richie,

        In order to proceed, please let me know what version of Actinic you are using? To find this, go to 'Help | About'.
        Also, kindly go to 'Design | Themes' and let me know what theme you are using?
        If you have already uploaded the site, can I have your website URL?
        Cheers,
        Suresh Babu G

        Comment

        Working...
        X