Announcement

Collapse
No announcement yet.

Menu Link

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

    Menu Link

    Here we go, about to ask a simple question that has been asked a million times....

    How would you add an additional link from the actinic menu. e.g the product section menu....

    I want to create a link to my gallery site... www.motocc.co.uk/gallery/index.php



    I've tried looking through the threads but my mind is a blank as to what to search under....


    Waiting to get slated....

    #2
    Something like this should do the trick

    Code:
    <a href="http://www.motocc.co.uk/gallery/index.php">Gallery</a>
    Unusual Silver Jewellery
    Giftmill - Unusual Gifts
    Crystal Healing Jewellery
    Steampunk Jewellery

    Comment


      #3
      Hi,

      But how do i create that in the generated menu script

      Comment


        #4
        You don't you just add it after the section menu, or create the gallery as part of your actinic store and therefore in a section. You will need to add the class="product_section" to make the link look the same if you manually add it.

        Comment


          #5
          Thanks Lee

          Comment


            #6
            You mat also want to add

            target="_blank"

            to the tag so that it opens in a new page. Otherwise customers may not find their way back to your shop site.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Please can you tell me how would that line be entered

              <a href="http://www.motocc.co.uk/gallery/index.php">Gallery</a>

              Comment


                #8
                try this.

                ...also when in Actinic:
                Help > Help Topics > Understanding Layouts > Editing Layouts

                Comment


                  #9
                  I dont get this stuff, ask me to get your site on page one of google then I can do it. Ask me anything about motorbikes I can usually answer it... Ask me anything about actinic and im stuffed!!!

                  Problem that ive got is that before all my other menu items theres a square character then the section name... However, when I enter the following line I get the link but no character?

                  <p class="product_section"> <a href="http://www.motocc.co.uk/gallery/index.php" target="_blank"
                  >MotoCC Motorcycle Gallery </a>

                  www.motocc.co.uk

                  Comment


                    #10
                    epic fail: close the p tag.

                    Comment


                      #11
                      Done that - but no difference

                      <p class="product_section"> <a href="http://www.motocc.co.uk/gallery/index.php" target="_blank"
                      >MotoCC Motorcycle Gallery </a> </p>

                      Have a look -

                      www.motocc.co.uk

                      Comment


                        #12
                        The link seems to be working to get you to the gallery but not back to site.

                        On another note, you have so many different links on the front page to other sites you are potentially losing customers by showing them what they can get elsewhere, one of the adsense ads had a pair of biker gloves on ebay at £16 right next door to your biker gloves at £30 and many people will be take a look at that link and before you know it be off your site giving their custom to someone else. Just my opinion
                        www.parklifeclothes.co.uk

                        Parklife, Whitby

                        Diesel, Converse, Crocs, Quiksilver, Miss Sixty, Scotch & Soda, Bench, Levi's, Kickers

                        Comment


                          #13
                          It looks like you're using the Executive theme and a Top Level Section List With Horizontal Dividers. Here's how to do what you want for that theme and layout.

                          First remove what you've done.

                          Go to Design / Library / Layouts / Top Level Section List / Top Level Section List With Horizontal Dividers / Edit List Layout Settings / End Of List / Edit

                          Insert the following before the existing code:
                          Code:
                          <div class="dotted_line_blue"><img src="acatalog/theme_shim.gif" height="1" width="1" alt=" " /></div>
                          <ul class="products">
                           <li>
                            <a class="product_section" href="http://www.motocc.co.uk/gallery/index.php" target="_blank">MotoCC Motorcycle Gallery</a>
                           </li>
                          </ul>
                          Norman - www.drillpine.biz
                          Edinburgh, U K / Bitez, Turkey

                          Comment


                            #14
                            you arent getting a little bullet point, becasue your link isnt part of a list.

                            HTML Code:
                            <ul class="products"><li><a class="product_section" href="acatalog/Video_section.shtml"> Video Links</a>	</li></ul>
                            use this as a template for your link.

                            http://www.w3.org/TR/html401/struct/lists.html
                            Last edited by gabrielcrowe; 01-Nov-2008, 06:12 PM. Reason: DAMMIT norm, you beat me to it, lol.

                            Comment


                              #15
                              Hehe, Gabe. Looks like my 06:11PM was a few seconds before yours.
                              Norman - www.drillpine.biz
                              Edinburgh, U K / Bitez, Turkey

                              Comment

                              Working...
                              X