Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Sep 2010
    Posts
    20
    Plugin Contributions
    0

    Default 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

  2. #2
    Join Date
    Sep 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Shopping cart buttons missing

    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.

  3. #3
    Join Date
    Sep 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Product name and description lost?

    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.

  4. #4
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Product name and description lost?

    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
    [FONT=monospace]
    #productDescription {
    margin: 0 10px;
    padding: 0;
    color: #333
    }
    [/FONT]
    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:
    [FONT=monospace]
    <img src="//pixel . quantserve . com/pixel/p-0a8drU-OJkvu-.gif" border="0" height="1" width="1" alt="Quantcast"/>
    [/FONT]
    URL was separated by me.
    Last edited by Website Rob; 5 Feb 2012 at 04:39 AM.

  5. #5
    Join Date
    Sep 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Product name and description lost?

    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

    Quote Originally Posted by Website Rob View Post
    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
    [FONT=monospace]
    #productDescription {
    margin: 0 10px;
    padding: 0;
    color: #333
    }
    [/FONT]
    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:
    [FONT=monospace]
    <img src="//pixel . quantserve . com/pixel/p-0a8drU-OJkvu-.gif" border="0" height="1" width="1" alt="Quantcast"/>
    [/FONT]
    URL was separated by me.

  6. #6
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Product name and description lost?

    Quote Originally Posted by Banshee032 View Post
    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;
    }
    Webzings Design
    Semi retired from Web Design

  7. #7
    Join Date
    Sep 2005
    Location
    Waikato, New Zealand
    Posts
    1,539
    Plugin Contributions
    3

    Default Re: Problems with my site

    also on this page

    http://www.mysticscenthills.com/inde...oducts_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
    Webzings Design
    Semi retired from Web Design

  8. #8
    Join Date
    Sep 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Product name and description lost?

    Quote Originally Posted by nigelt74 View Post
    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

  9. #9
    Join Date
    Sep 2010
    Posts
    20
    Plugin Contributions
    0

    Default Re: Problems with my site

    Quote Originally Posted by Alexander_john View Post
    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.

 

 

Similar Threads

  1. Problems with site shifting
    By bowerstech in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 11 Nov 2013, 03:28 PM
  2. problems with site map
    By Bexley in forum General Questions
    Replies: 0
    Last Post: 17 Feb 2010, 09:29 AM
  3. a few problems with my site
    By cathshandcrafts in forum General Questions
    Replies: 6
    Last Post: 2 Mar 2009, 02:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg