Announcement

Collapse
No announcement yet.

Where to put companylogoimage variable

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

    Where to put companylogoimage variable

    Hi there,

    As the title says where do I put the companylogoimage variable. I had it in the top left of my site but deleted it. Now I can figure out where it goes. Can someone please point me in the right direction.

    Thanks.

    #2
    Hi Lewis

    What's your URL and are you using a custom theme or out of the box?

    Regards
    Daren
    Affordable solutions for busy professionals.
    Website Maintenance | UK Web Hosting

    Comment


      #3
      Probably Settings Menu, site options, General tab, company logo image

      Comment


        #4
        Originally posted by pinbrook
        Probably Settings Menu, site options, General tab, company logo image
        Unless he has deleted the code that controls it
        Affordable solutions for busy professionals.
        Website Maintenance | UK Web Hosting

        Comment


          #5
          As the title says where do I put the companylogoimage variable. I had it in the top left of my site but deleted it. Now I can figure out where it goes. Can someone please point me in the right direction.
          Unless he has deleted the code that controls it
          reset the layout to factory default and start again

          Comment


            #6
            Originally posted by pinbrook
            reset the layout to factory default and start again
            Not advised if using a custom design

            Just trying to get at the facts to advise on the best course of action Jo...
            Affordable solutions for busy professionals.
            Website Maintenance | UK Web Hosting

            Comment


              #7
              Have to admit I was kindof assuming this....

              http://community.actinic.com/showthread.php?t=30385

              Comment


                #8
                If you have lost the variable you may as well hard code it into the Outer Layout (switch to the design tab) and insert your own HTML accordingly ... this will allow you better control on using say the title="" and alt="" attributes for better SEO on the pages


                Bikster
                SellerDeck Designs and Responsive Themes

                Comment


                  #9
                  Originally posted by pinbrook
                  Have to admit I was kindof assuming this....

                  http://community.actinic.com/showthread.php?t=30385
                  Missed that one Jo, but then again I dare not tread the boards of v6, gives me nightmares thinking back

                  Anyway, all academic, good old Jonty beat back on patrol.
                  Affordable solutions for busy professionals.
                  Website Maintenance | UK Web Hosting

                  Comment


                    #10
                    Address is www.hoseworld.com, the current site is very old which is why I am updating it.

                    Managed to sort out the old post regarding upgrading from v6 to v8, i had to delete the image to sort out the formatting! Only now do I realise that instead of deleting the code that holds the variable I could have deleted the html code that calls the variable.

                    I am using the out-of-the-box executive theme.

                    Can anyone help as to where to put the code to call my menu defined company logo image?

                    Thanks.

                    Comment


                      #11
                      if you are in the early days of learning /experimenting I'd re-apply the exec theme, then you are clean again.

                      Also get into the habit of regularly taking a snapshot so you can backtrack easily.

                      Comment


                        #12
                        Lewis,

                        If you have not reverted the layout to factory settings as yet...

                        code:
                        <div class="page_header_logo_container">
                        <table border="0" cellspacing="0" cellpadding="0">
                        <tr>
                        <td height="63" valign="middle"><actinic:variable name="BrochureLogoImage" /></td>
                        </tr>
                        </table>
                        </div>
                        On the Brochure overall layout this is line 45 to 51 on a default Executive site

                        On the Catalog pages, this is line 66 to 72 with BrochureLogoImage replaced with <actinic:variable name="CompanyLogoImage" />

                        Kind regards,
                        Bruce King
                        SellerDeck

                        Comment

                        Working...
                        X