Page 1 of 2 12 LastLast
Results 1 to 10 of 3041

Hybrid View

  1. #1
    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 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 duxfield,

    in tpl_main_page.php, remove the </div> in this section:

    Code:
    <?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?>
    <?php
    }
    ?>
    </div>

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Hi duxfield,

    in tpl_main_page.php, remove the </div> in this section:

    Code:
    <?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?>
    <?php
    }
    ?>
    </div>
    Hi Jade - Success!!! I removed that </div> and it moved the lower border graphic back down to the bottom of the page. Thank you. To try remove the white space padding around the center image I increased the width and height of the image by 3 pixels in the html code in the define_main_page.php in Define Pages. This removed the padding between the left hand side of the image and the left hand border, but no matter how much I increased the height it wouldn't remove the padding between the breadcrumb bar and image, and between the image and the lower border graphic. Did I do the right thing?

    Also how the heck did you know that was the offending </div>? I counted all the <divs> in that file and there was an even number and I assume you need one to open the div and one to close it.

    Anyways I'm left with just a few issues now:

    - White space gap between the top of the main image and the breadcrumb bar. This happens in Firefox as well as 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.

    I also have an error when I get to the select payment step in the shopping process but we'll get to that later I think :)

    Thank you for helping.

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

    Concerning the main text area: Could you tell me how to change the background color of this area?

    Thanks.

  4. #4
    Join Date
    Mar 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    How and where can you change the background of the entire layout? I found where I can change the BG of just the middle/main section, but I want it to extend from the top to the bottom of the browswer. Many thanks and a great product!!!

  5. #5
    Join Date
    Mar 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jdickson View Post
    How and where can you change the background of the entire layout? I found where I can change the BG of just the middle/main section, but I want it to extend from the top to the bottom of the browswer. Many thanks and a great product!!!
    Please disreguard, found solution!

  6. #6
    Join Date
    Feb 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi Jade

    Re: removing white space from giftsofwonder.co.uk

    I tried to remove the white line by changing the following...

    Change:
    #centerColumnOuter {
    margin:-.1em .5em 0 .5em;
    width:70em;
    height:1.15em;
    position:relative;
    }


    TO:


    #centerColumnOuter {
    margin:-.1em .5em 0 .5em;
    width:70em;
    position:relative;
    clear:both;
    }

    However, the white space still appears to be there......can you suggest anything else?

    Kind regards

    Toby

  7. #7
    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 tobicky View Post
    Hi Jade

    Re: removing white space from giftsofwonder.co.uk

    I tried to remove the white line by changing the following...

    Change:
    #centerColumnOuter {
    margin:-.1em .5em 0 .5em;
    width:70em;
    height:1.15em;
    position:relative;
    }


    TO:


    #centerColumnOuter {
    margin:-.1em .5em 0 .5em;
    width:70em;
    position:relative;
    clear:both;
    }

    However, the white space still appears to be there......can you suggest anything else?

    Kind regards

    Toby
    Every time I look at your site, in your css, I still see the old css there:
    Code:
    #centerColumnOuter {
    margin:-.1em .5em 0 .5em;
    width:70em;
    height:1.15em;
    position:relative;
    }
    I was hoping that you'd change it and leave it the corrected way, so I could further investigate.

    However, since you're not using that section anyway, and changing it doesn't seem to be working for you, go ahead and open up includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php and remove this:
    <div id="centerColumnOuter"></div>

    EVEN IF that does not fix your problem, please leave it that way, and I'll further investigate.

    Thanks!

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

    Two questions: Concerning the main text area: Could you tell me how to change the background color of this area?

    Second: Is it possible to have an image where the center navagation bar is? (but still have the nav bar function)
    Here's what I have so far, but it doesn't seem to have any effect:
    Code:
    #navEZPagesTop {
    	background:#FFDFFF; url(../images/Lipstick.gif) repeat-y; 
    	}
    Thanks.

  9. #9
    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
    Two questions: Concerning the main text area: Could you tell me how to change the background color of this area?

    Second: Is it possible to have an image where the center navagation bar is? (but still have the nav bar function)
    Here's what I have so far, but it doesn't seem to have any effect:
    Code:
    #navEZPagesTop {
    	background:#FFDFFF; url(../images/Lipstick.gif) repeat-y; 
    	}
    Thanks.
    Hi there,

    It seems you're currently having a symptom of an error I made on common/tpl_main_page.php. (we're talking about the pitti vintage site, right? Please post the link to the site in question whenever you post, thanks!)

    Before we address the issues above, you'll need to replace includes/templates/apple_zen/common/tpl_main_page.php. I've attached the file as a txt file. I've updated Apple Zen with these changes (1.5).

    Then you'll need to make these changes in your css.

    Change:

    Code:
    #navColumnTwo, #navColumnOne {
    	float:right;
    	position:relative;
    	}
    to:

    Code:
    #navColumnTwo, #navColumnOne {
    	float:right;
    	position:relative;
    	width:20&#37;;
    	}
    You can remove this section:
    Code:
    .columnRight, .columnLeft {
    	width:20%;
    	float:right;
    	}
    duxfield, I'll PM you, but you'll need the same changes.

    OK, for the questions you just asked... background color of the "main text area"... I think you're talking about the portion that is white behind the products, then grey behind the right column? That is controlled by an image. If you'd like the white and grey all to be the same color, then you can change this:
    #centerColumnWrapper2{
    background:url(../images/content_bg.gif) repeat-y 80% 0;
    }

    to:
    #centerColumnWrapper2{
    background:#000000;
    }

    BUT if you want to keep the grey, and just have the white different, you'll need to open up the includes/templates/apple_zen/images/content_bg.gif with an image program, and change the white to the color you would like.

    The center navigation bar... are you talking about the blue bar with your categories? That is not #navEZPagesTop, that is #navCatTabs.

  10. #10
    Join Date
    Mar 2007
    Posts
    9
    Plugin Contributions
    0

    Default 2 questions

    (Please see screenshot)

    1. How do I remove the "padding" below the logo and the navigation?

    2. How do I make the background go all the way to the bottom of the page. Right now I just use: filterrogidXImageTransform.Microsoft.Gradient(endColorstr='#ff2400', startColorstr='#ffd800', gradientType='0'); for the gradient. I know that's not the best way to do the gradient, so any suggestions I welcome very much.

    Screenshot:
    http://63.135.100.160/screenshot.png

    Site:
    http://63.135.100.160/store


    Thanks!!

 

 
Page 1 of 2 12 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