Page 23 of 305 FirstFirst ... 1321222324253373123 ... LastLast
Results 221 to 230 of 3042
  1. #221
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    That did it on both counts! (Set the #navMainWrapper tag to 2.25 - Just right!)

    Thanks again!

  2. #222
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    The text in header.php is not centered vertically. Is there a way to adjust this?

    Here's a link, if you need a visual:
    Piitivintage

    Also, I could see wanting to add a more substantial and/or decorative font there at some point. Is that an option?

    Thanks!
    Last edited by MeltDown; 27 Feb 2007 at 06:16 PM. Reason: Evidently some sort of minor brain hemorrhage

  3. #223
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by duxfield View Post
    Hi Jade - I checked my tpl_main_page.php and I can't find a div after the <!-- eof upload alerts --> line. I've attached the file for you to look at. Also, I tried viewing the web page with Firefox and yeah, those extra bits of border at the top of the breadcrumb bar don't appear. Must be an IE issue as you say. Thanks.
    Hi Jade - I'm still having a few issues that I can't sort out:

    - Lower border graphic now displaying up under the breadcrumb bar. This happens in Firefox and IE.
    - White space gap between the top of the main image and the breadcrumb bar. This happens in Firefox as well as IE.
    - Whitespace padding on the left-hand and bottom edges of the main image. This only happens in IE.
    - Little bits of border sticking up on both sides of the top of the breadcrumb bar. This only happens in IE.
    - Fine white line showing just under the portion of the page that the Search box is displayed in (Is that called the EZ-Pages area?). This only happens in Firefox.

    If you could help with any of these I'd really appreciate it. Thanks alot.

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by duxfield View Post
    Hi Jade - I'm still having a few issues that I can't sort out:

    - Lower border graphic now displaying up under the breadcrumb bar. This happens in Firefox and IE.
    - White space gap between the top of the main image and the breadcrumb bar. This happens in Firefox as well as IE.
    - Whitespace padding on the left-hand and bottom edges of the main image. This only happens in IE.
    - Little bits of border sticking up on both sides of the top of the breadcrumb bar. This only happens in IE.
    - Fine white line showing just under the portion of the page that the Search box is displayed in (Is that called the EZ-Pages area?). This only happens in Firefox.

    If you could help with any of these I'd really appreciate it. Thanks alot.
    You do have an extra </div> somewhere that needs to be removed. Its causing at least one of the above issues.

    It could also be at the top of tpl_index_default.php, before:
    <div class="centerColumn" id="indexDefault">

  5. #225
    Join Date
    Dec 2005
    Posts
    56
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hey there! I love this template! I have been playing around with it, cause i dont know any better or i am a sucker for punishment or....None the less, I love this template!

    Anywho, I have been trying to tweak it to match my logo colors and for the life of me cannot find how to change the grey sideboxes on the right. I have read and re read and I am about dizzy!

    Oh my site is
    www.bovinebubblesandhogwash.com/shop

    Oh and I cannot seem to get my logo(header) big enough or centered vertically....

    Appreciate your help and contributions!

    Cara

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by caradelrae View Post
    Hey there! I love this template! I have been playing around with it, cause i dont know any better or i am a sucker for punishment or....None the less, I love this template!

    Anywho, I have been trying to tweak it to match my logo colors and for the life of me cannot find how to change the grey sideboxes on the right. I have read and re read and I am about dizzy!

    Oh my site is
    www.bovinebubblesandhogwash.com/shop

    Oh and I cannot seem to get my logo(header) big enough or centered vertically....

    Appreciate your help and contributions!

    Cara
    The grey background is an image. Its called content_bg.gif. You'll have to open it in an image program, and change the grey to the color you want.

    Change the logo section's width:

    Code:
    #logo {
    	width:19.1em  /* To prevent the logo from resizing, simply delete or comment out this section */
    	}
    You can either try a larger em value until its about right (then the logo will resize when someone changes font size), or you can enter its real width (then it won't resize).

    To center the logo, add this to the above #logo section:

    Code:
    margin:0 auto;
    text-align:center;

    and then remove #logo from this section:
    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float:left;
    	}

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

  8. #228
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You do have an extra </div> somewhere that needs to be removed. Its causing at least one of the above issues.

    It could also be at the top of tpl_index_default.php, before:
    <div class="centerColumn" id="indexDefault">
    Thanks Jade - I checked that file but can't see any extra </div>. Actually I've never changed that file or the tpl_main_page.php file at all. They are just as they were when I installed Zen Cart and when I installed the Apple Zen template.

  9. #229
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    The grey background is an...


    and then remove #logo from this section:
    Code:
    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    	float:left;
    	}
    Hi Jade - This response spoke to my question as well. I was able to implement these suggestions successfully. However, the edges of the font within my logo seem jagged. Any idea why that would be?

    Here's a link, if that helps:
    PittiVintage

    Thanks.
    Last edited by MeltDown; 28 Feb 2007 at 11:29 AM. Reason: To add a link to site

  10. #230
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hmmm... I just noticed that it also seems to have removed my background image:
    Code:
    body {
    	background:#FFDFFF url(../images/site-bg-blue.gif) 0 9em repeat; 
    	}

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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