Announcement

Collapse
No announcement yet.

Different company logo for different sections?

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

    Different company logo for different sections?

    Hi.

    I need to to have a different company logo (top left of all pages) for different sections, is this possible?

    I know you can change section images but this is the main site logo that needs to be different...

    Thanks for any help,

    Brad Flack.

    #2
    You would probably need to have a different Act_Primary template for each section that required a different logo and then hard code the link to the logo.

    Others may have better solution/s but this is the way I would do it.

    HTH
    Regards
    Sharon
    www.eyewear2gogo.com - designer sunglasses at discount prices
    www.solarequip.co.uk - solar products at discount prices!
    www.stuff2gogo.com - great stuff - great prices

    Comment


      #3
      Another way would be to create a CUSTOMVAR and place it in the Act_Primary.html template where the NETQUOTEVAR:LOGOIMAGE is found.
      Simply specifying a logo image filename for each CUSTOMVAR for each section would give you the effect you require.
      e.g.
      Create new CUSTOMVAR ("advanced | Custom properties")
      Call it LOGOIMAGE
      In your primary template replace the NETQUOTEVAR:LOGOIMAGE with CUSTOMVAR:LOGOIMAGE
      In "Design | Options | Site Defaults" "+" add a new customvar in the properties box and set the value to set the global logo file. Something like:
      <img src="[logoimagefilename.jpg]">

      For any subsequent sections that you require a different logo image then set the custom properties CUSTOMVAR:LOGOIMAGE for that section to
      <img src="[newlogoimage.jpg]">

      Make sure you add these image files into the "Advanced | Additional Files" to make sure they get uploaded.
      Fergus Weir - teclan ltd
      Ecommerce Digital Marketing

      SellerDeck Responsive Web Design

      SellerDeck Hosting
      SellerDeck Digital Marketing

      Comment


        #4
        I use something similar to what Fergus uses:

        Code:
        <!--
        if ( 'CUSTOMVAR:LOGOIMAGE' ) document.write('<img src="CUSTOMVAR:LOGOIMAGE" alt="NETQUOTEVAR:PAGEHEADER">');
        //-->


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment

        Working...
        X