=== The Events Calendar Extension: Event Slider === Contributors: theeventscalendar, gugaalves Donate link: https://evnt.is/29 Tags: events, calendar Requires at least: 4.9 Tested up to: 5.7 Requires PHP: 5.6 Stable tag: 1.0.1 License: GPL version 3 or any later version License URI: https://www.gnu.org/licenses/gpl-3.0.html A Pure CSS event slider, providing the shortcode [events_slider] to show events. == Description == The [events_slider] accepts the following parameters (attributes): - 'posts_per_page' Number of events to display. Default value: 5 Note: The default values will be used when no custom value is added to the shortcode - 'tag' Filter events by Tags Default value: none - 'category' Filter events by Event Categories. Default value: none - 'height' Slider height (in pixels). Accepts numbers only (so you don't need to add px at the end, but only the numeric value) Default value: 480 - 'width' Slider width (in pixels). Accepts numbers only (so you don't need to add px at the end, but only the numeric value) Default value: 640 - 'dots' Let you decide if you want to show dots navigation or not. Accepts values 'true' or 'false' Default value - true - 'color1' Define the primary color. Accepts hexadecimal colors. Don't forget to include the # at the beginning! Default value - #00000 - 'color2' Define the secondary color. Accepts hexadecimal colors only. Don't forget to include the # at the beginning! Default value - #FFFFFF == Installation == Install and activate it like any other plugin! * You can upload the plugin zip file via the *Plugins ‣ Add New* screen * You can unzip the plugin and then upload it to your plugin directory (typically _wp-content/plugins_) via FTP * Once it has been installed or uploaded, simply visit the main plugin list and activate it == Frequently Asked Questions == = Where can I find more extensions? = Please visit our [extension library](https://theeventscalendar.com/extensions/) to learn about our complete range of extensions for The Events Calendar and its associated plugins. = What if I experience problems? = We're always interested in your feedback, and our [Help Desk](https://support.theeventscalendar.com/) is the best place to flag any issues. However, note that the degree of support we provide for extensions like this one tends to be very limited. == Changelog == = [1.0.1] 2024-01-05 = * Fix - Correct folder name so autoloading works correctly. = [1.0.0] 2023-12-19 = * Initial release