• Resolved Inner Journey

    (@inner-journey)


    Hi,

    thanks for your great plugin!
    I am currently trying to integrate a printer friendly button on my website on pages on which I also have an opt-in form. The opt-in text fields appear on the printer friendly version and interfere with the printing function, making my browser crash. I was wondering whether you could give me the filter name that you are using for Popupally so that I can remove the opt-in text fields from the print friendly version of the pages and fix the issue?

    Many thanks.

    https://www.ads-software.com/plugins/popupally/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Robin

    (@rli)

    Hi there,

    Glad you like the plugin!

    I am not too familiar with the printer-friendly functionality. If you are trying to filter out all fields, you can use input[type=”text”] and input[type=”submit”]

    Hope this helps!

    Thread Starter Inner Journey

    (@inner-journey)

    Hi, thanks for your response. I’m new to making websites and only just getting my head around the technicalities… I probably wasn’t specific enough in my first message, I was referring to a print-friendly plugin, WP-Print. Here’s the thread of my exchange with the author of this plugin: https://www.ads-software.com/support/topic/crash-when-using-on-mac-x-1075-and-firefox-310?replies=3#post-5921779

    Would the code you gave me still be relevant for this?

    Plugin Author Robin

    (@rli)

    (I just want to say that this seems like a rather technical change, and the chance of mishap is high)

    Based on that thread, the filter you need is
    remove_filter(‘the_content’, array(‘PopupAlly’, ‘add_form_to_content’));

    Thread Starter Inner Journey

    (@inner-journey)

    Thanks a lot, that worked!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Filter name for Popupally’ is closed to new replies.