-
AuthorPosts
-
May 14, 2014 at 9:40 pm #264936
Hello
I have installed a plugin on my website that allows visitors to print out a portfolio items.
The plugin works great but I am using a template that contains tabs. And when you print a portfolio-item, not all tabs are printed. Only the active one.
I have contacted the developers of the plugin and they said I should ask the theme-developers how to fix it.
With Google I found some Enfold/print.css related articles but actually I don’t have a clue what I can do with this information.
So, please, help me out:
How can I get prints that contain all content of all tabs?
Thank you!-
This topic was modified 11 years, 6 months ago by
jurgen1979.
May 15, 2014 at 9:45 am #265197Hey jurgen1979!
Try to add this code to the print.css stylesheet:
/*Tabs*/ #top .tab_titles { display: none; } #top .tabcontainer .tab.fullsize-tab{ display: block; border-bottom: none; } #top .tab_content{ display: block; visibility: visible; z-index: 3; position: relative; overflow: auto; border-style: solid; border-width: 1px; border-radius: 2px; left: 0; width: auto; background-color: #fcfcfc; color: #666666; } #top .tab_inner_content{ left: 0; }Regards,
PeterMay 15, 2014 at 9:49 am #265201Thank you Peter!
Can I drop this in Quck Css field or do i have to adjust print.css?May 15, 2014 at 10:55 am #265216Hi jurgen1979,
I looking for an print-plugin, too. When you’re satisfied with it can you tell me which one you use on this theme?
Thanks and best regards,
SteveMay 15, 2014 at 12:10 pm #265229Hi!
You must modify the print.css file. We’ll add this code with the next update though.
Best regards,
PeterMay 15, 2014 at 12:23 pm #265237@TenserD I am using this one: http://codecanyon.net/item/easy-social-share-buttons-for-wordpress/6394476 I’ve bought it for other website few weeks ago. It’s not the very very best … But it does the trick.
@Dude OK! Thank you -
This topic was modified 11 years, 6 months ago by
-
AuthorPosts
- The topic ‘print.css’ is closed to new replies.
