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.
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
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 by1. 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.
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!!
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