Hi, I'm moving from J3 to J5 (yeah, finally) and see Joomla abandoned printing articles mechanism. In J3 even if article included tabs and/or sliders, the print version somehow didn't include them - I could see the whole text.
So, I'm just curious if there is a CSS way to have all the content hidden in tabs and accordion panels visible, so they can be printed in one go? I mean, I have only @print section in my template's stylesheet CSS way to make it done, it seems.
Correct, the @print is the only way to control thing on a page that gets printed. Joomla no longer sends a print=1 attribute to the page for print using that print button.
So yes: CSS is the way to go.