Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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 10 years, 5 months ago by jurgen1979.
    #265197

    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

    #265201

    Thank you Peter!
    Can I drop this in Quck Css field or do i have to adjust print.css?

    #265216

    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

    #265229

    Hi!

    You must modify the print.css file. We’ll add this code with the next update though.

    Best regards,
    Peter

    #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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘print.css’ is closed to new replies.