Announcement

Collapse
No announcement yet.

Which Template?

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

    Which Template?

    Hi Folks,

    I'm using clean layout 14 and am having difficulty finding the template which controls the position of section headings.

    I don't mean section links. I'm referring to the headings that appear above the body of the products. e.g, Online Catalogue > Exclusives as in this url:

    http://support.actinic.co.uk/~kcsupp...xclusives.html

    I can't find how this is being positioned on the page. I'd like to include the heading at the bottom of the product body also, but am not sure what code is being used and where it is!

    Can anybody help?

    Many thanks

    Myles Sinclair
    www.magicalwonders.com

    #2
    Hi Myles

    The best way to find this is to go to the Template Manager and click 'Change View' to get the Blue and White style template manager (not the grey one).

    The 'breadcrumb' links are listed there - you might have to click Back a time or two - in the middle where the big red "SECTIONS" heading is.

    Then click on the first and second breadcrumbs to edit them.

    Hope the site is going OK.
    http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
    http://www.dtbrownseeds.co.uk - More seeds and plants....
    http://www.mr-fothergills.co.uk - Well it used to be Actinic...

    Comment


      #3
      Hi Myles

      I think its NETQUOTEVAR:FOOTERGUIDE. Please view the image below, if you mean the items displayed then I think im right.
      Attached Files
      Remember; The Arc was built by amateurs but the Titanic was built by professionals.
      When did I realise I was god? I was praying and realised I was talking to myself.

      Comment


        #4
        Act_Parent etc

        theres 3 of them

        Comment


          #5
          Thanks everybody,

          I've had a rumage around the template manager and looked at the three Act_parents and although this will let me change the look of the headings, it doesn't seem to contol the positioning on the page.

          I've had a look at Act_product body which contains the following.

          <script language=JavaScript>
          <!--
          var currentcol = 0;
          var colwidth = Math.floor(100 / CUSTOMVAR:NUMCOLS);
          // -->
          </script>

          <div align="CENTER"><a name="sectiontop">
          NETQUOTEVAR:PARENTSECTIONSTOP
          </a><a name="sectiontop">


          I'm using Normans multi-column code. I've discovered I can change the vertical position of the headings by writing <div align="left"><a name="sectiontop"> etc.,

          But is there a way to change the horizontal position? The code is outside of the table, so there are no TR's or TD's to play with.

          At the moment I have to much grey space above the headings. It would be good to reduce this somehow.

          Any ideas?

          Myles
          www.magicalwonders.com

          Comment


            #6
            Hi Myles

            Well the breadcrumbs comes from NETQUOTEVAR:PARENTSECTIONSTOP, so could you not surround this variable within a table?

            NETQUOTEVAR:PARENTSECTIONSTOP just brings in: Act_ParentSectionsLink.html, Act_ParentSectionsSeparator.html, Act_ParentSectionsThis.html

            Kind Regards
            Nadeem Rasool
            SellerDeck Development

            Comment


              #7
              Thanks Nadeem,

              I forgot to post that I'd sorted this, Although I can't remember what I did!

              http://support.actinic.co.uk/~kcsupp...xclusives.html

              I'm pretty sure I only edited the act_productBody to remove excess space above and below the two headings.

              I have one more issue concerning the act_productbody,act_primary and links, but I'll make that the subject of another thread.

              Many thanks,

              Myles
              www.magicalwonders.com

              Comment

              Working...
              X