• Resolved arrowheader

    (@gauchan)


    My page prints fine except for some content that is inside a table and tabs (the content in the PARTICIPATION table). As you can see, the content inside it prints twice. It prints the content inside the table/box and another duplicate content right below it.

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

    I am using the [print-me target=”table”] shortcode. What would be the right shortcode for me to use in this page? I think I might not be using the right shortcode to print this correctly.

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

    (@twinpictures)

    because there is duplicate tables on the print page. You either need to reach out to the dev/plugin that is used to create the tables, or you’ll need to include the plugin’s CSS that hides the extra table.

    Alternately, you can try manually updating to the upcoming print-o-matic version, as it should address this issue magically. The RC is available on GitHub.

    Thread Starter arrowheader

    (@gauchan)

    I installed the latest RC (2.0 redo.zip) from your GitHub. The [print-me target=”table”] gave me a blank page with a gray background but when I used the [print-me target=”body”] shortcode, it is now looking great as you can see on my page:

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

    1. Is this version stable and when will it be officially released? I have a production and restricted site that I will need to use this on so wanted to check on that.

    2. Is the PRINTER icon designed to remain in the output page? I know in the current version of your plugin, the printer icon is not there in the output.

    Plugin Contributor twinpictures

    (@twinpictures)

    1a. yes. 1b. at our discretion.
    It is stable, and will replace the current version in the near future. It is highly recommended that you use the release candidates on new sites. It’s the older sites that we want to make sure can seamlessly upgrade, so you should be OK.

    2. No, the printer icon is not meant to remain on the print page, as it serves no purpose.

    Final note, if you are targeting the entire body, then you are not really needing a plugin like this one. This is for people that want to target specific parts of a page, not the entire body. Of course you can use it like that, it’s just probably more efficient to use something like:

    <button onclick="window.print();">
    

    Cheers!

    Thread Starter arrowheader

    (@gauchan)

    1. Got it.

    2. So, how can I get rid of the printer icon in the output?

    3. Got it. I do have a need to print just parts of a page on another page. For example, can you tell me how to print only the INTRODUCTION table in this other page?

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

    Plugin Contributor twinpictures

    (@twinpictures)

    2. [print-me do_not_print=".printomatic"]
    https://plugins.twinpictures.de/plugins/print-o-matic/documentation/#do-not-print

    3. By ELEMENT
    [print-me target="body"]
    By CLASS
    [print-me target=".element_class_to_print"]
    By ID
    [print-me target="#element_id_to_print"]
    https://plugins.twinpictures.de/plugins/print-o-matic/documentation/#id

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Showing duplicate content’ is closed to new replies.