Announcement

Collapse
No announcement yet.

Navigation: home

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

    Navigation: home

    I want to have "home" as a navigation choice in both the top right horizontal menu, and in a left column vertical menu. The Actinic top right menu goes to the root index.html which is wonderful, but my left hand column "home" is going to ../actinic/index.html. I've tried changing this either to specify root, or inserted the variable, but neither seem permissible as this brochure fragment "can't contain a path".

    Please see: www.oratetest.pinbrookdedicated.co.uk

    How do I get the left hand column "home" to go to /index.html and not to ../acatalog.html?

    Thanks
    Rich

    #2
    If you look at the offending link in the Design View, what do you see between the name="..."?

    I have:

    Code:
    <a href="<actinic:variable name="HomePageURL" />"
    which directs to co.uk/index.html

    Army Gore-tex
    Winter Climbing Mitts
    webD's Blog: Website design, SEO and other ramblings…
    Twitter LinkedIN

    If you think a post is good, rate it!

    Find the answers in the Knowledge Base | Have you read the User Guides

    Comment


      #3
      Thanks

      (If I'm looking at the right place....)

      In design view, I have highlighted the offending "home", and have
      <a href="BrochurePageURL" class="product_section">BrochureName</a>

      Editing the layout details of the "BrochureName" shows the Name of the Layout variable name is "ObjectName".

      Which part of that can / should I change?
      Rich

      Comment


        #4
        Originally posted by Rich Atkins View Post
        In design view, I have highlighted the offending "home", and have
        <a href="BrochurePageURL" class="product_section">BrochureName</a>

        Editing the layout details of the "BrochureName" shows the Name of the Layout variable name is "ObjectName".

        Which part of that can / should I change?
        I wouldn't change that, it's the same code I have against my Brochure Page link too. However, mine is directing to /index.html

        When you look at "Home" in your content tree in "Page Details" View, do you have "Use as Website Home Page" Checked?

        Army Gore-tex
        Winter Climbing Mitts
        webD's Blog: Website design, SEO and other ramblings…
        Twitter LinkedIN

        If you think a post is good, rate it!

        Find the answers in the Knowledge Base | Have you read the User Guides

        Comment


          #5
          Also,

          What do have set in:

          Design/Design Options/Home Page Link ?

          P.S In the future wrap any code you put up in Code Tags (# Button above the post pane), it helps distinguish between the code and your post

          Army Gore-tex
          Winter Climbing Mitts
          webD's Blog: Website design, SEO and other ramblings…
          Twitter LinkedIN

          If you think a post is good, rate it!

          Find the answers in the Knowledge Base | Have you read the User Guides

          Comment


            #6
            Is this right?

            If I replace the code at the offending home with:

            <a href="<actinic:variable name="HomePageURL" />" class="product_section"><actinic:variable name="BrochureName" /></a>

            That appears to work in a preview.

            Can anybody reassure me?!
            Rich

            Comment


              #7
              Design | Home page link

              This is currently set to the test site of

              http://www.oratetest.pinbrookdedicated.co.uk/
              Rich

              Comment


                #8
                What has that done to your other Brochure Links?

                Army Gore-tex
                Winter Climbing Mitts
                webD's Blog: Website design, SEO and other ramblings…
                Twitter LinkedIN

                If you think a post is good, rate it!

                Find the answers in the Knowledge Base | Have you read the User Guides

                Comment


                  #9
                  Yes, the page I would like to appear is ticked in the general / page details to be used as home page
                  Rich

                  Comment


                    #10
                    Originally posted by DenbighArmySurp View Post
                    What has that done to your other Brochure Links?
                    Takes other brochure pages to the home page - so my code attempt didn't work!
                    Rich

                    Comment


                      #11
                      Originally posted by DenbighArmySurp View Post
                      Also,

                      P.S In the future wrap any code you put up in Code Tags (# Button above the post pane), it helps distinguish between the code and your post
                      Ta for that - I thought I was doing well using "quote" for the 1st time. 2 new things in one day!
                      Rich

                      Comment


                        #12
                        I thought it might

                        What you did was alter the Standard Layout for every Brochure Page

                        For the Brochure Page "Home" what is it's Page FileName (Page Settings in Page Details view)?

                        Army Gore-tex
                        Winter Climbing Mitts
                        webD's Blog: Website design, SEO and other ramblings…
                        Twitter LinkedIN

                        If you think a post is good, rate it!

                        Find the answers in the Knowledge Base | Have you read the User Guides

                        Comment


                          #13
                          Originally posted by DenbighArmySurp View Post
                          However, mine is directing to /index.html
                          Could you let me have that whole line so I can see where the "/index.html" part appears?
                          Rich

                          Comment


                            #14
                            Originally posted by DenbighArmySurp View Post
                            For the Brochure Page "Home" what is it's Page FileName (Page Settings in Page Details view)?
                            page filename is index.html
                            Rich

                            Comment


                              #15
                              It looks the same as your Brohure Pages:

                              Code:
                              <a href="<actinic:variable name="BrochurePageURL" />" class="product_section"><actinic:variable name="BrochureName" /></a>
                              So there is something else that's making the difference!

                              Did you have look at the Page Filename and/or Design Options that I mentioned?

                              Army Gore-tex
                              Winter Climbing Mitts
                              webD's Blog: Website design, SEO and other ramblings…
                              Twitter LinkedIN

                              If you think a post is good, rate it!

                              Find the answers in the Knowledge Base | Have you read the User Guides

                              Comment

                              Working...
                              X