WP Manifestindependent plugin directory
manifest / themes / wp-add-css-capability

Add CSS Customizer Capability releases

Simple plugin that allows site administrators to access the "Additional CSS" field in the customizer.

by UCF Web Communications · github.com/ucf/wp-add-css-capability

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/ucf/wp-add-css-capability/archive/refs/heads/main.zip

Allows site administrators to access the "Additional CSS" customizer field.

Description

Allows site administrators to access the "Additional CSS" customizer field.

Documentation

Head over to the WP Add CSS Capability wiki for detailed information about this plugin, installation instructions, and more.

Changelog

1.0.1

Bug Fixes:

  • Corrected an issue where a newline was being added to all pages.

1.0.0

  • Initial release

Upgrade Notice

n/a

Development

Enabling debug mode in your wp-config.php file is recommended during development to help catch warnings and bugs.

Requirements

  • node v16+
  • gulp-cli

Instructions

  1. Clone the wp-add-css-capability repo into your local development environment, within your WordPress installation's plugins/ directory: git clone https://github.com/UCF/wp-add-css-capability.git

  2. cd into the new wp-add-css-capability directory, and run npm install to install required packages for development into node_modules/ within the repo

  3. Optional: If you'd like to enable BrowserSync for local development, or make other changes to this project's default gulp configuration, copy gulp-config.template.json, make any desired changes, and save as gulp-config.json.

    To enable BrowserSync, set sync to true and assign syncTarget the base URL of a site on your local WordPress instance that will use this plugin, such as http://localhost/wordpress/my-site/. Your syncTarget value will vary depending on your local host setup.

    The full list of modifiable config values can be viewed in gulpfile.js (see config variable).

  4. Run gulp default to process front-end assets.

  5. If you haven't already done so, create a new WordPress site on your development environment to test this plugin against.

  6. Activate this plugin on your development WordPress site.

Other Notes

  • This plugin's README.md file is automatically generated. Please only make modifications to the README.txt file, and make sure the gulp readme command has been run before committing README changes. See the contributing guidelines for more information.

Contributing

Want to submit a bug report or feature request? Check out our contributing guidelines for more information. We'd love to hear from you!

Releases

2 releases.

Tag
Published
v1.0.1 latest
Feb 24, 2025 1 year ago
Jul 25, 2024 2 years ago

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.