• Resolved donsenilo1968

    (@donsenilo1968)


    Hello

    I had this phenomenon in the past, now I have it again and I don’t know why.

    The content is there but moved to right so it’s almost not visible.
    If you click on one of the orange buttons and then on “Druckansicht” you will see what I mean.

    Can you help me please ?

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter donsenilo1968

    (@donsenilo1968)

    Ok, I implemented this

    @media print{
        .pum-container {
             left: 0px !important;
    		top: 0px!important;
        }
    }

    and it looks good but now there is another problem:
    I get only the first page to print.

    Plugin Contributor twinpictures

    (@twinpictures)

    Hmmm, I have a feeling this has much to do with the pop-up modal window.
    what. happens when you use .pum-content as the target? does it at least print all the content?

    Thread Starter donsenilo1968

    (@donsenilo1968)

    No, it’s the same.
    And btw.: I’ve tested it with FF, Chrome and Edge.

    Thread Starter donsenilo1968

    (@donsenilo1968)

    Hi

    I have tried several targets but no difference.

    If you click on “DJ ALF pr?sentiert Geburtstagsgedichte zum 70sten Geburtstag” and on “Druckansicht” you see that only the first page is printable.

    I created a php-snippet with a shortcode that works: click on “DJ ALF pr?sentiert Geburtstagsgedichte für jedes Alter” and on “Drucken” to see that it works.

    Do you have some Demos to check if your plugin shows the same behavior as on my website ?

    Plugin Contributor twinpictures

    (@twinpictures)

    Best would be for us to set up a similar setup on one of our test servers to recreate the issue and then resolve it.

    If you would like, please reach out to us direct at info [at] twinpictures [dot] de and be sure to include a link back to this thread. We’ll attempt to recreate the issue on our end, and then get you a working solution. Sound like a plan?

    Thread Starter donsenilo1968

    (@donsenilo1968)

    I have sent you a mail on 6.10. but no answer yet.

    Plugin Contributor twinpictures

    (@twinpictures)

    Response sent Thu, Oct 7, 10:29
    please check your spam folder. Subject:

    WG: [www.remarpro.com Forums] Content out of sight

    Plugin Contributor twinpictures

    (@twinpictures)

    The Popup Maker maker is adding some wonky css.
    Simply add the following CSS to the child-theme to address this print issue:

    @media print{
       .pum {
            position: relative !important;
            left: 0 !important;
            top: 0 !important;
        }
        .pum-container{
            position: relative !important;
            left: 0 !important;
            top: 0 !important;
        }
    }

    Note: This is specific to the use of the popup maker plugin.

    Issue marked as resolved. If you are pleased with the plugin or it’s support… maybe consider leaving a wee review?

    Thread Starter donsenilo1968

    (@donsenilo1968)

    It works now. Thank you very much for helping me with this !

    Plugin Contributor twinpictures

    (@twinpictures)

    This thread should be tagged with popup maker

    • This reply was modified 3 years, 1 month ago by twinpictures.
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Content out of sight’ is closed to new replies.