Hy,
I recognized a compatibility problem with WPBakery Page Builder.
Your Plugin hides every element with class “content” in admin interface, because, when plugin is active, it enqueues his css on every page in admin interface.
I fixed that by replace the “.content” in your admin.css with:
.settings_page_scss-wp-editor .content {
...
}
So it is only active on your page. But a better solution would be to only load your css on your plugin pages, which is a little bit more work to implement.
But generally: Thanks for that plugin. It helps a lot.
Best Regards,
Stefan
]]>Hi, there is a conflict with WooCommerce Advanced Bulk Edit.
]]>hi there,
recently i am working on a side project for myself, I tried to utilize the plugin but it’s not working, here is the example:
SCSS
[data-rm-breadcrumb-color="white"] .rank-math-breadcrumb {
a, span {
color: white;
}
}
.rank-math-breadcrumb {
a, span {
color: #2d4e5a;
font-size: 1rem;
}
}
this is not the only case that is not working, I tried some simple nesting for example CLASS nested in CLASS and it’s not working too.
but when putting the same scss using WPCODEBOX, the code work flawlessly.
Thanks.
Glass
]]>I am testing out the plugin on my staging site and trying to add a pseudo-element to it.
after saving, the content will become this
&:after {
content: \"\"; //the escaping broke the style
position: absolute;
width: 100%;
transform: scaleX(0);
it broke the pseudo style at the frontend and if you save again and again, it will escape the last escape again and again, then became something like this:
&:after {
content: \\\\\\\\\\\\\\\"\\\\\\\\\\\\\\\";
position: absolute;
width: 100%;
transform: scaleX(0);
also, one minor bug is the ‘Save Changes’ button at the backend, you can only click the bottom half, and the code area covers the upper half.
anyways, this is a really great plugin!!! thanks for developing!!`
]]>