Announcement

Collapse
No announcement yet.

Slight Problem on products page

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

    Slight Problem on products page

    Ok so the site is:

    http://www.frasersangling.co.uk

    Just setting it up and kinking out the errors (of which there are still a few css IE errors)

    however my issue lies in the fact that everything is fine but then when I click the products link in the menu the page then breaks the actinic variables and nothing works and the "/> closing tags are shown, has anyone had an issue with this before as it has also just occurred in another site I have done and I cannot figure what I have done to cause this, whether its in the custom template file or slight tweaks in actinic itself, the fact that its only on the one page suggests actinic to me.

    Any ideas anyone.

    Thanks,

    Andrew

    #2
    I looked at just one link on your acatalog/index.html page.

    Check your layout, your online page shows:
    <a cartlinktext="" href="<actinic:variable name=">">View Cart</a><

    but in Actinic should be:
    <a href="<actinic:variable name="CartLinkText" />" class="link_cart"><actinic:variable name="CartText" /></a>

    Comment


      #3
      <a href="<actinic:variable name="CartLinkText" /> ">View Cart</a>

      That is how it looks in my original design as I did not want the Cart Text variable being utilized or a class set for those links. This should be right non?

      In your eg of the code on the index page did it have the re-opening of the tag:

      </a><

      or was that a typo as I don't see it.

      Thanks for the quick reply.

      EDIT: But then that does not explain why they would work in the index page and every other page on the site but not the products page :/

      Comment


        #4
        Ok basically the link above is in the original html template file, I then universally apply that file to every actinic page.

        I did make some changes inside actinic, however none of these changes applied to the products page.

        So every page should run fine as it is the same thing repeated, I have checked and re-checked the code against the other site that does work and I can not see why it would happen, especially so few lines into it. The only major difference is that I had to change it to xhtml transitional but I did go back to using the original Actinic method of strict html but to no avail

        I think thats what you were asking. I will try and get the Actinic code for the products pages section tomorrow see if you can pick out anything I may have looked over.

        Thanks again.

        Comment


          #5
          The site can now be found at :
          http://www.frasersangling.co.uk/acatalog/test/

          If anyone has any ideas to why this is happening.

          If you need to see any source code let me know

          It seems that none of the actinic variables are being interpreted correctly on this page :/

          Comment


            #6
            Yep I am using the dreamweaver extension and registering the design with Actinic. The changes are made in the dreamweaver template which are then applied to Actinic. The primary layout (what you see here) is what is used for all pages.

            The page layout is below:

            Code:
            <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
            <html xmlns="http://www.w3.org/1999/xhtml">
            <head>
            <title>Frasers Angling and Outdoors</title>
            <actinic:variable name="BaseHref" />
            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
            <meta http-equiv="MSThemeCompatible" content="yes" />
            <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%29%20AND%20%28%3cactinic%3avariable%20name%3d%22GlbMetaKeywords%22%20%2f%3e%20%21%3d%20%22%22%29" >
            <meta name="keywords" content="<actinic:variable name="GlbMetaKeywords" />"/>
            </actinic:block>
            <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%29%20AND%20%28%3cactinic%3avariable%20name%3d%22GlbMetaDescription%22%20%2f%3e%20%21%3d%20%22%22%29" >
            <meta name="description" content="<actinic:variable name="GlbMetaDescription" />"/>
            </actinic:block>
            <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22" >
            <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaKeywords%22%20%2f%3e%20%21%3d%20%22%22">
            <meta name="keywords" content="<actinic:variable name="MetaKeywords" />"/>
            </actinic:block>
            </actinic:block>
            <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22" >
            <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaDescription%22%20%2f%3e%20%21%3d%20%22%22">
            <meta name="description" content="<actinic:variable name="MetaDescription" />"/>
            </actinic:block>
            </actinic:block>
            <actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e">
            <link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"/>
            </actinic:block>
            <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Contact%20Us%22" >
              <actinic:variable value="Script for Blocking Unregistered Customers" name="UnregCustomerMessage" if="%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20FALSE" />
            </actinic:block>
            
            <script language="javascript" type="text/javascript" src="actiniccore.js"></script>
            <script language="javascript" type="text/javascript" src="actinicextras.js"></script>
            <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
            <Actinic:COOKIECHECK />
            <script language="javascript" type="text/javascript">
            <!-- 
              saveReferrer();
            // -->
            </script>
            
            <script type="text/javascript" src="swfobject.js"></script>
            
            <actinic:variable value="All Data From All Sections" name="JavaScriptArray" /><SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
            <!--
            function YahooSections(ar)
            {
            var strIDs = '';
            for (var i=1;i<=ar.length;i++)
              {
              if (ar[i].sURL !=null)
                {
                strIDs += '<div class="menuimg"></div><div class="phead"><a href="' + ar[i].sURL + '">' + ar[i].sName + '</a></div>';
                  {
                  if (ar[i].pChild)
                    {
                    for (var j=1;j<=ar[i].pChild.length;j++)
                      {
                      if (j < ar[i].pChild.length)
                        {
                        strIDs += '<div class="sublink"><a href="' + ar[i].pChild[j].sURL + '"><span>' + ar[i].pChild[j].sName + '</span></a></div>';
                        }
                      else
                        {
                        strIDs += '<div class="sublink"><a href="' + ar[i].pChild[j].sURL + '"><span>' + ar[i].pChild[j].sName + '</span></a></div>';
                        }
                      }
                    }
                  }
                }
              }
            return strIDs
            }
            //-->
            </SCRIPT>
            
            <link rel="stylesheet" type="text/css" href="main.css"  />
            
            </head>
            
            <body>
            
            	<div class="mauto">
            	  <div id="header">
                   	<div id="cartsum">
                        <actinic:variable name="CookieCartItemsLabel" />
               			<script language="javascript" type="text/javascript">
            	   		<!--
            	   		document.write(getCartItem(3));
            	   		// -->
               			</script>&nbsp;|
            			<actinic:variable name="CookieCartValueLabel" />
               			<script language="javascript" type="text/javascript">
            	   		<!--
            	   		document.write(getCartItem(1));
            	   		// -->
               			</script>
                    </div>
                        <div class="spacer"></div>
                        <div class="spacer2">
                        <div id="vcclink">
                        	<div class="viewcart"><a href="<actinic:variable name="CartLinkText"/>">View Cart</a></div>
                        	<div class="vcheckout"><a href="<actinic:variable name="OrderLinkText"/>">Checkout</a></div>
                        </div>
                        </div>
                  </div>
                  <div id="menu">
                  	<div id="topmenu">
                    	<table width="100%" border="0" cellspacing="0" cellpadding="0">
              				<tr>
                				<td><a href="http://www.frasersangling.co.uk">Home</a></td>
                				<td><a href="<actinic:variable name="TopSectionPageURL"/>">Products</a></td>
                				<td><a href="<actinic:variable name="CartLinkText"/>">View Cart</a></td>
                				<td><a href="<actinic:variable name="SendMailPageLink"/>">Contact</a></td>
              				</tr>
            			</table>
                    </div>
                  	<div class="qsearchdiv">
                    	<Actinic:Variable Name="QuickSearchBar"/>
                    </div>
                  </div>
                    <div id="contentbg">
                    <div id="content">
                   	  <div id="leftcolumn">
                       	<div id="vmenutop"></div>
                            <div id="vmenu">
                            <script language="Javascript1.2">
            				document.write(YahooSections(section_tree));
            				</script>
                            </div>
                         <div id="bestsell">
                         <actinic:variable value="Sidebar Best Sellers List In A Box" name="BestSellerListSidebar" if="%3cactinic%3avariable%20name%3d%22BestSellersListInSidebar%22%20%2f%3e" />
                         </div>
                      </div>
                        <div id="rightcolumn">
                        <Actinic:Variable Name="INNERLAYOUT"/>
                        </div>
                        <div id="base"></div>
                  </div>
                  </div>
                    <div id="footer">
                    	<div class="fleft">
                    		<a href="<actinic:variable name="InfoURL"/>">Terms and Conditions</a> | 
                    		<a href="<actinic:variable name="SiteMapPageURL"/>"> Site Map</a>
                    	</div>
                        <div class="fright">
                        	<a href="http://www.in4link.co.uk" target="_blank">designed by in4link</a>
                        </div>
                    </div>
            </div>
            
            </body>
            </html>
            I have not changed anything on the page, it may also be worth mentioning that another site I have just started work on and going through the same process with is also generating this same issue is: www.ukbarriers.co.uk

            Thanks.

            EDIT: It may also be worth mentioning that when I preview the site this does not occur.

            Comment


              #7
              Thanks, in regards to the preview both inside Actinic and the offline preview, I will go over all of the variables now and see if I can pick out anything irregular!

              The code was copied from actinic in simple mode.

              What is really puzzling me is why just one page though when all the others function perfectly, but I will check it over with a few other sites and make sure nothing is different.

              Comment


                #8
                I could not see any differences so I removed the inner layout from the page, then the problem went, so I am now going through and taking sections of the inner layout out that I may have changed and replacing with the default set.

                Comment


                  #9
                  Tao,

                  I just tried the site and it works perfectly fine.

                  Kind regards,
                  Bruce King
                  SellerDeck

                  Comment


                    #10
                    Did you check this page:

                    http://www.frasersangling.co.uk/acat...log/index.html

                    I have gone through the inner layout but everything seems untouched for this site so I am at a loss to explain what has happened here

                    Comment


                      #11
                      The errors are being caused by a known issue that has been covered before.

                      Comment


                        #12
                        If it has been covered before why is something quite as important as this not easy to find the solution for then, surely something like this should be noted down, have I perhaps overlooked it in the user guide as I have searched the forums/knowledge base to no end.

                        Thanks.

                        Comment


                          #13
                          Its not an actinic issue its a coding one.

                          Comment


                            #14
                            ....ok, that seems rather strange to me, thankyou for all your help I will just rebuild and see what bit of code trips it up then.

                            Comment


                              #15
                              Wel having just built a quick test site the problem arose yet again, with the problem dissapearing with the removal of the innerlayout.

                              You say its a coding problem, by that did you mean inside the dreamweaver template, as if so I dont understand why the innerlayout would not function on that one individual page, nothing differs to the design that I have working so I can only now see that the problem lies with actinic itself. I will do anotehr test site tommorow.

                              Comment

                              Working...
                              X