Announcement

Collapse
No announcement yet.

Alter the 'home' link

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

    Alter the 'home' link

    Hello guys,

    I wonder if anyone can help me, on this site: www.littlebazaar.co.uk, I would like to alter the 'home' link so that it points to www.littlebazaar.co.uk rather than www.littlebazaar.co.uk/index.html. Is there a way of doing this?

    Cheers,

    #2
    Go to Design Options and alter the home page link.
    Peblaco

    Comment


      #3
      Thanks Peblaco, much appreciated.

      One more thing you may be able to help me wih:

      Towards the midlle of the left hand side menu, just under "Main Pages", there is another home button. Is there a way I can hide/remove that button from the list?

      Thanks,

      Matt.

      Comment


        #4
        If you are familiar with variables, layouts and block ifs, read on. Otherwise get assistance.

        You can do this by creating a new variable "Brochure Link Hidden" (True/ False) applied to layout of brochure pages.

        Then set the home page to "True" in the layout tab.

        Finally find the layout "Brochure Page List" or similar and add block if around the brochure page link:
        Code:
        <actinic:block if="%3cactinic%3avariable%20name%3d%22BrochureLinkHidden%22%20%2f%3e%20%3d%3d%20FALSE" >
        	<actinic:variable value="Simple Brochure Page Link" name="BrochurePageLink" />
        </actinic:block>
        Hope this helps
        Alan Johnson

        Quality Parrot Cages & Accessories by Parrotize UK
        Pet Accessories by Animal Instinct

        Comment


          #5
          Further to Alan's post you can also read instructions in the Advanced User Guide for hiding pages either of brochure or sections from sidebar menus.
          Peblaco

          Comment


            #6
            Thanks guys, that's probably a bit too advanced for me. The reason I wanted to hide it is because I noticed it's still pointing to the /index page. Is there a way to change this?

            Matt

            Comment


              #7
              Originally posted by peblaco View Post
              Further to Alan's post you can also read instructions in the Advanced User Guide for hiding pages either of brochure or sections from sidebar menus.
              Thanks Peblaco, where would I find the guide?

              Comment


                #8
                http://www.actinic.co.uk/support/downloads.htm

                about half way down the page
                "If my answers frighten you then you should cease asking scary questions"

                Comment


                  #9
                  Thanks!

                  Matt

                  Comment


                    #10
                    Hello guys, I had a look at the advance guide but I cannot see how to do this. I would like to implement the workout described above, but I would need a more in depth guide, can anybody help?

                    Cheers,

                    Matt.

                    Comment


                      #11
                      Originally posted by animal dreams View Post
                      If you are familiar with variables, layouts and block ifs, read on. Otherwise get assistance.

                      You can do this by creating a new variable "Brochure Link Hidden" (True/ False) applied to layout of brochure pages.

                      Then set the home page to "True" in the layout tab.

                      Finally find the layout "Brochure Page List" or similar and add block if around the brochure page link:
                      Code:
                      <actinic:block if="%3cactinic%3avariable%20name%3d%22BrochureLinkHidden%22%20%2f%3e%20%3d%3d%20FALSE" >
                      	<actinic:variable value="Simple Brochure Page Link" name="BrochurePageLink" />
                      </actinic:block>
                      Hope this helps
                      Alan, would it be expensive for you to show me how to do this?

                      Comment


                        #12
                        Or read it in the knowledgebase here Matt:
                        http://community.actinic.com/showthread.php?t=45312
                        Last edited by KB2; 22-Mar-2010, 09:56 AM. Reason: Updating kb links
                        Fergus Weir - teclan ltd
                        Ecommerce Digital Marketing

                        SellerDeck Responsive Web Design

                        SellerDeck Hosting
                        SellerDeck Digital Marketing

                        Comment


                          #13
                          Cheers guys, I just tried but it does not work, there is no Show Page in Sidebar option displaying on the brochure page properties I'm afraid...

                          Basically what I'm trying to do is to get rid of all the pages pointing to www.mdomainname.whatever/index.html as it's basically creating a duplicate for the home page in my sitemap. Can anyone advise how to do that?

                          Comment


                            #14
                            <a href="/.">Home</a> will provide a link to the root from any level in your site, manually change to that if you think it's an issue.

                            Comment


                              #15
                              Sorry Lee, could you be more specific? I don't understand how to do that.

                              Comment

                              Working...
                              X