Hello,
Would you please tell us when a suited update for WordPress 6.5.2 is available ?
Thank you in advance,
]]>There are options for visually adjust background-image and background-size (e.g. “cover”), but background-attachment is missing.
And that is a really big problem if you add a background image to the whole page, because usually it needs “background-attachment: fixed”
Especially in Full Site Editing themes such an option is badly needed! (Because the only regular option is to add a cover block an MOVE all other blocks within. An extremely error-prone method!)
So, please, add a selection for “background-attachment: fixed”!
]]>We’ve confirmed through extensive testing that there is some type of conflict between the SiteOrigin CSS plugin and the MainWP Child plugin. When enabled, SiteOrigin CSS breaks the MainWP Child plugin and consequently breaks the connection with the MainWP Dashboard. When we disable SiteOrigin CSS, then the MainWP Child plugin functions normally. Sadly, we are out of necessity banning the SiteOrigin CSS plugin from our network, as we cannot have anything disrupting MainWP. Just wanted to let you know that there is a conflict between SiteOrigin CSS and MainWP Child. Thanks!
]]>I realise this is on the edge of your responsibility but hoping you may be able to provide some clues.
Have been using SO a lot on a new site, using Spectra One theme over the last week, especially as FSE block based editing has been so frustrating (I get the philosophy it’s the implementation that fails…??anyway…) .
This i was working fine until the site stopped serving up css changes – including critical, launch-critical ones. The SO css file on the server has been updating correctly but css served up has been ~ 12 hours stale across many browsers and 4 hard-refreshed devices, despite purging and disabling litespeedcache, optimole. I have no CDN and i host on hostinger.
Only work around has been to move the css into the theme’s Additional CSS panel – which is unusable for editing, but does refresh.
I know this is ‘outside your wheelhouse’, but can you suggest any reason why SO css updates aren’t refreshing? ATM I have traced to…?‘somewhere on the internet’ ??
Many thanks for a fine plugin.
Looking to add some simple CSS rules to edit some colors in the wp-admin dashboard, can I do it with this plugin? Thank you.
]]>Hello,
I found that so-css file loads in the footer that rerenders the page.
I suppose that it happens because plugin register the script after WP print them out in wp_head.
So, it would be much better, if you changed:
add_action( ‘wp_head’, array( $this, ‘enqueue_css’ ), 20 );
to:
add_action( ‘wp_enqueue_scripts’, array( $this, ‘enqueue_css’ ), PHP_INT_MAX );
PHP_INT_MAX – sets so-css file in the end all styles in header that is the best position for correcting scripts like so-css.
I tested, it works fine.
Hi there…we have a site with MonsterInsights Premium (latest version 8.19.0) installed.
With SO CSS 1.5.3, custom CSS loads fine, no matter whether MonsterInsights Premium is activated or deactivated.
With SO CSS 1.5.8 & MonsterInsights Premium activated, the site first loads without the custom CSS, so it’s not following those styling rules. Then, after a brief delay, the custom CSS loads and the site appears as it should.
With SO CSS 1.5.8 & MonsterInsights Premium deactivated, everything works fine.
Can we control the load priority or is this an issue we have to take up with them?
]]>Great plugin!
And I have some suggestions to make it even better:
As a regular WordPress trainer I can say, that there are a few (often demanded) missing pieces in visual editor which could make the life of CSS beginners (like my trainees) much easier:
Thanks for Your efforts in making a this plugin!
]]>Hi,
After the latest update – there is a nag/notice that has a link to an installer… but this nag is shown to users without plugin update permissions.
Also, is it really necessary to add another top level admin menu item? Its really an annoyance. You have a right to advertise on your css admin page, but please don’t add unnecessary items to the top level admin menu.
Thanks for your consideration,
Paul
]]>I don’t seem to be able to effect any changes to the Divi Tooltip Shortcode …ether using your plugin or directly in Custom CSS. I thought maybe you could help me understand why?
For instance this doesn’t work for me:
.et-tooltip-box {
color: #ffffff;
background-color: #666666;
}
I think it would be quite helpful if the eye icon & the arrow icons have tooltips. I always have to guess which one brings me to which menu.
]]>When you are in the full screen editor, there is no “exit without saving changes” button. This is quite annoying imho.
]]>Our login & register page doesnt display correctly but we werent able to edit css since in the css editor we always logged in as administrator. I hope there will be a windows for incognito mode where we can see our site as a guest/public and we can log into test account for different user role other than admin. This mode will delete all browsing data & cookies once we close/return back to main page.
]]>Hi,
Can you minify the resulting css with this plugin?
I don’t want to do it with my “LiteSpeed ??Cache” plugin, because I just want to minify these styles, mainly to remove the comments I’m annotating.
]]>Hi there,
What happens with customized or changed css (done with the help of “SiteOrigin CSS” plugin) if the theme is getting an update? Is it necessary to create a child theme to make these amendments safe?
Best
Chris
I try to add this piece of code via SiteOrigin to my website:
/* Uncategorized category in Category List block – dropdown */?
.wp-block-categories-dropdown option[value=”1″] {
display: none;
}
and thats what SiteOrigin does with it:
/* Uncategorized category in Category List block – dropdown */
.wp-block-categories-dropdown option[value=”1″] {
display: none;
}
Looks like SiteOrigin is incorrectly converting the [
character to an HTML entity, which is breaking the code.
Is there a glitch in the SiteOrigin editor? Or are there any settings to solve this?
Chris
]]>Is SiteOrigin CSS compatible with PHP 8.1?
]]>Hello,
after updating, I tried to make some changes through the view editor, but there was an error notice in the View window, and I cannot make any changes.
Query monitor shows:
Uncaught Error: Call to undefined function WP_Filesystem()
in so-css.php on line 93.
I am not sure how to fix this.
Line 93 of my so-css.php file shows:
if ( empty( $post_id ) && WP_Filesystem() ) {
and line 91-94:
function get_custom_css( $theme, $post_id = null ) {
$css_key = ‘siteorigin_custom_css[‘ . $theme . ‘]’;
if ( empty( $post_id ) && WP_Filesystem() ) {
$custom_css_file = apply_filters( ‘siteorigin_custom_css_file’, false );
Same problem om my staging site that runs a different theme.
Help is really appreciated!
]]>I have used plugin SiteOrigin CSS and set the color to black for the menu bar of this Panoramic theme. It works fine on the home page but on the other pages it does not span the entire width of the screen. Have a look. Ideas??
]]>tl;dr: How can I change the declarations in the right column of siteorigin css? They don’t seem to belong to any of the selectors in the left column.
I am trying to change the background color of the main menu in mobile view (at the moment it is white text on white background).
I have plugged in Siteorigin css. In their editor, I have two windows below my page. The left is showing selectors; the right side is showing code variables.
Now, I can pick a selector and change properties. For instance, I can pick a red background, and that works nicely. HOWEVER, I want a transparent background. And this is where I get lost.
Because on the right hand window of the siteorigin css editor, CSS code variables are shown, including background-color: #f9f9f9. This seems to be the culprit, preventing my background image to show through. But I have no idea where this ‘background-color: #f9f9f9’ belongs or how to change it.
Where do the declarations in the right column belong and how can I change them?
]]>Hello,
I would like to change the color of a the header of one specific site.
The Color of the master header can stay the same color. Does anyone know the right CSS Code to use for this?
Thanks
When using the visual interface and trying to style a button I try and highlight the button to see the CSS and instead of it highlighting it’s like I’ve clicked on the button and I’m navigated away to where to the destination. In other words, I can’t see the CSS. How do you edit buttons and other active elements?
]]>Hi,
After I updated this plugin, I found this plugin lost the most of UI strings’ translations.
Please check this plugin’s GlotPress project and fix the related issues.
]]>Hi, the following CSS does not have any effect in Site Origin CSS customizer but works in the theme custom CSS. Any idea why?
select.wpas-form-control {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
Customizing Awesome Support form.
Thank you
]]>Hi guys!
It doesn’t work on any of the sites where I have the plugin.
Neither with the Astra theme nor the Twenty Twenty-One in its latest versions.
Not even with all plugins disabled.
Navigate to ‘x page’ takes you to Navigate to ‘#’ (does not load the selected page)
Please check the problem when you have time.
Capture: https://imgur.com/a/9zmXDmj
Greetings!
]]>Hi,
i disabled all my plugins. And I found out that Elementor PRO generates the following error:
“Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.”
What I can do?
]]>I have problems with saving, it also happens on the Astra theme. I think it depends on the latest version of Chrome but I would like to know an opinion.
https://postimg.cc/MMN3nkCb
Fortunately, you have a useful backup.
https://postimg.cc/JsVH7TGw
I have the cookie bar above the SiteOrigin CSS menu and this makes it difficult to read. I just installed your plugin.
]]>Can I use SO CSS with Discy question answer theme ?
]]>Hello thank you very much for the plugin I have your plugin very much freezes and slows down, sometimes the page does not respond when I edit on your plugin My site
]]>