• Resolved arrowheader

    (@gauchan)


    How can I remove or hide the Date and Author from the print ‘output’ page? We don’t have a need to display this information for the end-user.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor twinpictures

    (@twinpictures)

    Without a link to your page we can not give specific instructions, so we’ll just link you to the documentation on the do_no_print attribute.

    You’ll have to use the browsers inspector to find out the unique class or ID the wrapping container has so you can remove just that meta info.

    Thread Starter arrowheader

    (@gauchan)

    Here is a test page.

    https://zensofts24.sg-host.com/test/

    Two issues/questions:

    1.When you print the page, there is some information on the very top left such as PAGE NAME, AUTHOR and DATE/TIME. How can I get exclude that in the output?

    2. How can I make the Print Output print in COLOR including the Blue Table background? Right now, it seems like it is printing only in black & white.

    Plugin Contributor twinpictures

    (@twinpictures)

    1. this output is hidden on the display page using CSS. You just need to include that CSS on the print page. Include the following under the Print Page CSS section of the print-o-matic options page:

    .entry-title rich-snippet-hidden, .card rich-snippet-hidden, .updated rich-snippet-hidden {
       display: none;
    }

    2. This depends on which browser you are using as it’s a print setting in each browser. On chrome, in the print dialogue box there is a sub-menu called (something like) ‘more settings’ when this is expanded there will be — ahem — more settings, including a checkbox for ‘background images’. Check this and presto! Bob’s your uncle.

    Thread Starter arrowheader

    (@gauchan)

    Thank you for the quick and easy fix for #2 ??

    For Issue #1, I did add the CSS in the PRINT CSS section in the Print-O-Matic Settings but I am not seeing the change.

    Screenshot: https://prnt.sc/118c2hy

    https://zensofts24.sg-host.com/test/

    Thread Starter arrowheader

    (@gauchan)

    Nevermind. I used ‘table’ instead of ‘body’ in the shortcode and that took care of it. Thank you for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Date and Author from single page’ is closed to new replies.