Announcement

Collapse
No announcement yet.

Add new button on the navigation

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

    Add new button on the navigation

    I'm trying to add a new button which I can specify the url for on my top navigation bar, pref next to the home page button. Please can someone demonstrate what I should do and on which layouts I need to amend? Ta

    #2
    In design tab mode click onto the hompeage button ... the code beneath will change ... navigate up to the next layout (the yellow swirl in to code window) and you should see a layout called something like "Horizontal Nav Bar Images" .. or similar depending on the layout in force.

    Here you will see a list of pink layouts such as

    Home Image Navigation Button
    Up A Level Navigation Button

    .. etc

    you can place your code for the new button directly after the green /block if after the first homepage layout


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Thanks for that but how should the images be called? within the new block?

      Comment


        #4
        In plain HTML eg:

        <a href="http://www.site.com"><img src="my_picture.jpg" alt="my link" /></a>

        You will need to add a copy of the image into the PreviewHTML sub-folder and into the "additional files" list inside Actinic.

        If being used on all page may be as well to specify the exact path on the server to the image so it works at all levels.


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          thanks Joint

          Comment

          Working...
          X