Announcement

Collapse
No announcement yet.

Brochure Button Images

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

    Brochure Button Images

    Correct me if i am wrong...

    In the General settings of a brochure page, is the "Button image" for the navigation? Where it says home, products, loging etc.

    and the same for "Button Rollover Image"

    if not, what is it for?

    WHATEVER i put in those boxes, it will display the same image as my home page link.

    and it will do it for EVERY brochure page i have no matter what i have in those two boxes.

    PLEASE HELP!!! THIS IS DOING MY HEAD IN!!

    the url for where it is occuring is:

    http://www.sgtbash.co.uk/shop/
    Nineplus.com - Surfboards, Longboards, Wetsuits and Accessories.

    #2
    nice site.

    I can't even get buttons to work on my site see: www.miffyshop.co.uk, the text is the same colour as the background - so I need buttons!

    hope this helps.

    S
    Sally Dickson
    Creative Catalogues Online - Brands & E-shops

    E-shops:
    The Official Paddington Bear Shop
    The Official Bang on the Door Shop
    The Official Flower Fairies Shop
    The Official Miffy shop
    The Official Maisy Shop

    Also: www.toysandgifts.co.uk
    www.jeuxetcadeaux.fr
    Ebay
    Amazon:

    Comment


      #3
      There MUST be an easier way that this, but this is the way i do it every time.

      Click your home page, go into design view and select the layout code (on the bottom) and click on one of the text links, press the "Navigate to parent layout" (the yellow spiral with the up arrow on) unil the layout code box has the text "Horizontal Nav Bar Text Links" highlighted, (the title of the layout code box says something along the lines of ...header...

      type above the "Horizontal Nav Bar Text Links"..

      navigationbar

      (actinic will guess what you want before so it select it from the box.

      press apply - you should then see the images as well.

      to get rid of the text ones, remove the text "Horizontal Nav Bar Text Links"

      you can then click on the images and edit them via code view.

      Hope that made sence and helps, i do it that way every time so if there is an easier way someone please tell me lol

      Bash
      Nineplus.com - Surfboards, Longboards, Wetsuits and Accessories.

      Comment


        #4
        Has anyone got any ideas why my site is doing this?

        Im really stuck for ideas

        Dan
        Nineplus.com - Surfboards, Longboards, Wetsuits and Accessories.

        Comment


          #5
          Try replacing your 'Home CSS Button' Layout with 'Home Image Navigation Button' Layout and then check the image names are correct. So it looks like this:

          Code:
          <a href="<actinic:variable name="HomePageURL" />" target="_self" onmouseover="SwapImage('nav_home','home1.gif')" onmouseout="RestoreImage()"><img src="home2.gif" alt="<actinic:variable name="HomeText" />" border="0" name="nav_home" /></a>
          Then repeat for the other buttons.

          Comment


            #6
            Hey, thanks

            where should i find "Home CSS Button"

            if i click on the image and look in the layout code the title says:
            "standard brochure page link image"

            Dan
            Nineplus.com - Surfboards, Longboards, Wetsuits and Accessories.

            Comment


              #7
              Depends on your base theme - doesn't matter - just try replacing the code with what I have posted. Backup your layout first or preferably make a new one based on it and then replace the code as given.

              You could also add the 'Home Image Navigation Button' Layout into the code from the Insert Layout window - you will see it if you scroll to NavigationIcon and tick 'Use Fixed Layout'.

              The 'Home Image Navigation Button' Layout is the layout that uses rollover.

              Comment


                #8
                Originally posted by drounding
                You could also add the 'Home Image Navigation Button' Layout into the code from the Insert Layout window - you will see it if you scroll to NavigationIcon and tick 'Use Fixed Layout'.
                Ok, i have done this, and it still shows all three brochure page links with the home link image.

                Why is it not taking the image from the "button image" textbox on the general settings for the brochre page?

                Nineplus.com - Surfboards, Longboards, Wetsuits and Accessories.

                Comment


                  #9
                  what have you named your buttons?

                  Comment


                    #10
                    BLIMEY!!!

                    ive done it..

                    Right, i went to the design tree, and opened up my "Horizontal Brochure Page List"

                    I pretty much deleted everything inside it and started from scratch hand coding everything.

                    i now have this code...

                    HTML Code:
                    <a href="<actinic:variable name="BrochurePageURL" />" target="_self" onmouseover="SwapImage('br_nav<actinic:variable name="BrochurePageID" />','<actinic:variable name="BrochureImageAlt" />')" onmouseout="RestoreImage()"><img src="<actinic:variable name="BrochureImage" />" alt="<actinic:variable name="BrochureName" />" border="0" name="br_nav<actinic:variable name="BrochurePageID" />" />
                    </a>

                    Thanks for all your help guys!!!!!

                    MUCH APPRECIATED!

                    Dan
                    Nineplus.com - Surfboards, Longboards, Wetsuits and Accessories.

                    Comment

                    Working...
                    X