Skip to content

BeAPI/simple-custom-css-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Custom CSS Cache

Description

Instead of loading WordPress on every page to get Simple Custom CSS values, create a real file and load it instead of Simple Custom CSS style.

Important to know

Contributors: Rahe Requires at least: 3.0.1 Tested up to: 4.5 Stable tag: trunk License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Put Simple Custom CSS option to a real file

== Installation == PHP5 Required.

  1. Download, unzip and upload to your WordPress plugins directory
  2. Activate the plugin within you WordPress Administration Backend
  3. That's It !

More help installing Plugins

Frequently Asked Questions

= Where the CSS file is written ? =

By default the css file is written in your WordPress Content dir in the folder cache/scss/ . The files names are like 10-scss.css where 10 is the blog id.

= How to change the folder where the css files are created ? =

You can use the filter 'SCSS_Cache/folder_name' and change the folder name.

= I do not see any changes, the Simple Custom CSS custom URL is still used =

Check if the folder wp-content/cache/scss is here and writable. If not so, then create it.

Changelog

1.0.0

  • 9 April 2016
  • Initial

1.0.1

  • 30 Jun 2016
  • Fix fatal error on activation

About

Add a file cache on Simple Custom CSS plugin(https://wordpress.org/plugins/simple-custom-css/)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages