Hi there! I got an alert from WordFence that the plugin has security issues, so I disabled it. Do you intend to update it?
Thank you!
]]>Hello,
Is this plugin still being supported? It is being flagged by Wordfence as abandoned.
I am currently using the Simple Custom CSS plugin on my website and need to customize the CSS to ensure it is correctly minified. However, I’m unsure of the correct path to follow in order to apply these customizations specifically for minifying the CSS.
Could you please guide me on the proper steps or provide the necessary documentation that outlines how to access and modify the path within the plugin for this purpose?
Your assistance would be greatly appreciated, as this adjustment is critical for optimizing the performance of our site.
Thank you in advance for your support.
Best regards,
Charan
I thought the plugin saved the CSS codes in the database,
If I didn’t get it wrong, do it save the CSS in the head of the site?
If I copy (cutting it) the CSS code from the Simple Custom CSS plugin, and move it (pasting it) into the Additional CSS of WordPress, would it work anyway?
(..this to make sure i don’t lose CSS codes in a possible WordPress update)
]]>I added margin-block-start and get the following warning:
Unknown property ‘margin-block-start’
]]>Hi,
After upgrading from php7.4 to 8.x (I tried 8.0, 8.1 and 8.2) i get following error, when calling the function:
Trying to access array offset on value of type bool in /…/wp-content/plugins/custom-simple-rss/custom-simple-rss.php on line 732
The line 732 is following:
$thumb_url = $thumb[‘0’];
Any help is very appreciated.
Kind regards
Don
]]>Dear Support Team,
I hope this message finds you well. I am currently facing an issue with the functionality of a plugin I installed on my website and I am experiencing the following problem:
Issue Details:
I kindly request your assistance in resolving this matter as soon as possible. Please let me know if you require any additional information from my end to help diagnose and address the problem.
Thank you for your prompt attention to this matter.
]]>Hello all!
Version 4.0.6 of Simple Custom CSS is now tested with WP 6.1 and PHP 8.1. Also, I’ve removed (hidden, really) the Customizer features when using a Block Theme. Note that your styles will always be accessible via the Admin menu under Appearance > Custom CSS.
Thank you for your continued support for Simple Custom CSS. This project has been a joy to maintain and update for all of you!
John
]]>I really love this tool so much more than the one that comes by default with WP.
I must be incredibly myopic, but is there no history of previous revisions made each time you save?
I searched “history” before posting, and have gotten used to just doing a massive copy past any time I do any major editing inside the CSS tool.
]]>I have tested the plugin and there is a warning with the full site editing when I click at the customizer
[12-May-2022 22:18:52 UTC] PHP Warning: Attempt to read property "title" on null in /Users/blog-fellyph/Local Sites/wpmu/app/public/wp-includes/class-wp-customize-nav-menus.php on line 1152
[12-May-2022 22:18:52 UTC] PHP Stack trace:
[12-May-2022 22:18:52 UTC] PHP 1. {main}() /Users/blog-fellyph/Local Sites/wpmu/app/public/wp-admin/customize.php:0
[12-May-2022 22:18:52 UTC] PHP 2. do_action() /Users/blog-fellyph/Local Sites/wpmu/app/public/wp-admin/customize.php:292
[12-May-2022 22:18:52 UTC] PHP 3. WP_Hook->do_action() /Users/blog-fellyph/Local Sites/wpmu/app/public/wp-includes/plugin.php:474
[12-May-2022 22:18:52 UTC] PHP 4. WP_Hook->apply_filters() /Users/blog-fellyph/Local Sites/wpmu/app/public/wp-includes/class-wp-hook.php:331
[12-May-2022 22:18:52 UTC] PHP 5. WP_Customize_Nav_Menus->available_items_template() /Users/blog-fellyph/Local Sites/wpmu/app/public/wp-includes/class-wp-hook.php:307
]]>
Using Simple Custom CSS plugin how can I remove the Sidebar from one Page? I am trying to remove the Search bar and Recent Posts sections. I have already tried the following…
.page-id-4323 sidebar {
display: none !important;
}
any other ideas?
Thank you in advance
]]>I have been struggling with CSS all day.
Cannot for the life of me find anywhere is the theme to modify the CSS.
I am now using the plugin but get nothing but expected this or expected that.
I need to accomplish two things:
1. I need to add code that will get my images to align and center properly throughout the site. I believe I need to add this: .elementor .elementor-widget:not(.elementor-widget-text-editor) figure.aligncenter {
margin: 0 auto;
}
2. I have added captions to my images but I would like them to display throughout the site at no larger than 8 px. Thought I had code for this, but it doesn’t work:
body {
background-color: var(--wp--preset--color--background);
color: var(--wp--preset--color--foreground);
font-family: var(--wp--preset--font-family--system-font);
font-size: font-size: 8px;
text-align: center;
line-height: var(--wp--custom--typography--line-height--normal);
--wp--style--block-gap: 1.5rem;
}
Any help that anyone can give would be greatly appreciated.
Thank you,
Robert
]]>Please tell me the database table which this plugin save data
]]>Can you please add option to render the CSS inline on all HTML pages and not by a link.
Unable to cache the dynamic link.
]]>This plugin has a very high score on the Code Risk index.
https://coderisk.com/wp/plugin/custom-css-js
Care to comment?
]]>Hello
Plugin dont work
nowhere I sea inserted CSS code
I tested version 3.2 and 4.0.4
WordPress 5.3.4
This plugin is great, but unusable on sites where performance is a concern until the CSS is delivered in a way that can be cached.
Using a query string in the CSS url breaks caches. Please update so that the CSS is accessed at a static URL!
Thanks!
]]>Something in our CSS code on Simple Custom CSS plugin is causing our WordPress Menu at top of screen to disappear when editing Posts in Front End Builder.
Any help would be appreciated!
Hello people! I have a question about changing CSS in wordpress. So, I have been using the Simple Custom CSS plugin and everything was okay. Earlier I tried to modify something through the plugin using the inspection option in Chrome, but it went wrong (I don’t know how). Every change I made on Simple Custom CSS was not seen. After clearing the cache and updating the plugin, I succeded to make one modification, but the others don’t apply and I can’t see them in sources in the inspection part.
Pleaase help!!! Thank youu
]]>The plugin active at all breaks search on a Studiopress/Genesis-themed sited (subtheme FYI is Altitude Pro). Turning off the on/off doesn’t fix it. Stripping out any custom PHP doesn’t, either. Only deactivation.
]]>Hi,
I’ve changed PHP to version 7.4
When I want to to visually do something with CSS , I see about 10 messages like this on top of header:
Warning: preg_replace(): Compilation failed: escape sequence is invalid in character class at offset 4 in /home/reklamossp/domains/inkilai.lt/public_html/wp-content/plugins/so-css/so-css.php on line 756
Line 756 is:
$css = preg_replace( array_keys( $regex ), $regex, $css );
What’s the problem here? Anyone khows?
Thank you
]]>Hi, I’m using your plugin, Simple Custom CSS, with WordPress and Thrive Architect. For some reason, I’m not able to style the form using CSS.It changed once and when I put in different CSS it doesn’t change at all anymore. Any help would be appreciated.
]]>When uninstalling this plugin, which databases can be deleted?
]]>Hi John and Danny,
Thanks for your plugin. I really like your elegant solution to injecting the css into the page header. So much that I have borrowed your technique for my own (first) plugin. I hope you don’t mind ??
I did come across an issue (and a simple solution) that I thought you (and others) might be interested in.
Under apparently random circumstances my css wasn’t being included. After much head scratching I found that my browser (Firefox) wasn’t making a GET
request for the css. Suspecting a caching problem, I added a random number mt_rand()
to the version parameter of wp_register_style()
which has fixed my problem. This forces the browser to load the css “file” every time.
I’m not sure if you or anyone else has come across this, but I hope it’s helpful
Thanks again for making free plugin’s for the community.
– Jerry
]]>Hi support team,
I am unable to use the WPML language switch if Simple Custom CSS is activated.
Screenshot > https://www.screencast.com/t/SCSVaAzIe
I found out after upgrade to new WPML version that the language switch does not work any more. After furhter investigation I found that the problem seems to be caused by the simple custom CSS plugin, because after deactivation (by dropping in plugins_off folder) the language switch is working again.
I’ve tried additionally to delete all css entries within the simple Custom CSS and found out that even without entries the WPML language switch is not available any more.
Sceenshot > https://www.screencast.com/t/iZyu0KKitU1
Do you have any suggestions to get this to run?
BR, Alex
P.S. I’ve made also a request to the WPML support
]]>Hi
Is there a way, using CSS only, to select and apply specific styling to all pages with the same parent?
Some of my parent pages have 20 or more child pages, which is making the CSS really bulky.
Thank you!
]]>HI,
I’ve added a custom CSS with simple Custom CSS but I’m not seeing any change on things that was supposed to change.
But If I add the same custom CSS directly under appearance and theme option, the change is obvious.
Is there anything I should do so Simple custom CSS will work?
I need to add that I have add other custom css using the plugin, and it was working fine.
]]>I was able to fix my problem by deleting the plugin files from FTP and changing the db field back to what it needed to be. Just wanted you guys to be aware.
When I added my second CSS style to your plugin, my site went down saying it couldn’t be found in wp_options.
The home field in the database table wp_options was changed to oddly link to the css stylesheet.
I have never had this happen before in my 10 years of WP. You guys may have a bug. The only time I accessed my database was to fix this issue and the site was running fine before adding 1 css declaration. Upon saving and trying to look at the site to test to make sure the styling worked. That is when I encountered the issue.
]]>Hello,
I’m designing a website however I have no experience with html and CSS so when I need to fix bits and bobs of my website, I copy and paste CSS code that I manage to find online and it has been working so far.
The problem I have at the moment is I’m using a forum plugin called wpforo and I would like to edit how the reply / create new topic box looks. It looks very cluttered and unattractive (https://prnt.sc/paccv) and wanted it to look a bit more like this (https://prnt.sc/pac5fm).
What CSS could I add such that I could hide a few buttons?
Here are some screenshots of how the answer box is laid out on my website
https://prnt.sc/pacddi
https://prnt.sc/pacdki
https://prnt.sc/pacea4
https://prnt.sc/paceha
https://prnt.sc/pacf09
Hiding some buttons would be the quick fix, if possible – what CSS could I add such that I could reveal the hidden buttons with an “advanced” button then unreveal it with a “basic button”, here are two screenshots to demonstrate what I mean.
https://prnt.sc/pac5fm
https://prnt.sc/pac5py
Thank you.
]]>Hi Guys – first off – we have used your plugin on everything we build- since 99% of our work is done using CSS – love it! We faced an issue when adding a Reserved Character ‘>’ to a :before pseudo class. like this — .et-pb-arrow-next:before {content: “>”;} — after the opening quote in front of the ‘greater than’ character all CSS is ignored. So we tried to use HTML Entities: > or > but these are interpreted back to the original Reserved Character upon ‘saving’ – breaking the remaining CSS. Just wondering if I am missing something here!
]]>