Announcement

Collapse
No announcement yet.

Custom menu bar

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

    Custom menu bar

    Hi,

    A while a go I created a custom menu bar for my clients shop - http://www.wildlifewatchingsupplies.co.uk/acatalog/ Unfortunately I can't now remember how I set the menu up. I have had a look through the whole shop and can only find the following code:

    <script language=Javascript1.1>document.write(SectionList(section_tree))
    </script>

    but it doesn't tell me where I can find the code/menu. If anyone could spare a couple of mins to let me know where I can find the SectionList so I can edit it I would be very grateful.

    Many thanks...Paul

    #2
    This menu is generated using javascript.

    Including the document.write(SectionList(section_tree)) in the Actinic HTML causes Actinic to generate a javascript array file
    http://www.wildlifewatchingsupplies....ection_tree.js
    that contains all the information it needs to build the menu.

    If you are on V9 then you would be far better utilising V9 menus instead of this javascript (non search engine friendly) menu.
    There are plenty of posts on the forum that give you several ways to generate an SEO friendly menu in Actinic.
    Fergus Weir - teclan ltd
    Ecommerce Digital Marketing

    SellerDeck Responsive Web Design

    SellerDeck Hosting
    SellerDeck Digital Marketing

    Comment

    Working...
    X