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

Hybrid View

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by davidperks View Post
    Anyone know why firefox 3 RC2 kills the look of the cherry zen theme? it looks fine in all other browsers, just that firefox3 will be mainstream in a few weeks.
    Thanks, I'll have a look.

  2. #2
    Join Date
    Jun 2004
    Posts
    184
    Plugin Contributions
    0

    Default Problems when trying to print product pages

    Hi!

    If a customer goes to print a product page (File > Print) there is a problem, depending on whether they are using FF or IE.

    in FF it seems the first page printed contains just the header and Page 2-- contains the page.

    In IE the pages seem to printed all on top of one another.

    You can see what I mean in these images:



    Internet Explorer



    Firefox Page 1



    Firefox Page 2


    Any idea on how to make the product screens print correctly from the start on all browsers?

    Thanks
    Ernie

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

    Default Re: Problems when trying to print product pages

    Quote Originally Posted by esugrue View Post
    Hi!

    If a customer goes to print a product page (File > Print) there is a problem, depending on whether they are using FF or IE.

    in FF it seems the first page printed contains just the header and Page 2-- contains the page.

    In IE the pages seem to printed all on top of one another.

    You can see what I mean in these images:



    Internet Explorer



    Firefox Page 1


    Firefox Page 2


    Any idea on how to make the product screens print correctly from the start on all browsers?

    Thanks
    Ernie
    I haven't implemented a print_stylesheet.css for my templates, so you can do this yourself. Basically, I would copy the main stylesheet for cherry zen, remove all of the images, basic things up a bit, but keep most of the main formatting css. Perhaps I will also add this to my next version.

  4. #4
    Join Date
    Jun 2004
    Posts
    184
    Plugin Contributions
    0

    Default White space below logo

    Hi!

    I'm sure it's been answered before but I can't find it

    I have my logo and banner and jetween them and the top of the EZPages bar is white space - hoe do I make it so the logo/banner has no white space between it and the EZ Pages bar?

    I thought it was padding somewhere and I tried changing a few but no luck.

    Where in the CSS file should I be looking!

    Thanks
    Ernie

  5. #5
    Join Date
    Feb 2008
    Location
    Toronto, Ontario, Canada
    Posts
    29
    Plugin Contributions
    0

    Default Re: White space below logo

    Quote Originally Posted by esugrue View Post
    Hi!

    I'm sure it's been answered before but I can't find it

    I have my logo and banner and jetween them and the top of the EZPages bar is white space - hoe do I make it so the logo/banner has no white space between it and the EZ Pages bar?

    I thought it was padding somewhere and I tried changing a few but no luck.

    Where in the CSS file should I be looking!

    Thanks
    Ernie
    Site Address please?

  6. #6

    Default Re: Problems when trying to print product pages

    Quote Originally Posted by esugrue View Post
    Hi!

    If a customer goes to print a product page (File > Print) there is a problem, depending on whether they are using FF or IE.

    in FF it seems the first page printed contains just the header and Page 2-- contains the page.

    In IE the pages seem to printed all on top of one another.

    You can see what I mean in these images:



    Internet Explorer



    Firefox Page 1



    Firefox Page 2


    Any idea on how to make the product screens print correctly from the start on all browsers?

    Thanks
    Ernie
    Attached is my attempt at a print_stylesheet.css for the apple_zen template. Maybe you can use it as a starting point.

    best,

    Tom
    Attached Files Attached Files

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

    Default Re: Problems when trying to print product pages

    Quote Originally Posted by loosefast View Post
    Attached is my attempt at a print_stylesheet.css for the apple_zen template. Maybe you can use it as a starting point.

    best,

    Tom
    Cool, thanks, I'll add and tweak in my next update.

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

    Default Re: Cherry Zen Template Support Thread

    Amazingly, I was able to take care of 28 of 29 validation errors. The final one seems to be Cherry Zen related but I'm having a difficult time tracking down the source of the problem. Here is the error as listed:
    1. Error Line 35, Column 296: value of attribute "type" cannot be "search"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".

    …tion" value="1" /><input type="search" name="keyword" id="searchTop" size="20

    The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.
    Searching on the error itself brought me to this post by
    Kuroi. It seems as though I need to change type="search" to type="text". However, I can't find where I need to make that change. I'm getting a negative return for type="search" in the Developers Tool Kit.
    Can one of you folks point me in the right direction? Thanks!!

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by MeltDown View Post
    Amazingly, I was able to take care of 28 of 29 validation errors. The final one seems to be Cherry Zen related but I'm having a difficult time tracking down the source of the problem. Here is the error as listed:


    Searching on the error itself brought me to this post by
    Kuroi. It seems as though I need to change type="search" to type="text". However, I can't find where I need to make that change. I'm getting a negative return for type="search" in the Developers Tool Kit.
    Can one of you folks point me in the right direction? Thanks!!
    Hmmm... The more I look into this, the more it seems to be a Safari/MAC issue, although I'm PC. Either way it's the Final error and I'd love to get rid of it!

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by MeltDown View Post
    Hmmm... The more I look into this, the more it seems to be a Safari/MAC issue, although I'm PC. Either way it's the Final error and I'd love to get rid of it!
    The error causes no site issues, it is ok to have it. It is type="search" so that in Safari it has the rounded search box. Change it to text, and it will be a square box in safari. Up to you.

    You can change it in includes/functions/extra_functions/search_field_header.php

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 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