Announcement

Collapse
No announcement yet.

Logo

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

    Logo

    Hi All,

    I have been playing around with my top banner, and wish to change it without any success.
    Have i to make the new banner logo.jpg and the fill in logobck.jpg so Actinic can upload the new banner ?

    Many Thanks

    Andy
    http://www.banchory4x4.com

    #2
    The logo used on an actinic site is referenced within (settings-site options-general). There are 2 places to specify what to use, one for brochure pages and one for other pages. If you want a different logo to what you have, simply create it, then save it in the site1 folder and then select it in the (settings-site options-general).

    Comment


      #3
      Hi,

      I have tried all that but the original 'Corporate Logo' still appears.
      Even if 'Corporate Logo' is left blank, the original still appears.

      Ta

      Andy
      http://www.banchory4x4.com

      Comment


        #4
        If you have changed it in BOTH places and it does not work, i'd raise a support ticket with Actinic as something is wrong. Every single site works in this way, unless you have an exterior or custom design and have referenced the logo yourself and not used the actinic functionality.

        Comment


          #5
          Looks like you have moved outside of the actinic functionality and then you are going back to it, to try and change things:

          <td align="left" background="logobck.jpg"> <img src="logo.jpg" width="668" height="190">

          You've specified a background and also an image for the logo, i would imagine that it is the background you are trying to change, which actinic will not control in site options?

          Comment


            #6
            Maybe it's hard-coded in the template.
            These are the variables that are used on a standard template:
            In Act_Primary:
            NETQUOTEVAR:LOGOIMAGE
            and in Act_BrochurePrimary:
            NETQUOTEVAR:BROCHURELOGO

            Comment


              #7
              Hi,
              There is a background fill on the original, named 'logobck'.
              The new image i was trying out does not have a 'logobck' fill.

              I will find my way to the 'Act Primary to see if it is in there.

              Ta

              Andy
              http://www.banchory4x4.com

              Comment


                #8
                Change this:

                <td align="left" background="logobck.jpg"> <img src="logo.jpg" width="668" height="190">

                To this:

                <td align="left"><img src="logo.jpg" width="668" height="190">

                This will remove the background and then it is just a case of finding out whether you are using an actinic variable to include the logo or you are putting it there yourself. If putting it there yourself, use the variables Duncan specified instead and functionality should be back within actinic and controllable in the site options.

                Alternatively, call the new logo the same name and include it into additional files and it will then overwrite the current one.

                Comment


                  #9
                  Hi,
                  Where is ACT_Primary and ACT_BrouchurePrimary kept in Actinic?

                  Had a look in Site 1 but cant see it.

                  Andy
                  http://www.banchory4x4.com

                  Comment


                    #10
                    Depends how the site was designed but they should be in Site1. They may have been renamed or your site may be using another template.

                    In Actinic go to Advanced - Template Manager (select the standard simple view with buttons) - then go to the Main tab and click Primary.

                    You can also see the template being used on the Layout tab of the sections or brochure pages. Or additionally go to Design - Design Options - Layout tab as well and click edit.

                    Comment


                      #11
                      Hi,

                      Found this in ACT_PRIMARY, is this correct.

                      <BODY TEXT="NETQUOTEVAR:FGCOLOR" topmargin="0" marginwidth="5" marginheight="0" OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
                      <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                      <td align="left" background="logobck.jpg">
                      <!-- NETQUOTEVAR:LOGOIMAGE -->
                      <img src="logo.jpg" width="668" height="190"> </td> </tr>
                      </table>

                      HAs this piece highlighted in yellow writing been added to the original script?

                      Andy
                      http://www.banchory4x4.com

                      Comment


                        #12
                        Hi,

                        I have resent this mesage with the highlight in Blue as the yellow was poor...

                        Found this in ACT_PRIMARY, is this correct.

                        <BODY TEXT="NETQUOTEVAR:FGCOLOR" topmargin="0" marginwidth="5" marginheight="0" OnLoad="NETQUOTEVAR:ONLOAD" NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR>
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                        <tr>
                        <td align="left" background="logobck.jpg">
                        <!-- NETQUOTEVAR:LOGOIMAGE -->
                        <img src="logo.jpg" width="668" height="190"> </td> </tr></table>

                        HAs this piece highlighted in blue writing been added to the original script?

                        Andy
                        http://www.banchory4x4.com

                        Comment


                          #13
                          Yes it has and the actinic method has been commented out.

                          Comment


                            #14
                            Hi,
                            Is it as easy as deleting that line of text and Actinic should function as Actininc should?

                            Andy
                            http://www.banchory4x4.com

                            Comment


                              #15
                              As long as the actinic method is uncommented yes.

                              Comment

                              Working...
                              X