• Resolved mikemcminn

    (@mikemcminn)


    When trigger using the Watch Video button, the popup fires but Vimeo video embeds do not display. I checked that they can be displayed on the page below the button. But for popups they do not display.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mikemcminn

    (@mikemcminn)

    FYI theme is Divi, not sure if that helps.

    Plugin Author Damian

    (@timersys)

    Hi @mikemcminn,

    I don’t see the iframe and it’s probably due to secutiry that is being removed. Please try adding the folllowing code in your theme’s functions.php

    remove_filter( 'wppopups_content', 'wp_kses_post' );

    Then save your popup again.

    • This reply was modified 7 months, 3 weeks ago by Damian.
    Thread Starter mikemcminn

    (@mikemcminn)

    Thanks this fixed it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vimeo iframe not displaying’ is closed to new replies.