Announcement

Collapse
No announcement yet.

Different Corporate Logo for each Section

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

    Different Corporate Logo for each Section

    Is it possible to have a different brochure logo image for each section of a site?

    Or is it possible to put text in the header section beside the logo?

    Any help would be appreicated, thanks.

    #2
    Yes - use a block if condition to test which page the user is on.


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Wow, that was quick. Sorry though I really don't understand what you mean.

      Comment


        #4
        I've done a search in help for "block" and have come up with the info which might be useful so I'm going to have a go. By saving a snapshot first, I hope I'm going to be able to put it back to where it was if all goes wrong!

        Comment


          #5
          Still struggling. I've found this

          <table width="100%" cellspacing="0" cellpadding="0" border="0" style="background-image:url('theme_topbar_background.gif');">
          <tr>
          <td><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Brochure%22" ><actinic:variable name="CompanyLogoImage" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22"><actinic:variable name="BrochureLogoImage" /></actinic:block></td>
          <td align="right">
          &nbsp;
          </td>

          I guess this is the area where I need to put the new "block if" but at the moment I'm struggling to get to the right place to create the condition.

          Comment


            #6
            Different Text at the top of each section

            OK - I'm moved on a bit. I've decided against a different image for the top of each page as I've managed to see how to get text into the header area. So what I would like to be able to do is to have different text for each section.

            The completed website will have about 8 sections. So for the "Bird" section I might like to have a heading along the lines of "Window Stickers with bird designs" and the "Christmas" selection may say "Christmas window stickers" but how can I do this.

            My test site is at http://www.farmingplus.co.uk/index.html

            Comment


              #7
              Create a custom variable and scope it to section. Insert this variable into the code in your design. then in each section you can set the propery to any value (text) you wish.

              Comment


                #8
                Originally posted by jont
                Yes - use a block if condition to test which page the user is on.
                You can try using and modifying pinbrook's code posted here...

                http://community.actinic.com/showpos...0&postcount=33

                Use the Block If's that she has written to achieve what you need.
                "Opportunities multiply as they are seized." - Sun Tzu

                Comment


                  #9
                  Thank you for your help and suggestions. I've done it by creating a new variable and placing it in the table beside the coporate logo.

                  Comment

                  Working...
                  X