-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82e8f33
commit 73cc7e7
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.gitattributes export-ignore | ||
.gitignore export-ignore | ||
.gitkeep export-ignore | ||
README.md export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Demo ACF Plugin | ||
|
||
__Fork it, or download the [latest release](https://github.com/colorful-tones/acf-slider-block/releases), and make it your own!__ | ||
|
||
This is a demonstration of how you might create a custom [ACF Block](https://www.advancedcustomfields.com/resources/blocks/), which is a slider carousel UI. We're using SwiperJS (3rd-party dependency) for the slider JavaScript and CSS (mostly). | ||
|
||
## Installation | ||
|
||
__Required__ You must have [ACF PRO](https://https://www.advancedcustomfields.com/pro/) installed and activated in order to use the ACF Slider Block plugin. | ||
|
||
### Manual | ||
|
||
1. Upload the `acf-slider-block` folder to the plugins directory (typically `wp-content/plugins`) in your WordPress installation. | ||
2. Activate the ACF Slider Block plugin. | ||
3. Create a new post or page, and insert the Slider block. | ||
4. That's it. | ||
|
||
## Changelog | ||
|
||
### 0.1.1 – 2023-11-15 | ||
|
||
Initial release, which includes: | ||
|
||
- Slider Block which uses [SwiperJS](https://swiperjs.com/) (v11.0.4) | ||
- Two style variations: "Default" and "Complex" - examples of how you might have different variations. Feel free to fork and modify! |