iFrame on my website in wordpress

-3

I installed the https://br.wordpress.org/plugins/iframe/ plugin on my site, and followed all the guidelines.

In the page that wanted to put the iFrame, I inserted the code, but it is not loading the page that is needed.

Has anyone gone through this, or can you help me?

Thank you in advance!

This is a blank site: site

Page that should appear: Form

    
asked by anonymous 25.01.2017 / 01:41

1 answer

0

On your page you have this:

<div class="fusion-youtube-flash-fix">&shy;<style type="text/css"> iframe { visibility: hidden; opacity: 0; } </style></div>

Remove this tag <style> and its content and should resolve

    
25.01.2017 / 11:28