Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter zabelle_motte

    (@zabelle_motte)

    Found the solution !
    The difficulty comes from the fact that the plugin css enters the document after the global css. So that the only way to personalize the printing css for the plugin is to edit its style.php file and adding these lines at the end :

    @media print {
             .GTTabs {display:none;border:0 none;}
    	.GTTabs li a {display:none;border:0 none;}
    	.GTTabs li.GTTabs_curr a {display:none;border:0 none;}
    	.GTTabs_titles{display:block !important;border-bottom:1px solid;}
    	.GTTabs_divs {display:block !important;}
    }

    Thanks a lot for this simple tabs plugin !

    Zabelle

    Thread Starter zabelle_motte

    (@zabelle_motte)

    Resolved

    Plugin Author Billy Bryant

    (@diomenas)

    Zabelle, I will add that into the plugin and release a new version, thank you for the code add-on!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to print all tabs ?’ is closed to new replies.