Yes, it will be good if you can fix that i have this issue also.
-
This reply was modified 4 years, 9 months ago by
Svezhara.
Same here. I’d love to see if the issue is fixed
I have also seen this issue happening randomly
@joedavid , @theblueli , @pcbuildbg , @srikat
Please try *&oxygen_iframe=true* in the custom URLs. As I suspected Oxygen loads an iframe.
When you go to the URL that looks like https://oxygen.local/?ct_template=main&ct_builder=true
https://oxygen.local/sample-page/?ct_builder=true&ct_inner=true, you have a page with the control panel of Oxygen, but the page of the website is embedded as iframe. The source of the iframe includes &oxygen_iframe=true, so with *&oxygen_iframe=true* you should match site page in Custom URLs => Frontend URLs
Be careful, it’s the frontend. Because the control panel page of Oxygen calls the frontend inside the iframe.
Be careful, both the source of the iframe and the control panel page URL include ct_builder=true&ct_inner=true, but &oxygen_iframe=true is included only in the source of the iframe, better you use &oxygen_iframe=true if you want to disable plugins on the page called by that iframe.
Let me know if it works.
Thank you. That solved half of the problem.
Just tried and it does disable the specified plugins from loading in the iframe of the Oxygen builder but they continue to load in the outer control page.
Without FDP: https://d.pr/i/r8ll9O (notice the two instances of Complianz cookie policy elements – one loads in the control page and the other inside the iframe)
With FDP and adding *&oxygen_iframe=true* custom frontend URL: https://d.pr/i/CmN1DX
I tried adding *&ct_builder=true* but that hasn’t made a difference. Screenshot: https://d.pr/i/Ofnf4D.
This is the URL where I am testing: https://oxygen.local/sample-page/?ct_builder=true&ct_inner=true.
@srikat you are welcomme.
Please, try the same *&ct_builder=true*, but with Custom URLs => Backend URLs.
The URL https://oxygen.local/sample-page/?ct_builder=true&ct_inner=true. looks like a frontend page, but maybe Oxygen manipulates the global variable current_screen and FDP thinks it’s a page of the backend.
I mean
*&oxygen_iframe=true* with Frontend URLs as you have done and it works for the iframe
*&ct_builder=true* with Backend URLs for the outer control panel
@srikat
No luck @giuse.
Screencast: https://vimeo.com/534653890/45e3840b12
I can share the sandbox install for you to take a look at if you want.
Is there a way to privately send you the WP login?
Hi @srikat, first let’s try the last test.
Please, add this in your wp-config.php before the comment /* That’s all, stop editing! Happy blogging. */
define( 'EOS_DP_ALLOW_POST',true );
And let me know if it works.
Hi @giuse Just tried and it has made no difference.
Solved, thanks to excellent support by Jose.
I’ll write a tutorial about this on my site soon. This is a great plugin worth spreading awareness of.
@srikat You are welcome Sridhar! Many thanks to you for writing a tutorial 🙂
For @joedavid @theblueli @pcbuildbg and other people who may have the same issue, the problem was solved with the following settings:
both in Custom URLs => Frontend URLs
*?ct_builder=true&ct_inner=true
*&oxygen_iframe=true