This plugin is being flagged by Wordfence as abandoned since it has not been updated in 2 years. Anyone know if there will be any updates any time soon?
Thanks!
Hi
Wordfence is warning me that this plugin has not been updated for the last 3 major versions of WordPress and may have security/compatibility issues. Can you confirm that you’re at least keeping an eye on it and will fix any security issues that might arise? Otherwise, can anyone recommend an alternative plugin? I need page-specific CSS, and most of the alternatives are site-wide.
Many thanks ??
Hi, is there any way to recover the old lost css? I deleted it by mistake but can’t find a recovery mode, not even from an old backup. Is it possible to recover the code? Ctrl + z does not work unlike the classic editor. Thanks
]]>Hi,
I was wondering if there were any plans to update this plugin to allow for block-specific CSS. I think that would be a great value add to both this plugin and the WordPress ecosystem.
Thanks,
Ann
]]>The compatibility only shows up to version 5.4.6. If this is indeed compatible with later versions please update the info.
]]>But I’m not sure if there would something else be needed, like replacing existing styles…
“posts or custom post types will override the main stylesheet too.”
That means that loaded css for the page will all be replaced for the “custom css” added with the plugin?
]]>I have seen a recommendation that the 404 page should be a normal Gutenberg page rather than hard coded in the 404.php file.
Tried it and found that Custom CSS doesn’t seem to load on 404 pages.
Is there a way of doing this or maybe it should be a new feature request.
]]>Hello Daniele,
Thank you for this great plugin
Add a quick question regarding the per product CSS
Is it loaded inline? Or as an external stylesheet
Many thanks for your confirmation
Best regards
]]>Hi, I’m cleaning up a site and have to determine which plugins are indeed active and in use. Where in wp database can I find indication that a post or page is using your plugin? Thanks for the help!
]]>Found a javascript error when using the Fusion Builder which is an essential part of the popular Avada wordpress theme. The error message is, “dropping module because define wasn’t a string.” This prevents from styling containers in the visual builder. Deactivating WP Add Custom CSS resolves the issue. Would you be willing to look into this? Thanks!
]]>Unable to cache the dynamic link.
Can you please add option to render the CSS inline on all HTML pages and not by a link.
]]>Hello
I am trying to add custom CSS on woocommerce product category pages but the plugin doesn’t work there. Is there any quick way to get it to work? If not, is there any quick way to add custom CSS to taxonomy pages?
Thanks
Shiv
Was wondering if this was still being maintained and supported? It has not been updated in almost a year. Please let me know.
]]>Hello,
i had need to change your plugin for another because when i changed my website url to https, it doesn’t apply any css code.
With another css plugin is all ok on the same situation.
I like your plugin because your format management but i can’t use it because it have this problem.
There are some a future solution to solve it?
Thank you.
]]>I’ve been using this plugin for my customer, and it is really good for adding custom styles per page/post basis. The site is rather big and we dont want to affect other pages.
Thank you for your works!
I’ve just made translation for Japanese:)
Any option for wrapping long lines of text?
]]>I have started finding that when I update a page/post, Preview is loading the updated body, but the old (last published) version of Custom CSS. The only way I can preview changes before Updating seems to be to put them in <style> tags in the body to preview, then move them down into the Custom CSS box once I’m confident enough to click ‘Update’.
I haven’t noticed this before (and I use WP Add Custom CSS a lot!) so I suspect this may have been triggered by an automatic update to WordPress 5.3.4
(I haven’t dared update this site to WP 5.4.x yet, as it broke some other important sites so I treading carefully. But when I do, if it fixes this, I’ll update this thread.)
]]>One of our users can no longer edit certain posts because of a javascript error. This results in a blank page instead of the editor.
Looking in the browser consule I see the following error:
Uncaught error: ace.edit can’t find div #single_custom_css_ace
at object.t.edit (ace.js?ver=5.3.2.1)
at HTMLDocument.<anonymou> (scripts-ace.js?ver=5.3.2.2)
….
The user can still create new posts and currently encounters this problem only with 2 posts. Other posts can still be edited.
None of the posts that have problems had custom CSS.
Hard refresh, clearing browser cache do not solve the problem.
Problem occurs in both MS Edge as Google Chrome (no other browsers installed)
Other users have no problems editing the same posts.
]]>I have established that this plugin causes a conflict with WPBakery/Woocommerce websites, at least those created with the Werkstatt Theme.
What happens, is when it is activated, it blocks the visual editor working from the frontend, effectively rendering frontend editing useless. After all, frontend editing is intended for people who are uncomfortable with coding.
Please see the two images below, I think they clarify the existing problem.
https://nuovafiat500.nl/wp-content/uploads/2020/02/Problem-WPAddCustomCss-on-visual-editing-gone.png
https://nuovafiat500.nl/wp-content/uploads/2020/02/Problem-WPAddCustomCss-off-visual-editing-on.png
Suggestion: It would be awesome if there’s a tick option to have the CSS coded minified on the front-end.
this would make the plugin more lovable by many SEO-picky developers such as myself. Minificaiton is an amazing step!
]]>Hi there,
In advance, thanks for the effort building and maintaining the plugin.
If the main URL of a website has been configured in a way that it contains a query parameter, for example https://test.com/?attr=123, then the plugin doesn’t load the custom CSS correctly, in this example it creates the URL https://test.com/?attr=123%3Fdisplay_custom_css%3Dcss
A suggestion is to change the line where the CSS is registered by:
wp_register_style( 'wp-add-custom-css', get_home_url(null, '?display_custom_css=css') );
I think this is new with the newest WordPress release. The custom CSS box when I’m editing a page is now sitting on top of the content I’m trying to edit, rather than at the bottom of the page below the content. This makes it difficult to edit content!
]]>CSS Grid
]]>“Once the plugin is installed and activated, from your dashboard navigate to “Add custom CSS”, check the desired custom post types and save. You will find a new box called “Custom CSS” in your custom post type editing area.”
Where is this “custom post type editing area” you speak of?
Thanks,
– K
Hey WordPress Members,
I just installed the plugin and it works great!
The CSS will be placed in a stylesheet instead of inline like the basic customizer editor does.
But personally I find the CSS window editor really small.
It would be nice if the window was responsive. So that I can change the size of the window myself like many text areas have.
I have been getting a problem with the Gutenberg page/post preview not working until after I click publish.
Using the “Health Check & Troubleshooting” plugin I switched to a default theme and turned off all plugins.
I went to edit an existing page and deleted all the blocks (there was no CSS) – preview was working and the page was blank. So all good.
Then repeated with “WP Add Custom CSS” plugin enabled – the preview was of the page before deletion – so wrong.
I repeated this a number of times and got the same result.
Can someone please confirm this result so we can get it fixed – thanks.
]]>Hi,
in wordpress rtl version , all textarea and input is right to left.show bottom image :
https://cdn1.imggmi.com/uploads/2019/2/11/c4b087d949a5ba5e6bc1d064b30782ab-full.jpg
please add style { direction: ltr; }
to textarea if wordpress is rtl vertion.
for check rtl version you can use this function :
]]>I’m trying to write css using pseudo classes like: (:last, :first, etc …)
but it’s not being applied to the elements corresponding with the pseudo class
I’m wondering if pseudo classes are supported?
I went to change a setting in my css under “WordPress Add Custom CSS” and found it empty, although it seems like the code I used to modify visual elements is being executed. I checked multiple sites I’ve used it on, and same on all. I feel like I’m in the twilight zone. I have been updating these sites to WP 5, installed the “Classic Editor” plugin to avoid the confusion with the Gutenberg editor since I have other page builders in use.
I see others have had some issues after wordpress update. Might this be one as well? Another post asked where the file this plugin generates is located. The answer was the “main wordpress folder”, but I’m not sure what is meant by that. What is the filename so I can find it?
Thanks.
]]>Hi,
I am adding my own custom fonts (@fontface…) to the css plugin. Where is the final CSS file located that this plugin makes? I need to understand where the css file is located relative to the fonts folder so I can reference it properly
@font-face {
font-family: ‘National-Regular’;
src: url(‘location/National-Regular.otf’) format(‘otf’),
url(‘location/National-Regular.woff’) format(‘woff’),
url(‘location/National-Regular.ttf’) format(‘truetype’);