Companion is intended to assist users designing their sites without editing their original style.css files.
Companion's features include:
- Editing CSS stylesheets that override the original style.css in the theme.
- Add custom information into the head area of your site/page for non-wpmu sites. - Does NOT activate for Multisite
Please do
not copy the entire style.css into the editor, the editor is used for placing specific element changes. If you want to change the background of your entire site you do
body { background: #333333; }
#333333 being swapped for the color that you want to use.\
Notice that you do
not need to replace the entire CSS element but just the portion you want to override / change.
0.3.4
Cleaned up notices/warnings, verified to work with WordPress 3.4
0.3.0
Verified to work with WordPress 3.1
0.2.9
Fixed the show style.css original etc.
0.2.7
Adjusted to use wp_upload_dir() to find the proper directories, i.e. wp 3.0
0.2.6
Adjusted to work with 3.0/Multisite
0.2.5
Verified to work with WordPress 2.9.1
0.2.4
The color picker wasnt working out so removed it, fixed the plugindir variable.
0.2.3
Browser Selections types are now handled by body classes, so don't need them as css overrides, re-added the color picker to the help page.
0.2.2
Rewrote the internals, removed the class because it wasn't working right with included files, /shrug, fixed to work with subdirectory installations
0.2.1
Added 'header.html' an edit option that allows you to put metatags custom php and javascript additions to the head area of your site.
fixed some naming conventions to be more appropriate to what your reading in the code
adjusted the help page to include some of the new 2.8.1 comicpress/commpress div id's and classes
0.2.0
Fixed pathing for local xampplite installations and seperated WPMU better for pathing.
Prop Joe Kandra from
One Small Step
0.1.9
Fixed to be used with IE
0.1.8
New editor, using Edit Area now. Tabbed the pages.
0.1.7
Changes the save location of your custom CSS files so they do not get overwritten when upgrading the plugin.
0.1.6
Fixes the WPMU path structure for blog.ids and wpmu installs using subdirectories.
0.1.4-5
Better pathing, fixes for installs in subdirectories. Removed the funkey acting color picker.
0.1.3
- Wordpress Site created the directory comicpress-companion and not comicpress_companion, adjusted.
- Also didn't like the core file in a subdirectory
0.1.1
- First release, works with Wordpress and WPMU ComicPress theme installations.