Please, we need you, when u come back?
thanks.
]]>Hello, is it possible to make the plugin available for the category page of wordpress
is there a code to change in order to do so ?
thanks.
]]>Since version 3.0 there have been many updates of CodeMirror. If there is some advantage to staying at major version 3 of CodeMirror, at least a more recent version should be used: https://codemirror.net/doc/releases.html#v3
Notice on that linked page that at, at this time, version 3.24 is available, and many important bug fixes have been made since version 3.0, which was released on 10-12-2012 (way too long ago!).
Please update the CodeMirror dependency, or at least make the code available on GitHub so we can send a PR with an update.
]]>Hi Paulo! Love this plugin. I just noticed, it seems like with Gutenberg that the code is not saved. If I have Gutenberg enabled, I can scroll down, add CSS to the page, but when I save (with Gutenberg active), it does not save, and when I scroll back down to view CSS, my saved CSS is gone. I was able to deactivate Gutenberg, add the CSS and then reactivate Gutenberg and it seems like the CSS is there but to actually add code in Gutenberg, appears to be a saving problem. NBD just thought I would mention it. Thanks again this makes life so much easier!
]]>Hello,
Could you help me ?
I get a notification of
Notice: Trying to get property of non-object in /website/wp-content/plugins/css-plus/css-plus.php on line 234 on all my 404 error
How Can i fix that ?
My WordPress 4.8.3 is running on Shoreditch theme.
Thanks in advance for your help
]]>Hi, How can I change the css_plus_engine function?
I want to add a condition isset($GLOBALS[‘post’]->ID) inside the function.
How can I accomplish this ?
If you wonder why on my wordpress site I have some pages that are not wordpress pages ??
Hi, when i try to add a new class with the plugin it doesn’t show up in the page, i can only add CSS rules. Why?
]]>the css editor didnt display the original css code and unable to input or update either when i create or update any posts or pages.
but i found the css code was loaded well in textarea when i check with the developer tools of Chrome, plz kindly check:D
thanks for your great work!!!
]]>You wrote it, you tell me.
]]>PHP warning on 404/not found page:
Trying to get property of non-object in [...]/plugins/css-plus/css-plus.php on line 213
Hello,
I am having the same problems other posts have brought to your attention where after entering my CSS into the tan CSS box your plugin creates on the page editor and updating the page, the newly entered CSS will disappear.
I have applied the instructed code to the wp-config file as described here: https://cssplusplugin.wordpress.com/2013/04/02/i-lost-my-css-in-first-update-and-now/
I have turned off all other plugins on our site and the problem still exists.
Here’s the strangest part: The problem only exists on a single page as far as I can tell. I can apply CSS on any other page or post with no problem saving.
Here’s another strange fact: The page that is currently producing the problem already has CSS applied in the box. So, at one time we were able to apply CSS normally through the plugin. Now we cannot.
I have tried to apply the CSS on IE, Chrome and Firefox. I have thoroughly cleared all caches.
The page in question is: https://jg.financialeducatorscouncil.org/points-badges/ . To view, you will need to create an account here: https://jg.financialeducatorscouncil.org
Please let me know if you can shed any light on this mystery.
]]>I’ve a lot of php errors when i abilitate wordpress debug:
[22-Jun-2015 22:26:26 UTC] PHP Notice: Trying to get property of non-object in public_html/wp-content/plugins/css-plus/css-plus.php on line 213
Any solution?
]]>If a page or post with CSS Plus styles is the first result of a WordPress search, the styles will be inserted into the header of the search page.
For example, my style.css sets div.my-class to “width: 50%”. I have a page, “Page A,” that uses CSS Plus to overwrite div.my-class to “width: 25%”.
If I search WordPress and the first result returned is Page A, CSS Plus will put the Page A inline rules in the header of the search page, and all divs of class my-class will have a width of 25% instead of 50%.
How can I disable CSS Plus for the search page?
https://www.ads-software.com/plugins/css-plus/
Edit: I fixed this temporarily by editing the function css_plus_engine in css-plus.php to wrap everything in an if (!is_search()) check, but I don’t want to edit this every time I update the plugin. Is there a more permanent and stable solution?
]]>I love this plugin. But sometimes I find that changes I make don’t hold. Yet if I put the same changes in my theme custom CSS panel, they do hold.
Anyway to force CSS changes per page to take effect?
I use !important all the time. Adding it makes no difference when something is not taking effect.
In my present instance, a plugin’s setting is not being overridden.
Any clues?
]]>Hi there,
Kind’ve fan mail, but are you be planning to update CSS Plus for the future? It still works on 3.9, but just curious if you’ll continue to develop the app for the future.
Thanks again for a great tool.
Scott
]]>Hi,
After update to WordPress 3.9, the CSS saved before and just entered will not be displayed after we Save the post.
So cannot modify/adjust the CSS.
Please advise.
]]>Great plugin. Just one minor thing.
Using Firefox 26 at least, I cannot resize the textarea where you type the CSS. Would be helpful if you could.
Thanks!
Oh and not crucial, but would be great if there were a “light” color scheme since mostly WordPress admin panel is a lighter color scheme.
]]>Hello, Wonderful plugin, thank you. But I’m just wondering where the new data is stored? I’m guessing it is data and isn’t directly modifying the theme, and will remain if I update a theme. But just wondering what the file is called on the data base as I build locally and will need to transfer the data file at some stage. Thank you for your beautiful work.
]]>Activating version 1.4.1 of CSS Plus, I receive the following warning when add new post or page. It does not show error if editing page already created.
Warning: Missing argument 2 for css_plus_plugin_save_post() in /home/content/44/4787244/html/photo/wp-content/plugins/css-plus/css-plus.php on line 188
Warning: Missing argument 2 for css_plus_plugin_save_post() in /home/content/44/4787244/html/photo/wp-content/plugins/css-plus/css-plus.php on line 188
]]>
I’ve been having trouble with the CSS plus on my homepage
After i enter the CSS and save the page it appears to work correctly, until i refresh the page and the CSS plus just disappears for some reason.
It’s fine on all other pages.
Anyone know what this can be caused by?
Any help is very much appreciated!
]]>I’ve been trying to change the background color of a single page using CSS Plus and haven’t had any luck.
I’ve tried:
body {background:#eef}
body {background:#eef;}
body {background: #eeeeff}
body {background: #eeeeff;}
body {background-color: #(all variations)}
body
{
background: #eef
}
. . . and so on.
None worked. However, I did change the text of a page using:
p
{
font-family:"Times New Roman";
font-size: 18px;
}
and that worked fine.
I would say my skills with Word Press are well below “novice”. Thanks for any help.
Mark
]]>