Just wanted to post my solution to allow a print stylesheet (print.css with zen) to expand all views_accordion items. There's more to it to make it pretty, but just to expand all elements one could use:

.views-accordion-item .accordion-content {
  display: block !important;
}

If anyone improves this (to include consistent header font-weight, etc), feel free to share!

Comments

manuel garcia’s picture

Version: 6.x-1.3 » 6.x-1.4
Status: Active » Needs work

Thanks for sharing your solution texas-bronius.

Could you add it to the documentation page? Explaining the idea a bit, I'm sure people will find it there better than lost in the issuequeue =)

printingray’s picture

Content matters because most of the people will print your page due to content, not to see images. Try to reduce images from the printer in print style sheet.

custom stickers

manuel garcia’s picture

Version: 6.x-1.4 » 8.x-1.x-dev
Component: Miscellaneous » Documentation
Category: Support request » Task
Issue summary: View changes
texas-bronius’s picture

ok done in https://www.drupal.org/node/366263. Note: this is 6.x documentation, whereas you've bumped this particular issue queue item up to 8.x. Proceed with life as you see fit :D

manuel garcia’s picture

Version: 8.x-1.x-dev » 6.x-1.x-dev
Status: Needs work » Fixed

fair point @texas-bronius, thanks for that!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.