WP Manifestindependent plugin directory
manifest / unclassified / ucf-wp-carousel-plugin

UCF WP Carousel Plugin

This plugin adds a Bootstrap-style carousel based on Athena theme variables.

by Paul Sepulveda · github.com/ucf-cecs-it/ucf-wp-carousel-plugin

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-cecs-it/ucf-wp-carousel-plugin/archive/refs/heads/main.zip

Declares an update source (https://github.com/UCF-CECS-IT/UCF-WP-Carousel-Plugin), so updates arrive through the plugin's own updater.

From the readme

UCF WP Carousel Plugin # This plugin adds a Bootstrap-style carousel based on Athena theme variables. Description ## This plugin adds a Bootstrap-style carousel based on Athena theme variables. Documentation ## Head over to the UCF WP Carousel Plugin wiki for detailed information about this plugin, installation instructions, and more. Changelog ## 1.0.0 ### Initial release Upgrade Notice ## n/a Development ## Note that compiled, minified css and js {{edit this list if the plugin doesn't include css/js!}} files are included within the repo. Changes to these files should be tracked via git (so that users installing the plugin using traditional installation methods will have a working plugin out-of-the-box.) 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 UCF-WP-Carousel-Plugin repo into your local development environment, within your WordPress installation's plugins/ directory: git clone https://github.com/UCF-CECS-IT/UCF-WP-Carousel-Plugin.git 2. cd into the new UCF-WP-Carousel-Plugin directory, and run npm install to install required

Read the full README on GitHub →