Announcement

Collapse
No announcement yet.

Weird links where they shouldn't be please help!!

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

    Weird links where they shouldn't be please help!!

    I hope you can help as I am very confused!

    I have noticed that on a couple of pages on my site there appears to be links in the footer bottom bar that shouldn't be there and cant work out how or why they're there.

    The element in question can be found at http://www.lttvending.co.uk/acatalog...e_Service.html
    on the left hand side of the orange bar.

    The correct bar element details can be found at http://www.lttvending.co.uk/acatalog...t-vending.html

    The weird things is that when I look at the code of this element within atinic the link isn't there!!!
    "<!-- BAR BTM -->
    <div id="bar_btm">
    <div id="bar_btm_left">
    <ul>
    <li><img src="/acatalog/itext.php?class=breadcrumbs&text=LTT VENDING GROUP" alt="LTT Vending Group"></li>
    <li class="divider"></li>
    <!-- Section pages, including Home Page -->
    <!-- Home Page -->


    Any help as to what's going on and how I can remove these links I'd be very grateful.

    Rebecca

    #2
    What appears in your layout?
    Peblaco

    Comment


      #3
      Thanks for your help, the complete code is:

      <!-- BAR BTM -->
      <div id="bar_btm">

      <div id="bar_btm_left">
      <ul>
      <li><img src="/acatalog/itext.php?class=breadcrumbs&text=LTT VENDING GROUP" alt="LTT Vending Group"></li>
      <li class="divider"></li>
      <!-- Section pages, including Home Page -->
      <!-- Home Page -->
      <actinic:block if="%3cactinic%3avariable%20name%3d%22IsStoreFrontPage%22%20%2f%3e" ><li><img src="/acatalog/itext.php?class=breadcrumbs&text=Home Page" alt="Home Page"></li></actinic:block>
      <!-- All other sections -->
      <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22" ><li><img src="/acatalog/itext.php?class=breadcrumbs&text=<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPreviewMode%22%20%2f%3e%20%3d%3d%20False" ><actinic:variable name="SectionName" /></actinic:block>" alt="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsPreviewMode%22%20%2f%3e%20%3d%3d%20False" ><actinic:variable name="SectionName" /></actinic:block>"></li></actinic:block>
      <!-- Brochure Page -->
      <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Brochure%22" ><li><img src="/acatalog/itext.php?class=breadcrumbs&text=<actinic:variable name="BrochureName" />" alt="<actinic:variable name="BrochureName" />"></li></actinic:block>
      <!-- Shopping Cart -->
      <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Shopping%20Cart%22" ><li><img src="/acatalog/itext.php?class=breadcrumbs&text=Shopping Basket" alt="Shopping Basket"></li></actinic:block>
      <!-- Checkout Page 0,1,2,3 -->
      <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Checkout%20Page%200%22%20OR%0d%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Checkout%20Page%201%22%20or%0d%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Checkout%20Page%202%22%20or%0d%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Checkout%20Page%203%22" ><li><img src="/acatalog/itext.php?class=breadcrumbs&text=Checkout" alt="Checkout"></li></actinic:block>
      <!-- Login -->
      <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Login%22" ><li><img src="/acatalog/itext.php?class=breadcrumbs&text=Login" alt="Login"></li></actinic:block>

      </ul>
      </div>

      <div id="bar_btm_right">
      <ul>
      <li><a href="login.html" style="margin-bottom:2px;"><img src="lnk_login.gif" width="111" height="13" alt="Customer Login" /></a></li>
      <li class="divider"></li>
      <li><a href="/"><img src="ico_home.gif" width="11" height="9" alt="Home" /></a></li>
      <li class="divider"></li>
      <li><a href="<actinic:variable name="SiteMapPageURL" />"><img src="ico_sitemap.gif" width="11" height="9" alt="Sitemap" /></a></li>
      </ul>
      </div>

      </div>

      Rebecca

      Comment


        #4
        Check the layout in the central area where you have your "Back to..." link. You will find it is missing a link close tag at the end of the link: </a>
        Peblaco

        Comment


          #5
          Thanks for that! Such a simple thing missed off makes everything go wrong!

          All fixed now thanks to you.

          Comment

          Working...
          X