Announcement

Collapse
No announcement yet.

links on homepage

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

    links on homepage

    Hi

    We are currently working on a shop for a customer of ours.

    when you create sections in actinic, it drops the section into the main part of the page on the shop home.

    eg - http://www.estorebroker-processingce...port/acatalog/

    on this shop i have set it so a few fragments and products appear first then the list of product sections appear underneath it. Now i want to hide these links on this homepage so that we just have the links on the left. Is this possible?

    Thanks

    Martin

    #2
    Edit Act_ProductBody.html and replace

    NETQUOTEVAR:SECTIONLISTBOTTOM


    with

    <!-- NETQUOTEVAR:SECTIONLISTBOTTOM -->

    Not that this will remove the bottom set of section links on all pages. This won't be a problem if your site only has 1 level of sections.

    You can still use the top set of section loinks on other pages.

    Note that these left hand links go via the cgi-bin and the ones you just deleted were direct page links. The direct ones may be more search engine friendly.


    You could fix this by leaving the NETQUOTEVAR:SECTIONLISTBOTTOM in place and editing Act_SectionLine.html to remove all images and make just simple compact text links.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X