Descripción
The Smart CSS Auto Loader Plugin (formerly CSS AutoLoader) allows you to load additional CSS files without the need to change the theme
Usage
To load additional stylesheets just put them into a directory named cssautoload (case-sensitive!). This directory can be placed in three different locations that are loaded in the following order:
- Theme independent : in the
wp-content
directory - Theme dependent : in the Theme’s directory
- Child Theme dependent (if using a Child Theme) : in the Child Theme’s directory
Sólo se añaden los archivos con la extensión .css, todos los demás son ignorados. Los archivos que comienzan un guión bajo (_) también son ignorados.
CSS for different media
CSS allows to have different styles for different target devices. Files placed directly in the cssautoload
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:
all
for all devices – you don’t need to create theall
directory, you also can put the files directly into the cssautoload root directorybraille
for braille tactile feedback devicesembossed
for paged braille printershandheld
for handheld devicesprint
for printouts or print preview on screenprojection
para presentaciones proyectadasscreen
para pantallasspeech
para sintetizadores de voztty
for media using a fixed-pitch character gridtv
para dispositivos tipo televisor
Other subdirectories in cssautoload
directory are ignored. Also subdirectories in the media subdirectories are not supported.
Support
Do you like this plugin?
I spend some of my precious free time developing and maintaining my free WordPress plugins. You don’t need to make a donation. No money, no beer, no coffee. If you like this plugin then please do me a favor and give it a good rating. Thanks.
Plugin Privacy Information
- This plugin does not set cookies
- This plugin does not collect or store any data
- This plugin does not send any data to external servers
Peters’ Plugins Privacy Information Page
ClassicPress
This plugin is compatible with ClassicPress.
Otros plugins de Peter
- JavaScript AutoLoader – Load JavaScript files without changing files in the theme directory or installing several plugins to add all the desired functionality
- hashtagger – Use #hashtags and @usernames in your posts
- 404page – Define any of your WordPress pages as 404 error page
- Ver todos
Capturas
FAQ
None yet
Reseñas
Colaboradores y desarrolladores
«Smart CSS Auto Loader» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Smart CSS Auto Loader» ha sido traducido a 5 idiomas locales. Gracias a los traductores por sus contribuciones.
Traduce «Smart CSS Auto Loader» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
5.0.0 (2022-08-08)
- rewritten using my Plugin Foundation PPF08
- renamed from CSS AutoLoader to Smart CSS Auto Loader
- sin cambios funcionales
4 (2019-03-08)
- moved from Tools to Appearance menu because rightly it belongs there
- UI improvements
- code improvement
3 (2018-05-25)
- minor code- & UI-improvements
2.3 (2017-11-16)
- faulty display in WP 4.9 fixed
2.2 (2017-10-11)
- bug fix: short open tag patched
2.1 (2017-07-10)
- add trailing slash to all paths
2.0 (2017-06-14)
- redesigned admin interface
- code improvement
1.2 (2016-10-09)
- cambio de traducciones a GlotPress
- rediseño de código
- sin cambios funcionales
1.1 (2015-12-15)
- Added Language Pack Support for translations
1.0 (2015-09-28)
- Lanzamiento inicial