Zen Cart Logo
Forums / General Questions / Problems with my site

Problems with my site

Views: 899

Results 1 to 9 of 9
26 Jan 2012, 7:12 PM
#1
banshee032 avatar

banshee032

New Zenner

Join Date:
Sep 2010
Posts:
22
Plugin Contributions:
0

Problems with my site

Hi,
I can't find the right thread, but I have a question.

I have been told numerous times that they don't want to work on fixing what needs to be fixed on my website because it has monster template.

Now my question is how would I go about changing the template and if I do change the template does that mean I will have to start from scratch on designing my website to how I want it to look.

Looking forward to this :clap:

27 Jan 2012, 4:36 PM
#2
banshee032 avatar

banshee032

New Zenner

Join Date:
Sep 2010
Posts:
22
Plugin Contributions:
0

Re: Problems with my site

Hi guys,

I have somehow on my website lost all the product buttons, like the price, add to cart, view and what not. I don't know how to get them back.

mystic scent hills com is my website. if anyone can help direct me where I need to go I would greatly appreciate it.
I have so far emailed billions of zencart experts and all of them have billions of questions that don't make sense at all instead of just saying they can fix it.

4 Feb 2012, 4:03 PM
#3
banshee032 avatar

banshee032

New Zenner

Join Date:
Sep 2010
Posts:
22
Plugin Contributions:
0

Re: Problems with my site

Hello,

I don't know what happened but I have the same problem. When you go to the main webpage, you can see the product but there are no buttons (add to cart, etc) I don't know how to get them back - I've tried everything that I can think of and know.

Another issue I noticed is that my product descriptions are gone - I don't know how to get those, so please help!

I would greatly appreciate it.

5 Feb 2012, 3:36 AM
#4
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: Problems with my site

It is true that although TM provides very good visual looking templates, they have altered the Zen Cart part of the code so it doesn't quite work the way it should. To totally solve the problem would require having someone use the template PSD and recode the whole thing.

As to your current problems, I tell you the Product Description text is there but it is the same colour as the background; so it blends in an pretty much unreadable.

includes/templates/theme368/css/stylesheet_main.css

line #192

#productDescription {
margin: 0 10px;
padding: 0;
color: #333
}

Add a colour as shown above and adjust to your liking.

Sorry, don't have time for any further help right now but perhaps later. There are more errors than you know and some corrections are a bit involved implement.

Such as, are you familiar with why you have this code:

<img src="//pixel . quantserve . com/pixel/p-0a8drU-OJkvu-.gif" border="0" height="1" width="1" alt="Quantcast"/>

URL was separated by me.

8 Feb 2012, 9:22 PM
#5
banshee032 avatar

banshee032

New Zenner

Join Date:
Sep 2010
Posts:
22
Plugin Contributions:
0

Re: Problems with my site

Alexander_john:

Hello,
Well mystic scent hills com is my website. if anyone can help direct me where I need to go I would greatly appreciate it.

Huh? I'm sorry, I'm not following you at all.

8 Feb 2012, 9:54 PM
#6
banshee032 avatar

banshee032

New Zenner

Join Date:
Sep 2010
Posts:
22
Plugin Contributions:
0

Re: Problems with my site

I just wanted to thank you! very much! That worked. Actually the color:" part was missing and that's the reason I didn't know where to change the color. Thanks again

Website Rob:

It is true that although TM provides very good visual looking templates, they have altered the Zen Cart part of the code so it doesn't quite work the way it should. To totally solve the problem would require having someone use the template PSD and recode the whole thing.

As to your current problems, I tell you the Product Description text is there but it is the same colour as the background; so it blends in an pretty much unreadable.

includes/templates/theme368/css/stylesheet_main.css

line #192

#productDescription {
margin: 0 10px;
padding: 0;
color: #333
}

Add a colour as shown above and adjust to your liking.

Sorry, don't have time for any further help right now but perhaps later. There are more errors than you know and some corrections are a bit involved implement.

Such as, are you familiar with why you have this code:

<img src="//pixel . quantserve . com/pixel/p-0a8drU-OJkvu-.gif" border="0" height="1" width="1" alt="Quantcast"/>

URL was separated by me.

9 Feb 2012, 6:11 AM
#7
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: Problems with my site

Banshee032:

I just wanted to thank you! very much! That worked. Actually the color:" part was missing and that's the reason I didn't know where to change the color. Thanks again

you may also want to look at adding colour #000; to the below rule as the price in your "New products for Feb" is there but it is white on a white background

.centerBoxContentsNew {
color: #000;
}

9 Feb 2012, 6:24 AM
#8
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: Problems with my site

also on this page

http://www.mysticscenthills.com/index.php?main_page=product_info&cPath=812_816&products_id=8761

There are a number of text items that are white text on a white background

You will just need to add colour to the following rules
note i have put color: #000; (black) in the examples below but you can obviously use whatever colour you want

.wrapperAttribsOptions {
color: #000;
}

and

#productAttributes h3 {
color: #000;

}

.productInfoLink {
color: #000;
}
.productDateAdded {
color: #000;
}

if you are really lazy you can just paste the rules at the bottom of your stylesheet

13 Feb 2012, 8:20 PM
#9
banshee032 avatar

banshee032

New Zenner

Join Date:
Sep 2010
Posts:
22
Plugin Contributions:
0

Re: Problems with my site

nigelt74:

you may also want to look at adding colour #000; to the below rule as the price in your "New products for Feb" is there but it is white on a white background

.centerBoxContentsNew {
color: #000;
}

Hi,

I've tried to find this line you were refering to in my stylesheet, I even CTRL +F to find it and i did find the CenterBoxContentNEw but there was no color:#000 as you are showing. Where is this again: see below it's from my stylesheet.

----------------------- PRODUCT LISTING ----------------------- */

/* HEADINGS */

/* h2.centerBoxHeading {font-size:20px; line-height:24px; color:#aa9e98; font-weight:normal; background:url(../images/title-line.gif) bottom repeat-x; padding:0 0 9px 0; margin:0 0 22px 0;} */
h2.centerBoxHeading {background:url(../images/title-bg.png) no-repeat scroll 29px 9px #424240; color:#fff; font-size:16px; font-weight:bold; margin:0 -10px 10px -10px; padding:8px 10px 10px 50px; position:relative; text-transform:none;}

.centerBoxWrapper .centerBoxContentsNew{float:left; text-align:center; min-height:285px; margin-top:15px; width:196px !important; border:2px solid #E1DDC8; margin:5px;}
.list_img{float:left; width:100%; margin-top:5px; min-height:180px;}
.list_name{float:left; width:100%; text-transform:uppercase; height:40px; padding:5px 0px; overflow:hidden; background:#424240;}
.list_name a{color:#404040;}
.list_name a:hover{color:#d8ec00; text-decoration:underline;}
.list_price{float:left; width:100%; color:#db6e2e; font-size:14px; font-weight:bold; margin-top:5px;}
.list_cat_row{float:left; width:100%; margin-top:5px;}
.cart_link{float:left; width:98px; height:27px; background:url(../images/cart_link.jpg) no-repeat scroll center center; font-size:0;}
.details_link{float:left; width:98px; height:27px; background:url(../images/detail_link.jpg) no-repeat scroll center center; font-size:0