Page 20 of 305 FirstFirst ... 1018192021223070120 ... LastLast
Results 191 to 200 of 3042
  1. #191
    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've attached a screen shot what I mean by the 'border bits' - see the top two arrows. Also I've set the html in 'define pages' so that it now contaisn the exact image dimensions but no change on the whitespace around the image (see other arrows on my attachment). Here is the html I'm using:

    <html><img src="includes/templates/apple_zen/images/sixvolts_middle.jpg" width="671" height="429" border="0"></img>

    Thanks alot.
    This is how it should be:
    <img src="includes/templates/apple_zen/images/sixvolts_middle.jpg" width="671" height="429" border="0" alt="enter some alt text here" />


    That is ALL that should be in the define pages box (i think you might have a </div> there also? Make sure the above code I entered is ALL that is in the main page define editors box. Let me know how that goes.

    The border bits issue is an IE only thing, I'll look into that more.

  2. #192
    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've attached a screen shot what I mean by the 'border bits' - see the top two arrows. Also I've set the html in 'define pages' so that it now contaisn the exact image dimensions but no change on the whitespace around the image (see other arrows on my attachment). Here is the html I'm using:

    <html><img src="includes/templates/apple_zen/images/sixvolts_middle.jpg" width="671" height="429" border="0"></img>

    Thanks alot.
    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.

  3. #193
    Join Date
    Jan 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Just installed Apple Zen on a site I'm working on (my customer loved the look, thanks!) and I'm seeing one issue that doesn't seem to be addressed in this thread. When search_header.php is turned on, I get the search in both the header at top of the page (as I'd expect) and in the right side boxes (which I didn't expect). I'm I just expecting the wrong thing, or should the search only be in the top border?

    The test site is here.

  4. #194
    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 Billsey View Post
    Just installed Apple Zen on a site I'm working on (my customer loved the look, thanks!) and I'm seeing one issue that doesn't seem to be addressed in this thread. When search_header.php is turned on, I get the search in both the header at top of the page (as I'd expect) and in the right side boxes (which I didn't expect). I'm I just expecting the wrong thing, or should the search only be in the top border?

    The test site is here.
    You may have both search_header.php turned on, and search.php. OR when you turn on search_header.php, make sure the left/right status is OFF and only the single column status is on.

  5. #195
    Join Date
    Aug 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi --

    Thank you for contributing this fantastic template, and for suporting it here. I would like to "buy you a cup of coffee" if you like to PM or post your paypal e-mail. :)

    My question is; how to remove or change the gray stripe that appears above the breadcrumb nav? Seems simple, but I can't seem to find it. :)

    http://www.banberryplace.com/NewZen

  6. #196
    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 Terrill_Taylor View Post
    Hi --

    Thank you for contributing this fantastic template, and for suporting it here. I would like to "buy you a cup of coffee" if you like to PM or post your paypal e-mail. :)

    My question is; how to remove or change the gray stripe that appears above the breadcrumb nav? Seems simple, but I can't seem to find it. :)

    http://www.banberryplace.com/NewZen
    Hi there!

    Thanks for the compliment, and the offer. I don't expect contributions, but if you *really* want to my paypal personal account is jade @ jadetrue.com.

    The grey bar is found in #centerColumnOuter.

    First, remove this section:
    #centerColumnOuter {
    background:url(../images/headerborder.gif) repeat-y;
    }

    Then find the second #centerColumnOuter section, and CHANGE it to this:

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

  7. #197
    Join Date
    Aug 2006
    Posts
    94
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Hi there!

    Thanks for the compliment, and the offer. I don't expect contributions, but if you *really* want to my paypal personal account is jade @ jadetrue.com.

    The grey bar is found in #centerColumnOuter.

    First, remove this section:
    #centerColumnOuter {
    background:url(../images/headerborder.gif) repeat-y;
    }

    Then find the second #centerColumnOuter section, and CHANGE it to this:

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

  8. #198
    Join Date
    Jan 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You may have both search_header.php turned on, and search.php. OR when you turn on search_header.php, make sure the left/right status is OFF and only the single column status is on.
    That did it, I'd turned on left column instead of one column. I guess I should do that with all the side boxes, right?

  9. #199
    Join Date
    Jan 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Nope, it looks like if I turn on single column and turn off the right / left, the box doesn't display.

  10. #200
    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 Billsey View Post
    Nope, it looks like if I turn on single column and turn off the right / left, the box doesn't display.
    It looks like you've gotten it figured out? I see only the top header search box on your test site.

 

 

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