Announcement

Collapse
No announcement yet.

Which Templates???

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

    Which Templates???

    This should be very simple but I have spent hours trying to crack this & it's driving me crazy!

    Can anyone tell me the template I should be editing to change the font size for the Section Titles:
    http://www.giftedindesign.co.uk/acatalog/index.html ?

    & for the text within LeftBarTitle (Being used as Best Sellers) on my Home Page:
    http://www.giftedindesign.co.uk/index.html ?

    Thanks
    Jackie
    Original gifts for all occasions by British Artists and Designers

    http://www.giftedindesign.co.uk

    #2
    Section Titles in in Act_Sectionline.html

    The Best Seller text is set from:

    Design > Options > Site Defaults. Being used as a CUSTOMVAR
    Owner of a broken heart

    Comment


      #3
      Thank for that - The Section Titles are now the right font size.

      I'm still having problems with the Best Sellers through Design:Options:Site Defaults. I'm putting in <span class="actregular"> which seems to work fine on the RIGHTBARTEXT but not on the LEFTBARTEXT..? Which makes no sense at all!

      Any ideas?

      Jackie
      http://www.giftedindesign.co.uk
      Original gifts for all occasions by British Artists and Designers

      http://www.giftedindesign.co.uk

      Comment


        #4
        Sorry I thought you wanted to change the textual information "Best Sellers" You will need to edit Act_Primary.html and any other main templates.

        You will see these in Design > Options > Layouts.

        Maybe take a copy of Site 1 or the current site folder before you start changing them.

        Save your Act_Primary.html in a zip file and post it here so I can have a look
        Owner of a broken heart

        Comment


          #5
          Its beaten me - can't find it anywhere!

          Gary - thanks for offering to have a look for me. Here's my Act_Primary file.

          Thanks
          Jackie

          www.giftedindesign.co.uk
          Attached Files
          Original gifts for all occasions by British Artists and Designers

          http://www.giftedindesign.co.uk

          Comment


            #6
            It looks fine to me. Maybe I dont understand your problem. Can you post a URL to demonstrate please.
            Attached Files
            Owner of a broken heart

            Comment


              #7
              If i understand right its the section links in the left hand box titled "Store Sections" you want to change the font of?

              If it is I know the text is generated from the javascript "yahoo sections" in the head of the html file - as to changing it though I cannot help you as I am not on my work computer until tomorrow morning.

              Sorry

              **Edit - Found an old template on my laptop**
              <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
              <!--
              function YahooSections(ar)
              {
              var strIDs = '';
              for (var i=1;i<=ar.length;i++)
              {
              if (ar[i].sURL != null)
              {
              strIDs += '<a href="' + ar[i].sURL + '"><span class="actxxsmall"><b><font color="NETQUOTEVAR:FGCOLORCSS">' + ar[i].sName + '</font></b></span></a><br>';
              {
              if (ar[i].pChild)
              {
              for (var j=1;j<=ar[i].pChild.length;j++)
              {
              if (ar[i].pChild[j].sURL != null)
              {
              strIDs += '<a href="' + ar[i].pChild[j].sURL + '"><span class="actxxsmall"><font color="NETQUOTEVAR:FGCOLORCSS">' + ar[i].pChild[j].sName + '</font></span></a><br>';
              }
              }
              }
              }
              strIDs += '<br>'
              }
              }
              return strIDs
              }
              //-->
              </SCRIPT>
              This is the section you will need to change to amend the appearance of the section links.

              Comment


                #8
                Thats what I thought but they are actregular as required in the template
                Owner of a broken heart

                Comment


                  #9
                  Thanks to both of you for your help -

                  Sorry - I think I have confused everyone! The "Store Sections" box is fine.

                  My query is how to amend the font size of the text within the box on the left hand side titled "Best Sellers" (the box under "Store Sections") on the home page (eg: 1.Cat Clock, 2.Wizard etc.).

                  I've tried to amend it through Design:Options:Site Defaults. I have managed to change the font of the RIGHTBARTEXT (The Customer Feedback Box) by using <span class="actregular"> but this command doesn't work in the LEFTBARTEXT.

                  www.giftedindesign.co.uk
                  Original gifts for all occasions by British Artists and Designers

                  http://www.giftedindesign.co.uk

                  Comment


                    #10
                    They were using actregular??
                    Owner of a broken heart

                    Comment


                      #11
                      Hi there Jackie

                      Looking at the source page of your website, where it says "Pocket Watch", it is using the class actregular, but also it has the following:

                      [code]<table width="100%" border="0" cellpadding="2" cellspacing="2" class="actregular"><tr> <td valign="top"><br><font ="+1"> <B><a href="acatalog/clocks.html">1. Pocket Watch<BR>[/code

                      Notice the font="+1". Can you see this in your act_primary.html? If so, please take it out

                      Kind Regards
                      Nadeem Rasool
                      SellerDeck Development

                      Comment


                        #12
                        Hi

                        I've taken out the font="+1" but it doesn't seem to make any difference...

                        Thanks
                        Jackie

                        www.giftedindesign.co.uk
                        Original gifts for all occasions by British Artists and Designers

                        http://www.giftedindesign.co.uk

                        Comment


                          #13
                          The table that contains the text (links) has a class of actregular this will give you

                          .actregular {
                          FONT-SIZE: 12px; COLOR: #000000
                          }

                          However, the text is also a link so will inherit those atributes also, the links style will override the table class style, so what your getting is

                          A:link {
                          FONT-SIZE: 10px; COLOR: #f8aa07; TEXT-DECORATION: none
                          }

                          The links above in store sections are controled be the javascript in the top of your page as mentioned earlier see line 38 and 46

                          <span class="actregular"><b><font color="#000000"></span></b></font>

                          See similar post for more info
                          Last edited by shiver; 28-Oct-2004, 08:14 AM. Reason: add link to other post
                          Justin Rowe
                          Shiver

                          Comment


                            #14
                            Cheers for that.

                            I think I understand (!?) & I'll work on that later.

                            Thanks for everyone's help.

                            Regards
                            Jackie

                            www.giftedindesign.co.uk
                            Original gifts for all occasions by British Artists and Designers

                            http://www.giftedindesign.co.uk

                            Comment

                            Working...
                            X