Announcement

Collapse
No announcement yet.

how to change text which is from the template?

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

    how to change text which is from the template?

    Hi,

    I want to edit the text which is part of the template but i could not find where is the location i can edit it. Even though i tried looking at the " template manager" but i still couldn't find where is this located? Please help, thz!

    Yours,
    swee


    ps. for further understanding, please look at the attachment file. Thx.
    Attached Files
    Http://www.hst.com.sg

    #2
    If you are certain that it is not hard wired into the Act_Primary or some other custom variant of it, then maybe it is added by use of a custom property, so take a look in Design | Options and the custom property values to see if the text is in there somewhere, or if this only appears in a particular section and its sub-sections, look in the top-most section's custom properties that the text starts to appear within

    Comment


      #3
      hey,

      What do you mean by hard-wired? i thought all this texts are type in at the template? I don't quite understand..
      please guide. Thank you.

      Yours,
      Swee
      Http://www.hst.com.sg

      Comment


        #4
        If it is hard wired into the templates, then go into Advanced | Template Manager | Main and Primary button to launch that template and then do a search for a small extract of the text you are looking for...... If you find the text, then hey presto.......

        If the text is not in the template itself, then it is most likely a custom property marker with the text actually entered somewhere within your software custom properties fields, which could be in Design | Options | Defaults and one of the custom properties in the list provided....

        If it is not in the default custom properties, then maybe it resides in a separate file which is being drawn into the templates at generation time...

        Comment


          #5
          Oh no, i really have no idea where this things are.. maybe, you can look at the website and you will understand what i am referring. That box which has "Join our newsletter and forum now and get 12 free Mother of pearl buttons at your next purchase!". I want to edit those words in that box.
          Please help. Thx.

          Link: http://www.hst.com.sg/acatalog/Gianf...la_Cotton.html
          Http://www.hst.com.sg

          Comment


            #6
            The text you seek is actually an image at http://www.hst.com.sg/acatalog/newsletter.jpg
            You'll need to edit this image.
            Bob Ladden

            Comment


              #7
              Link: http://www.hst.com.sg/acatalog/newsletter.jpg

              Hey Bob (or anyone who knows),

              You were saying i need to edit my image. yes i found the image call "newsletter.jpg" at the "Advanced/Additional Files" but where is this image located? i want to edit that image? where do Actinic keep this image? This image was not created by me therefore i'm unsure of where can i find this image in the Actinic software. Please guide. Thanks.

              Yours,
              Swee.
              Http://www.hst.com.sg

              Comment


                #8
                images are normally located in the site1 folder or what ever this folder has been named to, using you picture editor look in actinic/sites/ and the folder name will be the one you looking for. in here you should find the image

                Cheers
                Darren

                Comment


                  #9
                  If a file in in Advanced / Additional file then it's location is relative to your Site folder (usually C:\Program Files\Actinic Ecommerce v6\Sites\Site1 ). So if you just see the file listed that's where it is.

                  If you're still unsure you could use Windows Search command Start / Search to locate it for you.

                  Norman
                  Norman - www.drillpine.biz
                  Edinburgh, U K / Bitez, Turkey

                  Comment


                    #10
                    Hey!!!

                    Thank you Darren and Bob zillion times for the help! its resolved !!
                    but i have another question? How do you acutally do tool tip box on that image? like when someone mouse over it, it pops out "click here to join..."? Any idea how to add a tool tip box? please guide. thank u very much.

                    Yours,
                    swee
                    Http://www.hst.com.sg

                    Comment


                      #11
                      Thank you Norman! i found it! =D thanks to u too!
                      Http://www.hst.com.sg

                      Comment


                        #12
                        How is this done?

                        Does anyone knows how to change the image box to a "tooltipbox"? and in actinic, where do they set their font in? please guide, thank u =)
                        Http://www.hst.com.sg

                        Comment


                          #13
                          If you want to add tool-tips to an image, you need to find the HTML tag for the image. This will look like
                          Code:
                          <img src="newsletter.jpg" width="85" height="140">
                          and will probably be in the Act_Primary.html template in Actinic. You need to add an 'alt=' parameter into the HTML i.e.
                          Code:
                          <img src="newsletter.jpg" width="85" height="140" alt="Here is some tool-tip text that you will see when you move your mouse over the image">
                          In Actinic, the default font is normally set in the grid in 'Design | Options | Site Defaults' - in the row that begins 'ACTCSSFONTFAMILY'.

                          Comment

                          Working...
                          X