PDA

View Full Version : Navigation in Actinic


manderson355
09-Sep-2004, 10:06 AM
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???

SureshB
14-Sep-2004, 04:37 PM
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 <td align="right">NETQUOTEVAR:FOOTERGUIDE&nbsp;</td>
and replace with

<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.

richie_h
22-Nov-2004, 04:24 PM
bit of a layman here - sorry. :o
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

SureshB
22-Nov-2004, 04:47 PM
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?