joddit
Forum Replies Created
-
Forum: Plugins
In reply to: [Global CSS by Joddit] Applying a new CSS only to POSTSI didn’t want to build any proprietary techniques into the plugin because then I would end up getting requests like “How do you apply styles to the whole site instead of just a single page”.
On top of that, this functionality has been built into WordPress for many, many years. Each post that you create has an ID associated with it for reference in the database. When WordPress pulls the post data from the database and parses it into the HTML and CSS that your website users see, it tags the CSS with many useful ID’s and Classes.
To restrict your CSS to a single Post, you would begin your css line with
.postid-12to restrict your CSS to the post with an id of 12.Side note, you can also restrict CSS to a single Page by beginning your CSS line with
.page-id-12for the page with id 12.I hope this helps.
Forum: Plugins
In reply to: [Global CSS by Joddit] Multi site problemWell that’s one thing we never did test the plugin with. I do apologize. I’ll have it looked into and a fix released asap.
Forum: Plugins
In reply to: [Global CSS by Joddit] WordPress 4 breaks this pluginIn the above response, reliability should have been resizability. Whoops.
Forum: Plugins
In reply to: [Global CSS by Joddit] WordPress 4 breaks this pluginDarron,
We’ve updated the plugin with a taller CodeMirror CSS editor window. Sadly, adding reliability to the window proved to be buggy and we couldn’t guarantee the usability and stability of it across all browsers/OS’s.
The latest update (1.0.2) should give you more working room. I hope this is sufficient.
Regards,
The Joddit Team
Forum: Plugins
In reply to: [Global CSS by Joddit] WordPress 4 breaks this plugingraffig,
First off, you’re very welcome. To make the style window taller, adjust the height of the CodeMirror class in /wp-content/plugins/joddit-global-css/css/jgcss-admin.css.
Exporting the styles isn’t something we’ve planned to build into the plugin, but maybe down the road if more people want that feature. For now, the stylesheets can be found at /wp-content/uploads/YEAR/MONTH/ABSTRACTED-NAME.css.
Regards,
The Joddit Team
Forum: Plugins
In reply to: [Global CSS by Joddit] WordPress 4 breaks this pluginBe sure you’re using the latest. The code was throwing some PHP warning/errors that have since been fixed. The version 1.0.1 should work fine. If it doesn’t please let me know.
Forum: Plugins
In reply to: [Global CSS by Joddit] losst stylesheetsThis issue should be resolved with the latest 0.9.5 release of the plugin.
Forum: Plugins
In reply to: [Global CSS by Joddit] How to apply the new CSS file?I’m sure this issue is long since behind you, but basically when you create a new CSS file, it’s immediately applied to your front end (non-admin) website. Any changes should be immediately apparent. Though a few simple browser refresh may be required in some circumstances.
Forum: Plugins
In reply to: [Global CSS by Joddit] WP_List_Table breaks itThis issue should be resolved in the latest 0.9.5 release of the plugin.
Forum: Plugins
In reply to: [Global CSS by Joddit] WordPress 4 breaks this pluginThe latest 0.9.5 build should work in any WordPress 4.x release.
Forum: Plugins
In reply to: [Global CSS by Joddit] WordPress 4 breaks this pluginWe’ll be using this plugin for an upcoming site we’re building, so we’ll be updating the plugin to work with the latest version of WordPress and fixing any issues we find along the way.
Forum: Reviews
In reply to: [Global CSS by Joddit] Global CSS by JodditJohn,
Thanks so much for the kind words. We’re all so glad that you found this plugin useful. Responses like your are why we do what we do. We all wish you the best in your web design endeavors.
– Brian
Forum: Plugins
In reply to: [Global CSS by Joddit] styles not saving to database since wp3.5.1Thanks for the additional info. I’ll try to track down the problem and get it fixed ASAP.
Regarding the !important keyword or loading the stylesheet last, we could probably build in an option to load the stylesheet(s) last, but using specificity is a much better way to get frustrating styles to win.
Forum: Plugins
In reply to: [Global CSS by Joddit] Warning when saving a stylesheetWe use a header redirect to control some of the flow in our plugin. Apparently this is a common issue with pluggable.php.
On the roadmap, I’ve noted to remove any use of redirects to avoid these kinds of random warnings.
This should be fixed in the next version release.
Thanks for pointing it out.
Forum: Plugins
In reply to: [Global CSS by Joddit] styles not saving to database since wp3.5.1Well that’s weird. I’ll have one of our guys take a look at the plugin later today and see what he can come up with.
By chance, which version of our plugin are you using?
Also, are you on a Windows or Linux server? (if you know)
Whatever information that you can give us specific to your platform would be extremely helpful.