stidch
Forum Replies Created
-
I also face this issue if a page contains an iframe.
My iframe is embedded in a shortcode. I cannot save any page, which contain a shortcode, which contain an iframe.
For example:
onload="resizeIframe(this)"
In my case I try to resize an iframe with the advanced-iframe plugin. The full shortcode looks like this:
advanced_iframe src="https://xxx.com/script.php?parameter=value" frameborder="0" scrolling="no" onload="resizeIframe(this)"
In an html block above I’v defined the resizeIframe method.
<script function resizeIframe(iframe) { iframe.height = "10px" // required for reducing the size iframe.height = iframe.contentWindow.document.body.scrollHeight + "px"; } /script>
If I remove the part
onload="resizeIframe(this)
from the shortcode I can successfully save the page. With I can’t.
I’ve tried already with disabled plugins and default theme.
This issue seems to be related to
In my case it https://core.trac.www.ads-software.com/ticket/48698Where can I find this “default WordPress XMLP export tool”?
Forum: Plugins
In reply to: [Theme My Login] Lost password links redirects to login pageI have a similar problem.
In addition to the “Theme My Login” plugin I use the “Page Restrict” plugin.
If someone which is not logged in opens the page https://volley-uster.ch/intern it sees the login page, because the page is restricted.
If the guy click now on “Lost password?” the link https://volley-uster.ch/intern/?action=lostpassword is opened, but unfortunately he will see the login-page again.
I guess this is because the link has “/intern/” in the address, which is a restricted page.
If the link would look like https://volley-uster.ch/?action=lostpassword everything would work perfectly.
Do you have any idea how I can fix that? Can I somehow change the structure of the lostpassword link (remove “intern”)?
Thank you very much for you support!
Stephan
I‘ve updated to version 3.5 and still see the same issue. What‘s about you?
- This reply was modified 6 years, 10 months ago by stidch.
Hi ludens
I see that the problem is fixed on the website you provided in your post.
Can you please tell what you did to fix it?
RegardsJust seen that the solution is disabling JetPack’s Photon module.