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

    (@twinpictures)

    do you have multiple elements with the class ‘Print_new’?
    Regardless, you should try the latest RC of the next version:
    https://github.com/baden03/print-o-matic/tree/2.0-redo

    It might resolved some other issues for you.

    Thread Starter mira19

    (@mira19)

    thanks for the quick reply ?? installing the new version helped

    Thread Starter mira19

    (@mira19)

    Can you tell me if I can display the hidden block? The thing is, when I add to the block display: none; then it is not displayed on the print version either … This worked in the previous version

    Plugin Contributor twinpictures

    (@twinpictures)

    yes.
    the new version uses the power of:

    @media print {
    }

    so, if you had an element called .printonly
    you just need to override it’s print-only css like so:

    @media print {
       .printonly {
          display: block;
       }
    }
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Сontent is duplicated twice’ is closed to new replies.