Announcement

Collapse
No announcement yet.

Breadcrumb Bar & Integrated Exended Pages

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

    Breadcrumb Bar & Integrated Exended Pages

    Hi,

    I'm using the following code for my breadcrumb bar and it works fine everywhere except on my extended info pages.

    These pages are in the same style as the rest of the site and are NOT popup pages.

    This code is within the Compact Parent Section Link

    HTML Code:
    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" target="_self"  id="<actinic:variable name="SectionID" />"><actinic:variable name="SectionName"/></a>&nbsp;<img src="icon-arrow.gif" alt="icon arrow" />&nbsp;
    and the Compact This Section Name

    HTML Code:
    <a href="<actinic:variable name="SectionName"/>" target="_self"  id="<actinic:variable name="SectionID" />"><actinic:variable name="SectionName"/></a>&nbsp;<img src="icon-arrow.gif" alt="icon arrow" />&nbsp;
    The problem that I have is that when you click on the Section directly containing the product referenced in the extended info page you get a 404 error page message. The other higher level links work but not this one.

    Example ...

    http://www.enjoymuzic.com/acatalog/P...tar__PVG_.html

    Click on the Piano, Voice & Guitar (PVG) link in the breadcrumb bar.

    Anyone got any ideas?

    Thanks



    David

    #2
    Looks like it has spaces and a comma in the page name to me somehow, check that part out first.

    Comment


      #3
      Originally posted by leehack
      Looks like it has spaces and a comma in the page name to me somehow, check that part out first.
      Hi,

      All page .html names that have spaces are filled with an _ underscore. Some page titles have spaces but I didn't think that was a problem. Is it?

      Thanks


      David

      Comment


        #4
        I'm fully aware of what should happen, i'm concentrating on what 'can' be seen, not what 'should' be seen. Click on the link and look in the address bar.

        Comment


          #5
          Originally posted by leehack
          I'm fully aware of what should happen, i'm concentrating on what 'can' be seen, not what 'should' be seen. Click on the link and look in the address bar.
          Hi Lee,

          I'm really sorry but I must be having a "daft" day because when I follow the link and look in the address bar I am only seeing underscores not commas or spaces.

          I'm using internet explorer version 7.

          Any ideas?

          David

          Comment


            #6
            I'm seeing in IE7:

            Code:
            http://www.enjoymuzic.com/acatalog/Piano,%20Voice%20&%20Guitar%20(PVG)

            Comment


              #7
              Originally posted by leehack
              I'm seeing:

              Code:
              http://www.enjoymuzic.com/acatalog/Piano,%20Voice%20&%20Guitar%20(PVG)
              That's wierd, which browser are you using?

              David

              Comment


                #8
                Same as you - IE7.

                Comment


                  #9
                  Originally posted by leehack
                  Same as you - IE7.
                  I'm at a complete loss as to why. Do you have any idea?

                  David

                  Comment


                    #10
                    We're probably looking at different things.

                    Comment


                      #11
                      David,
                      I get the same as Lee

                      i.e. I click on
                      http://www.enjoymuzic.com/acatalog/P...tar__PVG_.html

                      and then click on the

                      Piano, Voice & Guitar (PVG)

                      part of the breadcrumb

                      Shop > Play > Sheet Music & Songbooks > Sheet Music - Vocal > Piano, Voice & Guitar (PVG) >

                      I get a page not found and in the address bar I get

                      http://www.enjoymuzic.com/acatalog/P...0Guitar%20(PVG)
                      Fergus Weir - teclan ltd
                      Ecommerce Digital Marketing

                      SellerDeck Responsive Web Design

                      SellerDeck Hosting
                      SellerDeck Digital Marketing

                      Comment


                        #12
                        Now I can see what you mean.

                        The code that seems to reference this is...

                        <a href="<actinic:variable name="SectionName"/>" target="_self" id="<actinic:variable name="SectionID" />"><actinic:variable name="SectionName"/></a>&nbsp;<img src="icon-arrow.gif" alt="icon arrow" />&nbsp;

                        Can anyone suggest an alternative or what might be causing this problem?

                        Thanks


                        David

                        Comment


                          #13
                          Revert it to factory settings would be my first step as i have never seen that before so expect there has been a mistake along the way. Or check the page name of the target page.

                          Comment


                            #14
                            Originally posted by leehack
                            Revert it to factory settings would be my first step as i have never seen that before so expect there has been a mistake along the way. Or check the page name of the target page.
                            Hi,

                            I've compared with factory setting and can't see anything wrong it's simply referencing back to the section ID but something is going wrong in the middle.

                            I have absolutely no idea what to try next. I don't want to revert to factory setting or I will lose the icon's in the breadcrumb bar.

                            Comment


                              #15
                              Well you will have to change something if you want it fixed and due to you saying that is has been amended, i don't think it is too presumptious to say that is probably the problem. How long would adding the image back in take, 60 seconds?

                              Get it standard, get it working, then have a play and introduce your amendments again testing along the way.

                              Comment

                              Working...
                              X