Custom vertical slider plugin for UCF.
The Vertical Slide Plugin is a powerful tool for WordPress that allows you to easily create sliders on the frontend of your website. With its custom post type feature, you can seamlessly add and manage sliders with ease.
Head over to the ucf-vertical-slide-plugin wiki for detailed information about this plugin, installation instructions, and more.
- Added github packagist update action.
- Initial release
n/a
Note that compiled, minified css and 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.
- WordPress installation
- node v16+
- gulp-cli
- Advanced Custom Fields Pro (ACF Pro) plugin
- You can download the plugin from here and install it in your Wordpress directly or Clone the ucf-vertical-slide-plugin repo into your local development environment, within your WordPress installation's plugins/ directory: git clone https://github.com/UCF/ucf-vertical-slide-plugin.git
cd
into the new ucf-vertical-slide-plugin directory, and runnpm install
to install required packages for development intonode_modules/
within the repo- Ensure ACF Pro is installed and activated in your WordPress.
- Activate this plugin on your development WordPress site.
- Run
gulp default
to process front-end assets. - Run
gulp watch
to continuously watch changes to scss and js files. If you enabled BrowserSync ingulp-config.json
, it will also reload your browser when plugin files change.
- 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.
Want to submit a bug report or feature request? Check out our contributing guidelines for more information. We'd love to hear from you!