Thread: Template issues

Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Template issues

    I have a few template issues on site ** URL REMOVED **

    1. The new products for the month left corner is missing
    2.On some computers there are 2 products on others three products in new products for the month section depending on the customers resolution, is there a way to fix this?
    3.The Jscript slide show has black borders, is there a way to have no black borders just adjust to image size?

    I appreciate your help, its been much harder to get help on Zen cart then in past few years.

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Template issues

    This template seems to be made for fixed width , so first locate this in your stylesheet

    #indexDefault .centerBoxWrapper {
    margin-bottom:0 !important;
    padding-top:2px !important;
    }

    remove padding-top .

    then locate this rule in your stylesheet
    .mainWrapper {
    text-align:left;
    vertical-align:top;
    width:90%;
    }
    change width to 1150px .

    and most importantly , your site is powered by zencart and not ** URL REMOVED ** . you can remove zencart but you are not allowed to take credit for the code.

    hope all helps.

  3. #3
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: Template issues

    Thanks Tony, but still same issue. The New Products section still shows 2 items. Any solution?

    Appreciate any help or insight

  4. #4
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Template issues

    Tha space available for those three New Products chunks is about 780px, and each chunk is about 250px wide, so they could fit. But there's margin or padding to consider as well. When you add it all up, three of them plus the spaces is more than 780px. So you need to adjust the widths in the stylesheet until everything fits. If you can't figure it out (the widths may be hard-coded rather than properly in a stylesheet) then you'll have to ask your template designer.

    Rob

  5. #5
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: Template issues

    I appreciate the input, any suggestions on what I can try to change to make it work properly?

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Template issues

    Quote Originally Posted by rxalex View Post
    I appreciate the input, any suggestions on what I can try to change to make it work properly?
    Open your stylesheet.css and find

    .centerBoxContentsNew

    adjust the left and right margins and or the width

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Template issues

    You might have to resort to some code editing - use the overrides for these
    http://www.zen-cart.com/forum/showthread.php?t=100171
    Zen-Venom Get Bitten

  8. #8
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: Template issues

    Thank you, which line would change the padding space between the products?

  9. #9
    Join Date
    Feb 2006
    Posts
    588
    Plugin Contributions
    0

    Default Re: Template issues

    What can I try to do to fix this?

  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Template issues

    Add to your stylesheet

    .centerBoxContentsProducts h3.itemTitle, .centerBoxContentsProducts .listingDescription {margin: 0 0.3em;}

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v150 Template/Sidebox Issues
    By fuller31 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Apr 2012, 01:27 PM
  2. IE7 template issues
    By symptom in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 31 Aug 2008, 08:38 PM
  3. Template issues
    By manandaplan in forum Addon Templates
    Replies: 3
    Last Post: 25 Aug 2008, 11:15 AM
  4. Template Issues
    By johnsj in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Mar 2007, 03:16 PM
  5. Template Issues
    By walterwoj in forum General Questions
    Replies: 1
    Last Post: 17 Nov 2006, 04:40 PM

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