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!
Hey 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,
Peter
Thank you Peter!
Can I drop this in Quck Css field or do i have to adjust print.css?
Hi 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,
Steve
Hi!
You must modify the print.css file. We’ll add this code with the next update though.
Best regards,
Peter
@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