When I deactivate the page optimizer plugin in the page, the Quiz and Survey Master (QSM) page works fine. When I activate the page optimizer the QSM page doesn’t work properly, the quiz will not display on the page.
]]>On WordPress.com installations we found when investigating a JS issue for a client that when the “Concatenate scripts” setting is enabled it causes a JS syntax error (which appears to be related to WooCommerce’s order attribution integration):
If this setting is disabled it works fine.
Note that interestingly it only occurs when the user is logged in, e.g. as an administrator, non logged in users it works fine.
]]>This plugin breaks the Elementor Theme Builder. I had to deactivate it in order to continue work on a client’s site – have not come across any other solutions.
]]>Hello, using this plugin the Elementor builder breaks.
Is there any fix for this issue?? Thank you
]]>Something about the most recent update to this plugin causes the Elementor editor to display pages with most formatting stripped. When I deactivate the plugin everything works fine again.
]]>Just letting you guys know, this plugin breaks the Elementor Theme Builder in the WP-Admin.
No need for follow up, as I’ve disabled email notifications on this post).
We disabled the plugin, and I will recommend to the client to find another option.
Hope this bug report helps!
]]>This was an issue reported by @tomjcafferkey in the WordPress Core Trac:
Steps to replicate
/wp-admin/options-general.php
and update your Site Language to an RTL languageWhat I expected to happen
My admin color scheme would be the one I updated it to.
What actually happened
Admin color scheme switched back to the default color scheme.
Additional information
We found out this is because there needs to be [extra data set](https://developer.www.ads-software.com/reference/functions/wp_style_add_data/) for RTL when enqueuing the stylesheet:
wp_style_add_data( 'colors', 'rtl', 'replace' )
fixes this when the site language is set to RTL
Additional RTL support documentation that recommends wp_style_add_data
for RTL found [here](https://codex.www.ads-software.com/Right-to-Left_Language_Support).
This will also help maintain consistency as admin-menu stylesheet does include this additional data for RTL support when the Site Language is set to an RTL language.`
]]>Hi,
Page Optimize is preventing Profitori from displaying properly (the whole display is looking like no css is loaded at all).
Are you able to take a look?
Thanks and Regards,
Paul Andrews
Profitori
I activate this plugin in a subsite of wordpress multisite, however, the wp-admin page immediately broke and giving an error in the console: Refused to apply style from 'https://www.main.site/subsite/_static/?-eJx1kX0OwiAMxS8kQw9gPAsfVeooLGvZPL64xCUu9r++vPf4QbHrZLCE3CKwfbKVhGH09bUPQ2A+2Z5ykbDYrmyoRLUMXf4x73UmVrxtMgSlKYHoOPnq5qj4GVmMOJ9BQ0BEUawZFmSsRatS7zrFkwSkMp2vTYMWt2wP/u3uG/9Eup4qFoFZOWPF+ADR6IwCBoP6IflyLjrcN5HjSo63c02SCQnC+I3d6PoG1XDPyw==' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
How to fix this issue?
Thanks.
Hi guys,
I am one of the developers of the plugin brizy. There are a few users on wordpress.com that have trouble using both plugins together.
The issue is that page optimize break our js in the iframe when the user is trying to edit a page with our editor.
Unfortunately, I can’t edit server files on wordpress.com but I see you guys had this issue before with divi builder so maybe a quick way to fix our issue is to add the code below next to divi code. I see it in the file page-optimize.php the function page_optimize_bail.
can we guys fix this together?
if ( class_exists( 'Brizy_Editor' ) && ( isset( $_GET[ Brizy_Editor::prefix( '-edit-iframe' ) ] ) || isset( $_GET[ Brizy_Editor::prefix( '-edit' ) ] ) ) ) {
return true;
}
All The Best,
Viorel
I would love to see an option to toggle off the behavior on the site admin/dashboard pages. Alternatively, or in addition to, having the ability to toggle this behavior if/when a user is logged into the site would be greatly beneficial, too.
That can definitely help ensure operability in those two potential scenarios & isn’t uncommon for plugins like this (some that don’t offer the option might actually default to this being the case where this one is defaulting on the other side of things; an option would be helpful for greater adoption among different use cases.) Maybe there’s a filter/hook for doing this, but I didn’t see it documented in the places I looked.
Thanks,
Kurt
Hi,
So I activated your plugin because it was free with my wordpress.com site account and now I’m having issues with one of plugins showing up. I need help figuring out how to fix this. I look forward to hearing back from you, thanks.
]]>Hi;
after activating plugins my site was broken with css. as you can see
https://ibb.co/7gKx3H1
@ consol
https://ibb.co/KrkqfHD
after deactivate the plugins ;the site came bake normally.
]]>