Announcement

Collapse
No announcement yet.

Totally Weird!!

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

    Totally Weird!!

    Have launched out test site at the following;
    http://www.alexreade.net/acatalog/test

    but, and this is weird. The page header looks fine in IE and a colleagues Firefox but in my Firefox browser(same version) it displays as per the attached image.
    Any ideas??

    Thanks

    Simon
    Attached Files
    Simon Bridges
    Alex Reade World of Motosport
    http://www.alexreade.net

    #2
    Also getting a strange message on view cart and checkout buttons
    "Not Found

    The requested URL /acatalog/test/<span style='color: was not found on this server."

    Thanks again
    Simon
    Simon Bridges
    Alex Reade World of Motosport
    http://www.alexreade.net

    Comment


      #3
      Looks like the Checkout button and View cart button layouts have been messed up. Try reverting them to factory setting and see if that sorts the issues.
      Cheers

      David
      Located in Edinburgh UK

      http://twitter.com/mcfinster

      Comment


        #4
        Ok Dave, Have reset Checkout Button and Shopping Cart Button to factory settings. Checkout button now takes me to the checkout page, view cart button still shows and error message as previous post.
        Once on the checkout page the checkout/view cart box now looks like the attached image.+ when i navigate away from checkout is looks the same.

        All of this is in IE
        In firefox the buttons work/don't work as above but the text for both then disappears?
        see image attached cart_checkout_text

        Something is badly screwed up and I am at a loss as to what. I have changed the colour of text in these button as well as background colour. I also changed the colours on the border gifs to match. Has this caused the problem.
        Thanks

        Simon
        Attached Files
        Simon Bridges
        Alex Reade World of Motosport
        http://www.alexreade.net

        Comment


          #5
          Simon,

          More than likely that something in the styling you have added has screwed it up. Reverting the View Cart button should work. Are you sure you reverted the correct layout?

          Perhaps posting the code from within Actinic will point us in the right direction!?
          Cheers

          David
          Located in Edinburgh UK

          http://twitter.com/mcfinster

          Comment


            #6
            OK Dave, Have attached the actinic code.

            Code:
            <div class="page_header1" align="center">
            	<div class="page_header_content">	
            		<div class="page_header_logo_container">
            		<table border="0" cellspacing="0" cellpadding="0">
            		  <tr>
            			<td height="130" valign="middle"><actinic:variable name="BrochureLogoImage" /></td>
            		  </tr>
            		</table>
            		</div>
            		
            		<div class="page_header_terms_cart_login_container">
            			<div class="page_header_terms_container">	
            			<p class="text_terms_conditions"><a href="<actinic:variable name="InfoURL" />" class="link_terms_conditions"><actinic:variable name="InfoText" /></a></p>
            			</div>
            			<table border="0" cellspacing="0" cellpadding="0">
            			  <tr>
            			  	<td><img src="theme_tab1_left.gif" width="4" height="23" alt=" " /></td>
            				<td><div class="page_header_menu_cart"><p class="text_menu_cart"><a href="<actinic:variable formatting="font(Color|adaca9)" name="CartLinkText" />" class="link_cart"><actinic:variable formatting="font(Color|c0c0c0)" name="CartText" /></a> | <a href="<actinic:variable name="OrderLinkText" />" class="link_cart"><actinic:variable formatting="font(Color|c0c0c0)" name="CheckOutText" /></a></p></div></td>
            				<td><div class="page_header_menu_cart_items"><p class="text_menu_cart_items"><actinic:variable name="ShoppingCartSummary" value="Shopping Cart Summary In A Line" /></p></div></td>
            				<td><img src="theme_tab1_right.gif" width="4" height="23" alt=" " /></td>
            		<actinic:block if="%3cactinic%3avariable%20name%3d%22AreRegCustomersAllowed%22%20%2f%3e" >
            			<Actinic:NOTINB2B>
            				<td class="page_header_menu_cart_login_spacing"><img src="theme_tab1_left.gif" width="4" height="23" alt=" " /></td>
            				<td><div class="page_header_menu_login"><p class="text_menu_cart"><a href="<actinic:variable name="LoginPageURL" />" class="link_cart"><actinic:variable name="LoginText" /></a></p></div></td>
            				<td><img src="theme_tab1_right.gif" width="4" height="23" alt=" " /></td>
            			</Actinic:NOTINB2B>
            		</actinic:block>
            			  </tr>
            			</table>
            		</div>
            	</div>
            </div>
            <!-- END OF HEADER -->
            I have also attached the changed css if this is any help
            Code:
            .page_header_menu_cart	{
            		padding: 3px 5px 4px 19px;
            		background-image:url('theme_icon_cart.gif');
            		background-color: #1F2D37; 
            		border-top: 1px solid #ADACA9;
            		border-bottom: 1px solid #ADACA9;
            		}
            	
            	.page_header_menu_cart_items	{
            		padding: 3px 5px 4px 5px;
            		background-color:background-color: #1F2D37; 	
            		background-color: #1F2D37; 
            		border-top: 1px solid #ADACA9;
            		border-bottom: 1px solid #ADACA9;
            		}
            	
            	.page_header_menu_login	{
            		padding: 3px 5px 4px 17px;
            		background-color:background-color: #1F2D37; 	
            		background-color: #1F2D37; 
            		border-top: 1px solid #ADACA9;
            		border-bottom: 1px solid #ADACA9;
            I really appreciate your time and effort on this
            Thanks
            Simon
            Simon Bridges
            Alex Reade World of Motosport
            http://www.alexreade.net

            Comment


              #7
              I think I have reverted the correct buttons; Checkout Button and Shopping Cart Button in the design/library window. Just highlighted these/right click/revert to factory setting?
              thanks
              Simon Bridges
              Alex Reade World of Motosport
              http://www.alexreade.net

              Comment


                #8
                Simon,

                It this part of the CartLinkText line that is causing the problem:-

                formatting="font(Color|adaca9)"

                Removing it solves the issue. For some reason Actinic is adding the <span> into the href instead of around it (I removed it and added it back in and it did the same for me). If you need the span add it around the href instead manually (outside the <a>........</a> tags).

                Perhaps someone else can comment on why it is adding it in the wrong place. Not sure if you can add <span>'s to href within Actinic as we never use it in this way.
                Cheers

                David
                Located in Edinburgh UK

                http://twitter.com/mcfinster

                Comment


                  #9
                  Thanks Dave, I sort of have it working but am now getting problems with the layout again as per the image on my original post. OK lets try a different tack altogether.
                  Say I removed the cart contents/ checkout box(never really liked it where it was anyway as it interfears with the full width logo I wanted originally) how can I add a the cart contents link into the text nav bar ; next to, and in the same style as, HOME SITEMAP SEARCH CHECKOUT STORE TO CONTACT US
                  Is this easy to do?
                  Thanks
                  Simon
                  Simon Bridges
                  Alex Reade World of Motosport
                  http://www.alexreade.net

                  Comment


                    #10
                    Simon,

                    Increase the hight for the logo container in the CSS, that will align the top as you need it to be.

                    If you want to move the location of the items, then you can copy and paste it where you want it to appear. Important to keep in mind that you are on a CSS theme and all appearance is governed by it.

                    Kind regards,
                    Bruce King
                    SellerDeck

                    Comment

                    Working...
                    X