Jump to content

View Cart...


Guest Alorwebdesign

Recommended Posts

Guest Alorwebdesign

I did a test drive on my website this evening and I created an account, logged in, did some shopping, viewed my cart, etc. Unfortunately, all I got was a big old mess. For some reason, the background of each page is repeatedly displaying my banner! It's not cute!! Could someone point me in the right direction?

www.naturecarepharmacy.com/store

Thank you!

Lori

Link to comment
Share on other sites

This is a different site from www.naturecarepharmacy.com/?

You've got some layout problems. For instance there are a few instances of images being called from your computer:

<td style="BORDER-RIGHT: 1px solid; PADDING-RIGHT: 4px; BORDER-TOP: 1px solid; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; BORDER-LEFT: 1px solid; PADDING-TOP: 1px; BORDER-BOTTOM: 1px solid" valign="top" bordercolor="#65a506" align="center" width="238" bgcolor="#ffffff">

<div style="PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 1px; PADDING-TOP: 1px"><font face="Arial"><br/>

<img height="80" alt="" src="file:///C:/Documents%20and%20Settings/Lori%20Schildwachter/My%20Documents/My%20Web%20Sites/ncp_lp/ncp_atp.jpg" width="73" border="0"/><br/>

Your store is heavily bordered, padded and whatnot and these seems to be taking too much space and therefore pushing things around so things are not aligning properly.

Who designed this? If you had this done I would go back to the designer.

Link to comment
Share on other sites

Guest Alorwebdesign

Who designed this? If you had this done I would go back to the designer.

Thank you for the quick response. I designed the site myself, so I need to make the changes myself. Where did you find the problem? Is it on the homepage?

Lori

Link to comment
Share on other sites

Guest Alorwebdesign

This is a different site from www.naturecarepharmacy.com/?

I'm not sure what you mean. The site I am talking about is at www.naturecarepharmacy.com/store. It is not www.naturecarepharmacy.com. The latter location is the original store that I am trying to transfer to cubecart.

Lori

Link to comment
Share on other sites

Who designed this? If you had this done I would go back to the designer.

Thank you for the quick response. I designed the site myself, so I need to make the changes myself. Where did you find the problem? Is it on the homepage?

Lori

I found the problem by viewing your page source. I am not at all sure what image these file/// links refer to but since you've designed the site I would suspect that you know. You have tables upon tables with borders and padding aplenty and that appears to be your problem. You are knocking the Cube Cart tables out of alignment

Link to comment
Share on other sites

Guest Alorwebdesign

I found the problem by viewing your page source. I am not at all sure what image these file/// links refer to but since you've designed the site I would suspect that you know. You have tables upon tables with borders and padding aplenty and that appears to be your problem. You are knocking the Cube Cart tables out of alignment

Link to comment
Share on other sites

Unfortunately your store is so heavily edited the problem could lie anywhere. Looking at the basket in Fire Fox your cart contents are overlaid upon your header. This might be a simple layout.css problem. Can you post the contents of layout.css. Also look at viewProd.tpl, has that file been edited?

Link to comment
Share on other sites

Guest Alorwebdesign

Unfortunately your store is so heavily edited the problem could lie anywhere. Looking at the basket in Fire Fox your cart contents are overlaid upon your header. This might be a simple layout.css problem. Can you post the contents of layout.css. Also look at viewProd.tpl, has that file been edited?

body {

margin: 5px;

background-color: #FFFFFF;

background-attachment: fixed;

background-image: url(../styleImages/backgrounds/pageBg.jpg);

background-repeat: repeat-x;

background-position: top;

}

#pageSurround { background-image: url("../styleImages/backgrounds/boxTitleBg.gif"); margin: 0 auto; padding: 5px; width: 760px }

#subSurround {

border: 2px solid #FFFFFF;

background-image: url(../styleImages/backgrounds/contentBg.jpg);

background-repeat: repeat-x;

background-position: top;

}

#topHeader {

text-align: right;

color: #000000;

height: 143px;

margin-bottom: 10px;

padding-right: 9px;

padding-top: 0px;

background-image: url(../styleImages/backgrounds/topHeader.jpg);

border-bottom: 1px solid #000000;

}

.boxTitleLeft, .boxTitleRight { color: #ffffff; font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: url("../styleImages/backgrounds/boxTitleBg.gif"); padding-top: 1px; padding-left: 1px; width: CSS_PROPERTY_UNDEF; height: 15px }

.boxContentLeft, .boxContentRight { text-decoration: none; margin-bottom: 10px; padding-top: 3px; padding-bottom: 5px; padding-left: 5px; border-color: }

.colLeft {

position: relative;

left: 0px;

width: 150px;

padding-left: 9px;

padding-right:18px;

float: left;

}

.colMid {

position: middle;

width: 548px;

float: middle;

}

.colRight {

position: relative;

width: 160px;

padding-left: 0px;

right: 9px;

float: right;

}

.boxContent {

border-top: 0px solid #000000;

border-right: 0px solid #000000;

border-bottom: 0px solid #000000;

border-left: 0px solid #000000;

padding: 0px;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 85%;

color: #000000;

background-color: #FFFFFF;

margin-bottom: 0px;

}

/* CHECKOUT PAGES */

.colLeftCheckout {

position: relative;

left: 0px;

width: 160px;

padding-left: 9px;

padding-right: 10px;

float: left;

}

.colMainCheckout {

position: relative;

width: 558px;

float: left;

}

/* END CHECK OUT PAGES */

.siteDocs {

text-align:center;

margin-top: 10px;

}

.pagination {

text-align: center;

padding-top: 5px;

padding-bottom: 5px;

}

#subCats {

background-color: #FFFFFF;

text-align: center;

color: #000000;

border: 0px solid #;

margin: 0px;

padding: 3px;

float: left;

width: 500px;

}

.subCat {

text-align: center;

padding: 8px;

float: left;

width: 235px;

}

.regSep{

padding: 10px 0px 10px 0px;

margin: 10px 0px 10px 0px;

border-top: 0px solid #;

border-bottom: 0px solid #;

}

Link to comment
Share on other sites

Guest shandaman

Alor, this is the same problem you had a while back when I did those site changes for you. I told you your images were trying to link to your computer.

Link to comment
Share on other sites

Guest Alorwebdesign

Alor, this is the same problem you had a while back when I did those site changes for you. I told you your images were trying to link to your computer.

Could you tell me how to change this? I'm sorry for my ignorance but this is brand new to me.

Lori

Link to comment
Share on other sites

Guest shandaman

Alor, this is the same problem you had a while back when I did those site changes for you. I told you your images were trying to link to your computer.

Could you tell me how to change this? I'm sorry for my ignorance but this is brand new to me.

Lori

well re create the front page, but thsi time recreate it on teh nternet and upload the photos and get there links as you use them. looks liek you jsut copied and pasted teh source code from yoru wysiwig editor liek front page or golive etc...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...