This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

My Custom CSS PHP & ADS

Description

Transfered to new dev: https://profiles.wordpress.org/esthertyler

Maked by Esther Tyler: http://mycustomcss.com/

With this plugin you can put custom css code without edit your theme and/or your plugins (really useful in case of any theme/plugin update).

It contain also Ace (Ajax.org Cloud9 Editor) Code Editor for write a good css code.

You can see in action (source code) here: VegAmami 🙂

PS: support file backup and – very important – static css file (fantastic for performance) 😉

Links

Language

  • English
  • Italian
  • Full translatable!

Screenshots

  • New advanced menu, in 3.0!!!
  • My Custom CSS Panel with All feature and DarkTheme
  • My Custom CSS Panel with LightTheme
  • Preview in browser sourcecode
  • Backup List (New Feature)!
  • Confirm when delete backup!

Installation

  1. Upload my-custom-css directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Reviews

September 17, 2020
Updating to v3.3 breaks the complete site, including having no access to the admin board. Had to restore from a backup and replace the plugin.
April 24, 2019
I used this Plugin in +50 sites and the editor worked fine for years. Last Auto-Update to Version 3.3 crashed all my WP-Backends with several php-errors. No feedback from new developer. I deleted all my-custom-css-plugins and replaced them with another still supported css-editor-plugin.
April 10, 2019 1 reply
I had to disable the plugin. After that I was able to log in again. Now I have another editor installed. It must be related to the last update. What exactly about the error only knows the developer...
April 2, 2019
Used this for ages with no issues.. but a client site became inaccessible when we applied the latest update today so the server techs had a look and this was the issue: [fcgid:warn] [pid 27640:tid xxxxxxxxxxxx] [client xxxxxxxxxxxxxx] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected '[' in /var/www/vhosts/DOMAIN/httpdocs/wp-content/plugins/my-custom-css/my-custom-css.php on line 69 Had to disable the plungin to get back in the site but now can't access the custom CSS cide we put in this plugin for the site. Is there any way to access the custom css site settings made via this plugin, before we have to do a full site restore to the previous backup.?
March 30, 2019
The update notice warns that this hasn't been tested with 5.1 (and PHP 7) so caveat emptor. It crashed my site with this error: [Fri Mar 29 14:47:54.341135 2019] [:error] [pid 28028] [client 108.54.150.208:62513] PHP Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /usr/local/webdocs/testsite/htdocs/wp-content/plugins/my-custom-css/pages/myphp/Edit.php on line 257
Read all 42 reviews

Contributors & Developers

“My Custom CSS PHP & ADS” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

3.2

  • Add php editor, shortcodes.

3.1

  • css fix report by A-minus and tested with 4.4.2

3.0

  • More advanced setting for enable/disable many feature:
  • Enable/Disable invisible elements;
  • Enable/Disable print margin;
  • Enable/Disable line numbers;
  • Enable/Disable backups (end, if enabled, save only if exist data to save = no more empty backup)!
  • Enable/Disable autocomplete;
  • All setting saved with cookies only when an admin access in backend!

2.9

  • Added version querystring in css and javascript (prevent cache issue from old release).

2.8

  • More code change/fix/clean (expecially in textarea and search bar) + removed old codemirror fix.

2.7

  • Search bar no longer fixed (caused graphics problems in some circumstances)

2.6

  • Fix a bug with 2.5 in svn repository!

2.5

  • More code clean, fix, and optimization!
  • All string translated (also in backup pages)!
  • Now with live auto-complete; text-zoom; theme-changer; and search bar!!!

2.4

  • More code clean, bugfix, optimization and performance!
  • Now support https and fix incompatibility issue with blue admin plugin!

2.3

  • Some code change/fix and now use Ace (Ajax.org Cloud9 Editor) instead of CodeMirror !!! 😀

2.2

  • More code clean/rewrite/optimization!
  • my_style.css no more deleted if blank (but still no show in output)…
  • Now script generate blank index.html page for prevent directory listing
  • File now in “wp-content/uploads/” directory (i hope this can fix some issue with some server – sorry, i prefer to don’t touch/old user file via script – so, move yourself if u glad)!
  • Top button improved with code of another my plugin: smooth-page-scroll-to-top (some little code only for this page – a good jquery effect)!
  • Now only one (big) Saved button on top-right (fixed)!
  • Now backup button is on bottom/left.

2.1

  • Now my_style.css and backup will be saved in content directory! (no more delete on upgrade)!
  • More other change in code…

2.0

  • Now use “$wp_filesystem->put_contents” and “wp_mkdir_p” instead of “file_put_contents” and “mkdir” (fix issue permission)…
  • Move backup in “hidden directory” – with old backup migration (prevent long css list in wordpress plugin editor)…

1.9

  • Add css stylesheets in backup management (just some little improvements)…!
  • Some fix in multisite network (disable view/erase backup except for blog_id 1)!

1.8

  • New important feature! Backup in setting panel (make backup when u click on save)!!! 😀
  • Update Syntax CodeMirror to Version 5.8: codemirror.net
  • Update Support/Author link to: http://mycustomcss.com/

1.7

  • Now use “link” instead of @import (link improve performance!)…

1.6

  • Tested with wordpress 4.3.1
  • More code rewrite (fix for translator)!
  • Fix icon css issue.

1.5

  • New feture: Now is full compatible in network mode (multisite support)!

1.4

  • Fix a small issue in “@import url()” (add “;”) with safari browser!

1.3

  • Now code is saved both on database and also in file “my_style.css[+ ‘?filemtime’ to fix browser cache]” when you click on “Save” (made and updated via db+php only if is present css code). Thanks to this I can see custom css code in admin panel via database and put in source via file with ‘@import url(“my_style.css[+ ‘?filemtime’ to fix browser cache]”)’. I think (and hope) that this can optimize source code view and time load!
  • New “Save” button in plugin page (fixed via css in top right position)!
  • New “Top” button in bottom right position (classic “anchor” top button)!
  • Many other code clean and optimization!

1.2

1.1

  • Updated CodeMirror to release 3.1!

1.0

  • Add CSS Style background and icon in plugins page 🙂

0.9

  • Very minor change: Plugin priority to 999 (now latest in header)
  • Some little fix and clean/indent in php code

0.8

  • Updated CodeMirror to release 3.02!
  • Some little change to readme.txt (removed faq and fixed other info).

0.7

  • Some CSS fix if no JavaScript enabled in browser
  • Updated CodeMirror (Syntax) to latest release (atm 3.01)
  • New Support and Setting link in plugins list
  • Translated Description and Support/Settings links in Ita

0.6

0.5

0.4

  • Some little fix in css auto height (codemirror.css)

0.3

0.2

  • Now you can see in source code only if is present custom css
  • Blog’s homepage redirect for direct access in my-custom-css.php
  • Empty “index.html” in all directory to Prevent Directory Listing
  • New menu in admin panel (after “Appearance” and before “Plugins”) with custom icon

0.1

  • First release