Announcement

Collapse
No announcement yet.

question about home page url

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

    question about home page url

    hi,

    My website's store top and home button shows the same result but i want my home button to display the home page which is

    www.thecarparts.co.uk

    could someone please tell me how can i make these changings.
    and iis it possible to make my website logo clickable that points towards home page.

    regards

    #2
    Have you ever edited the page "layout" before?

    If you haven't tread carefully and/or seek assistance.

    Firstly take a snapshot of your site, then go to the "Design" tab within Actinic.

    Click on your company logo and the layout field should populate with something similar to:
    Code:
    <img
    	src="CompanyLogoFileName""
    	width="CompanyLogoWidth"
    	height="CompanyLogoHeight"
    	alt="StoreName"
    	class="logoimage" 
    	border="0"/>
    Click on the white up arrow backed with a yellow snail shell.

    You should then see "CompanyLogoImage" in pink; replace with:

    Code:
    <a href="<actinic:variable name="HomePageURL" />" alt="<actinic:variable name="CompanyName" />"><actinic:variable name="CompanyLogoImage" /></a>
    That should give you a clickable logo

    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
      The home link can be changed in a similar fashion.

      Click on the link in your nav bar.

      Look for the code similar to this:

      Code:
      <a href="http://www.yoururl.co.uk/acatalog/index.html" target="_self">Home</a>
      and change to

      Code:
      <a href="/" target="_self">Home</a>
      Please remember if you copy any code, paste it into notepad before finally pasting it into Actinic.

      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


        #4
        You can also change the logo code from:

        Code:
        <img
        	src="CompanyLogoFileName""
        	width="CompanyLogoWidth"
        	height="CompanyLogoHeight"
        	alt="StoreName"
        	class="logoimage" 
        	border="0"/>
        to

        Code:
        <a href="/."><img
        	src="CompanyLogoFileName""
        	width="CompanyLogoWidth"
        	height="CompanyLogoHeight"
        	alt="StoreName"
        	class="logoimage" 
        	border="0"/></a>
        The URL for your home page is defined in design > design options

        Comment


          #5
          There are several spelling and capitalisation mistakes in the text on your home page, probably a good idea to correct them

          Comment


            #6
            thanks every one for the reply.

            i have managed to make my logo cliclable.
            but home page problem is same as it was if u check the the home url it shows like

            http://www.thecarparts.co.uk/acatalog/index.html

            but i think it should be something like

            http://www.thecarparts.co.uk/index.html

            and if u click on the logo it goes to the same page as

            http://www.thecarparts.co.uk/acatalog/index.html

            could someone please tell me how can i change it.
            regards

            Comment


              #7
              What is in design > design options as the home page URL? Have you got htaccess in place perhaps? Give us info on what you've done, don't leave us guessing to try and help you.

              Comment


                #8
                in design options under home page link there are three radio buttons to select from and brochure button is selected and there is no url in the box.

                Comment


                  #9
                  if i click on home button in nav bar it shows like

                  <a href="<actinic:variable name="HomePageURL" />"><actinic:variable formatting="bold" name="HomeText" /></a>

                  and store top button shows;

                  <a href="<actinic:variable name="TopSectionPageURL" />"><actinic:variable formatting="bold" name="TopSectionIconDescription" /></a>

                  but both links showing the same page.

                  Comment


                    #10
                    Originally posted by leehack View Post
                    What is in design >Have you got htaccess in place perhaps?
                    The actual code references "acatalog/index.html" so I don't think it's that.

                    Do you have "Use as Homepage" checked on your brochure index page?

                    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


                      #11
                      yes its already ticked but whenever i upload my website it doesnt ask me to upload home page each time.i dont know if its related to this problem

                      regards

                      Comment


                        #12
                        Make sure all the warnings are enabled in Housekeeping | Warning Management.

                        Comment


                          #13
                          You could use
                          Code:
                          <a href="/">
                          to fix the immediate problem?

                          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