{"id":39060,"date":"2015-09-28T06:59:45","date_gmt":"2015-09-28T06:59:45","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/css-autoloader\/"},"modified":"2024-04-17T20:11:00","modified_gmt":"2024-04-17T20:11:00","slug":"css-autoloader","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/css-autoloader\/","author":14674033,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"5.0.3","stable_tag":"5.0.3","tested":"6.3.8","requires":"4.0","requires_php":"5.4","requires_plugins":null,"header_name":"Smart CSS Auto Loader","header_author":"Peter Raschendorfer","header_description":"","assets_banners_color":"","last_updated":"2024-04-17 20:11:00","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/css-autoloader\/","header_author_uri":"https:\/\/profiles.wordpress.org\/petersplugins\/","rating":5,"author_block_rating":0,"active_installs":200,"downloads":8760,"num_ratings":6,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","changelog"],"tags":{"5.0.3":{"tag":"5.0.3","author":"petersplugins","date":"2024-04-17 20:11:00"}},"upgrade_notice":{"5.0.0":"<p>largely rewritten, but no functional changes<\/p>","4":"<p>some improvements, no functional changes<\/p>","3":"<p>minor code- &amp; UI-improvements<\/p>","2.3":"<p>faulty display in WP 4.9 fixed<\/p>","2.2":"<p>bug fix: short open tag patched<\/p>","2.1":"<p>add trailing slash to all paths<\/p>","2.0":"<p>unified admin interface<\/p>","1.2":"<p>Switched translations to GlotPress, code redesign, no functional changes<\/p>","1.1":"<p>Added Language Pack Support for translations<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":6},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3071835,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3071835,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["5.0.3"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[356,2001,13420,1976,2304],"plugin_category":[59],"plugin_contributors":[78970],"plugin_business_model":[],"class_list":["post-39060","plugin","type-plugin","status-publish","hentry","plugin_tags-css","plugin_tags-custom-css","plugin_tags-custom-styles","plugin_tags-style","plugin_tags-styling","plugin_category-utilities-and-tools","plugin_contributors-petersplugins","plugin_committers-petersplugins"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/css-autoloader\/assets\/icon-128x128.png?rev=3071835","icon_2x":"https:\/\/ps.w.org\/css-autoloader\/assets\/icon-256x256.png?rev=3071835","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>The Smart CSS Auto Loader Plugin allows you to load additional CSS files without the need to change the theme<\/p>\n\n<h3>Retired Plugin<\/h3>\n\n<p>Development, maintenance and support of this plugin has been retired in october 2023. You can use this plugin as long as is works for you.<\/p>\n\n<p>There will be no more updates and I won't answer any support questions. Thanks for your understanding.<\/p>\n\n<p>Feel free to fork this plugin.<\/p>\n\n<h3>Usage<\/h3>\n\n<p>To load additional stylesheets just put them into a directory named <strong>cssautoload<\/strong> (case-sensitive!). This directory can be placed in three different locations that are loaded in the following order:<\/p>\n\n<ul>\n<li>Theme independent : in the <code>wp-content<\/code> directory<\/li>\n<li>Theme dependent : in the Theme's directory<\/li>\n<li>Child Theme dependent (if using a Child Theme) : in the Child Theme's directory<\/li>\n<\/ul>\n\n<p>Only files with extension .css are added, all other files are ignored. Also files beginning with an underscore (_) are ignored.<\/p>\n\n<h3>CSS for different media<\/h3>\n\n<p>CSS allows to have different styles for different target devices. Files placed directly in the <code>cssautoload<\/code> directory are added with the media type 'all', suitable for all devices. To use a different media type just create a subdirectory with the name of the target media type (case-sensitive!). Te following CSS media types are supported according to the official CSS standard:<\/p>\n\n<ul>\n<li><code>all<\/code> for all devices - you don't need to create the <code>all<\/code> directory, you also can put the files directly into the cssautoload root directory<\/li>\n<li><code>braille<\/code> for braille tactile feedback devices<\/li>\n<li><code>embossed<\/code> for paged braille printers<\/li>\n<li><code>handheld<\/code> for handheld devices<\/li>\n<li><code>print<\/code> for printouts or print preview on screen<\/li>\n<li><code>projection<\/code> for projected presentations<\/li>\n<li><code>screen<\/code> for screens<\/li>\n<li><code>speech<\/code> for speech synthesizers<\/li>\n<li><code>tty<\/code> for media using a fixed-pitch character grid<\/li>\n<li><code>tv<\/code> for television-type devices<\/li>\n<\/ul>\n\n<p>Other subdirectories in <code>cssautoload<\/code> directory are ignored. Also subdirectories in the media subdirectories are not supported.<\/p>\n\n<h3>Plugin Privacy Information<\/h3>\n\n<ul>\n<li>This plugin does not set cookies<\/li>\n<li>This plugin does not collect or store any data<\/li>\n<li>This plugin does not send any data to external servers<\/li>\n<\/ul>\n\n<!--section=changelog-->\n<h4>5.0.3 (2024-04-17) URGENT BUGFIX<\/h4>\n\n<ul>\n<li>Bugfix after Cleanup<\/li>\n<\/ul>\n\n<h4>5.0.2 (2024-04-16) CLEANUP<\/h4>\n\n<ul>\n<li>Cleanup<\/li>\n<\/ul>\n\n<h4>5.0.1 (2022-10-01) FINAL VERSION<\/h4>\n\n<ul>\n<li>removed all links to webiste<\/li>\n<li>removed request for rating<\/li>\n<\/ul>\n\n<h4>5.0.0 (2022-08-08)<\/h4>\n\n<ul>\n<li>rewritten using my Plugin Foundation PPF08<\/li>\n<li>renamed from CSS AutoLoader to Smart CSS Auto Loader<\/li>\n<li>no functional changes<\/li>\n<\/ul>\n\n<h4>4 (2019-03-08)<\/h4>\n\n<ul>\n<li>moved from Tools to Appearance menu because rightly it belongs there<\/li>\n<li>UI improvements<\/li>\n<li>code improvement<\/li>\n<\/ul>\n\n<h4>3 (2018-05-25)<\/h4>\n\n<ul>\n<li>minor code- &amp; UI-improvements<\/li>\n<\/ul>\n\n<h4>2.3 (2017-11-16)<\/h4>\n\n<ul>\n<li>faulty display in WP 4.9 fixed<\/li>\n<\/ul>\n\n<h4>2.2 (2017-10-11)<\/h4>\n\n<ul>\n<li>bug fix: short open tag patched<\/li>\n<\/ul>\n\n<h4>2.1 (2017-07-10)<\/h4>\n\n<ul>\n<li>add trailing slash to all paths<\/li>\n<\/ul>\n\n<h4>2.0 (2017-06-14)<\/h4>\n\n<ul>\n<li>redesigned admin interface<\/li>\n<li>code improvement<\/li>\n<\/ul>\n\n<h4>1.2 (2016-10-09)<\/h4>\n\n<ul>\n<li>switched translations to GlotPress<\/li>\n<li>code redesign<\/li>\n<li>no functional changes<\/li>\n<\/ul>\n\n<h4>1.1 (2015-12-15)<\/h4>\n\n<ul>\n<li>Added Language Pack Support for translations<\/li>\n<\/ul>\n\n<h4>1.0 (2015-09-28)<\/h4>\n\n<ul>\n<li>Initial Release<\/li>\n<\/ul>","raw_excerpt":"Load CSS files without coding","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/39060","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=39060"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/petersplugins"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=39060"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=39060"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=39060"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=39060"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=39060"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=39060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}