Hello Brigham,
Thanks for writing in! I have investigated the page and it turns out that you have inserted a broken code. You have inserted these:
<base target="_blank">
<iframe src="https://docs.cisal.org/rassegna-stampa/2017/" height="500" allowfullscreen="true">
<p>Il tuo browser non supporta gli iframe.</p>
</iframe>
<base target="_blank">
<iframe src="https://docs.cisal.org/rassegna-stampa/2016/" height="500" allowfullscreen="true">
<p>Il tuo browser non supporta gli iframe.</p>
</iframe>
<base target="_blank">
<iframe src="https://docs.cisal.org/rassegna-stampa/2015/" height="500" allowfullscreen="true">
<p>Il tuo browser non supporta gli iframe.</p>
</iframe>
Your should close the <base>
tag. For example:
<base target="_blank">
<iframe src="https://docs.cisal.org/rassegna-stampa/2017/" height="500" allowfullscreen="true">
<p>Il tuo browser non supporta gli iframe.</p>
</iframe>
</base>
It could also be caused by a plugin conflict, amongst other things. Please check out this troubleshooting article here and follow the instructions for the following sections (where appropriate):
- Testing for Plugin Conflict
- CSS/JS Customization
- Disabling Cache
- Disabling CDN
Please let us know if this works out for you.