Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author agentevolution

    (@agentevolution)

    You’d need to create a print style sheet (See: https://codex.wordpress.org/Styling_for_Print) that would set all the tab content with CSS to display: block;

    Thread Starter madbirdesign

    (@madbirdesign2)

    Thank you – I have tried that, but only the active tab will show on the printed version – the other 2 tabs are hidden from view.

    .wplistings-single-listing .ui-tabs .ui-tabs-hide { display:block !important; opacity: 1 !important; visibility: visible !important; }

    Thread Starter madbirdesign

    (@madbirdesign2)

    Ah! I think I finally found the right code to adjust:

    .ui-tabs-nav li { float: none !important; }
    .ui-tabs-panel.ui-widget-content { display: block !important; }

    Thanks again for the plugin and the link.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[WP Listings] print friendly?’ is closed to new replies.