Page 66 of 326 FirstFirst ... 1656646566676876116166 ... LastLast
Results 651 to 660 of 3251
  1. #651
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Veronika7747 View Post
    Since I am having difficulties with Short Desc., the test site on ISP does not have it yet. But even when you look at:
    http://store.annron.com/index.php?ma...=index&cPath=1
    there is not much space between the long desc. and the Model.
    I just noticed that that left justify I did justifies all data (including the price). How can I left justify ONLY the long desc.?
    In the admin, you can decrease the width of the add to cart colum, under "configuration", "Product Listing, "Display Product Price/Add to Cart Column Width". Making that smaller will give you more room.


    Also, the description text there is already left justified, so remove this:
    Code:
    .productListing-data
    {
    	text-align:left; 
    	padding-right:10px; 
    	}
    And you can add this to get more padding around the description:

    Code:
    .listingDescription{padding:10px;}

  2. #652
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    [QUOTE=jettrue;475775]In the admin, you can decrease the width of the add to cart colum, under "configuration", "Product Listing, "Display Product Price/Add to Cart Column Width". Making that smaller will give you more room.

    Above just gives more room for all the other things, but not more space between Short Desc. and Model. Right now, headings for these two run together.
    Thank you for all your help.

  3. #653
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    [QUOTE=Veronika7747;475782]
    Quote Originally Posted by jettrue View Post
    In the admin, you can decrease the width of the add to cart colum, under "configuration", "Product Listing, "Display Product Price/Add to Cart Column Width". Making that smaller will give you more room.

    Above just gives more room for all the other things, but not more space between Short Desc. and Model. Right now, headings for these two run together.
    Thank you for all your help.
    You didn't add this part, as per my instructions:
    .listingDescription{padding:10px;}

  4. #654
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    [QUOTE=jettrue;475797]
    Quote Originally Posted by Veronika7747 View Post

    You didn't add this part, as per my instructions:
    .listingDescription{padding:10px;}
    Sorry, I was still working on my laptop version. I've uploaded to ISP, it now includes Short Description (heading Sub_Category on my page) and when you look at: http://store.annron.com/index.php?ma...=index&cPath=1
    you can see what I was trying to adjust (space between that and Model), but it's O.K., I am happy I was able to incorporate short desc. into the template without seeing "double".

    Thanks again

  5. #655
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    [QUOTE=Veronika7747;475849]
    Quote Originally Posted by jettrue View Post

    Sorry, I was still working on my laptop version. I've uploaded to ISP, it now includes Short Description (heading Sub_Category on my page) and when you look at: http://store.annron.com/index.php?ma...=index&cPath=1
    you can see what I was trying to adjust (space between that and Model), but it's O.K., I am happy I was able to incorporate short desc. into the template without seeing "double".

    Thanks again
    Well, if I were you, I'd remove some of those things. Do the shoppers really need to see the model number? Or even the subcategory?

    Anyhoo, I've played around with some css coding that will help. I would first change your price column width to something smaller, like 75 or 100, like I mentioned before.

    Then remove your .productlisting-data css, and then add this chunk:

    .productListing-data {text-align:center;}
    /* Added for more space around long desc and left justify text */
    .listingDescription{padding:10px;text-align:left;}
    #listCell0-0{width:165px;} /*width of image column*/
    #listCell0-1 {width:450px;} /*width of description column*/

    Now, this won't help the padding all that much between subcategory and model, it will only help with a wide browser. I think you just have TOO much there, and there's not much to do about that, except remove some.

  6. #656

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Make sure all the language files from the template are uploaded and are in their correct spots.
    Many Thanks for thank there was one in the wrong place. Sorry its took so long to get back on here lol
    I refuse to tip-toe through life only to arrive safely at death's door!

    www.thetoyparlour.com

  7. #657
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    [QUOTE=jettrue;475954]
    Quote Originally Posted by Veronika7747 View Post
    Well, if I were you, I'd remove some of those things. Do the shoppers really need to see the model number? Or even the subcategory?

    Anyhoo, I've played around with some css coding that will help. I would first change your price column width to something smaller, like 75 or 100, like I mentioned before.

    Then remove your .productlisting-data css, and then add this chunk:

    .productListing-data {text-align:center;}
    /* Added for more space around long desc and left justify text */
    .listingDescription{padding:10px;text-align:left;}
    #listCell0-0{width:165px;} /*width of image column*/
    #listCell0-1 {width:450px;} /*width of description column*/

    Now, this won't help the padding all that much between subcategory and model, it will only help with a wide browser. I think you just have TOO much there, and there's not much to do about that, except remove some.
    Thank you again. Once finished this will be retail & wholesale site and the "Model" is the product ID which is required for wholesale. I managed to change the word "Model" to "ID", but not on the heading as yet.
    Also during my upload, I "lost" the data for sub_category on the display page. It works fine on my laptop... and I am still trying to find the pages to include this additional field on "all listing, new listing etc."

  8. #658
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    [QUOTE=Veronika7747;476055]
    Quote Originally Posted by jettrue View Post

    Thank you again. Once finished this will be retail & wholesale site and the "Model" is the product ID which is required for wholesale. I managed to change the word "Model" to "ID", but not on the heading as yet.
    Also during my upload, I "lost" the data for sub_category on the display page. It works fine on my laptop... and I am still trying to find the pages to include this additional field on "all listing, new listing etc."
    But does the customer need to see the model number before they add it to their cart? The model # will show up on your admin details, and on their invoice, I think.

    Anyhoo...

    You may find the subcategory code here you added here:

    tpl_modules_product_listing.php, since its working on your Product Listing page.

  9. #659
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    [QUOTE=jettrue;476167]
    Quote Originally Posted by Veronika7747 View Post

    But does the customer need to see the model number before they add it to their cart? The model # will show up on your admin details, and on their invoice, I think.

    Anyhoo...

    You may find the subcategory code here you added here:

    tpl_modules_product_listing.php, since its working on your Product Listing page.
    All the tpl_ were/are identical, BUT my main_template_vars.php did not upload properly! Took me almost a whole day to find it..
    Thank you for your help!

  10. #660
    Join Date
    May 2007
    Location
    Los Angeles
    Posts
    89
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jettrue,
    Thank you very vey much for this wonderful template! I think it's one of the best out there, free or paid.. and I'm donating once I'm done with twicking the template.
    I have an issue I'm hoping you can guide me how to resolve it. I don't remember doing anything to cause this but here is the problem: on product and category listing the Model, Manufacturer name and image are bunched up together (only on some items). You can see it here: hxxp://www.arearugsclub.com/rugs/index.php?main_page=index&cPath=1

    thank you very much!

    PS: I sent a pm while ago, did you get it?

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR