Page 1 of 3 123 LastLast
Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I figured out where the extra </div> was in there somewhere, you need to open up includes/templates/apple_zen/common/tpl_main_page.php and see if there is a closing div (</div) after:

    Code:
    <!-- eof upload alerts -->
    If so, please remove it. If you look at your page source, you will see there is a </div> right after the above code, and its not supposed to be there.
    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.
    Attached Files Attached Files
    Last edited by duxfield; 26 Feb 2007 at 07:07 AM.

  2. #2
    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

    OK, I'm at a loss. Can one of you fine folks tell me where on the stylesheet I can change the background color of the site? (The default being white)
    I can change part of the background here:
    Code:
     #headerWrapper {
    	width:100%;
    	text-align:center;
    	margin:0 auto;
    	background:#FFDFFF;
    	}
    but not the lower portion of the screen.

    Thanks!!

    Tim

  3. #3
    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 MeltDown View Post
    OK, I'm at a loss. Can one of you fine folks tell me where on the stylesheet I can change the background color of the site? (The default being white)
    I can change part of the background here:
    Code:
     #headerWrapper {
    	width:100%;
    	text-align:center;
    	margin:0 auto;
    	background:#FFDFFF;
    	}
    but not the lower portion of the screen.

    Thanks!!

    Tim
    You would put that in the body tag:
    body {
    background:#FFDFFF url(../images/site-bg.gif) 0 9em repeat-x;
    }

  4. #4
    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
    You would put that in the body tag:
    body {
    background:#FFDFFF url(../images/site-bg.gif) 0 9em repeat-x;
    }

    That did it! Thanks Jade - One more, if I may: (Though I can see that this offering is keeping you pretty busy!) Concerning the logo.gif: I like how it automatically adjusts size-wise, however, how do I keep the text in the logo from distorting?

    Thanks again!

    Tim

  5. #5
    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 MeltDown View Post
    That did it! Thanks Jade - One more, if I may: (Though I can see that this offering is keeping you pretty busy!) Concerning the logo.gif: I like how it automatically adjusts size-wise, however, how do I keep the text in the logo from distorting?

    Thanks again!

    Tim
    It looks like I found my answer in post #120 in this thread comcerning resizing and commenting out that section in the stylesheet.

  6. #6
    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 MeltDown View Post
    It looks like I found my answer in post #120 in this thread comcerning resizing and commenting out that section in the stylesheet.
    Glad to hear.

  7. #7
    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.

  8. #8
    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">

  9. #9
    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

  10. #10
    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;
    	}

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 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

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