• Hello! I updated to 2.1.5.6 and the iframe form in my popup disappeared. Rolled back to 2.1.5.5 and the issue was fixed. FYI for future updates.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Damian

    (@timersys)

    Could you please share the url where I can see that popup?

    Yep…I’m seeing the same thing. We’re using Flodesk and it uses a script tag to embed their form. It seems the latest version of WP Popup Lite is running the popup output thru wp_kses() which strips out all but the most basic of HTML tags. So iframe and/or script tags will no longer work with this plugin.

    Plugin Author Damian

    (@timersys)

    Please, Try adding in your functions.php the following:

    remove_filter( 'wppopups_content', 'wp_kses_post' );

    Removing the filter in functions.php does not seem to fix the problem.

    I was able to resolve my specific issue by creating a shortcode that outputs the Flodesk script contents.

    Plugin Author Damian

    (@timersys)

    hi @kerramel for you is working?

    For me adding the provided code works fine with iframe

    Thread Starter kerramel

    (@kerramel)

    @timersys Thank you! I tried adding the php code and it did not help.

    • This reply was modified 8 months, 2 weeks ago by kerramel.
    • This reply was modified 8 months, 2 weeks ago by kerramel.
    Thread Starter kerramel

    (@kerramel)

    @timersys – I submitted a ticket through your website because I upgraded to Basic. I provided URLs in my ticket.

    Same issue here, Iframe stopped working after updating to 2.1.5.6, I had to rollback to the previous version.

    Plugin Author Damian

    (@timersys)

    @mduboule did you try the provided code? Whjere I try it seems to work for me.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘iframes not working in 2.1.5.6’ is closed to new replies.