Page 1 of 1
Custom Print View using Hook?
Posted: 2013-09-06 07:12
by wplim
Is it possible to point to a custom print view template using Hook? (similar to custom filter page)
Re: Custom Print View using Hook?
Posted: 2013-09-09 17:23
by benzoD
I'd just do it using style sheets. You'll have to copy the page template, edit it to your need, rename some of the ids/classes, create the print.css with the changes you need, then add a link pointing to your print page. I'm not sure how you'd make it work with AG's selective printing but if you just need a print friendly version of a page, this should be pretty straightforward.
Smashing Magazine has
a great write-up on how to take a current design and customize it for printing.
Re: Custom Print View using Hook?
Posted: 2013-09-09 17:39
by benzoD
And wow, I just found
a print css stylesheet already created for you!
Re: Custom Print View using Hook?
Posted: 2013-09-15 04:49
by wplim
Thank you. I will look into that.