Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeshanshani/wp-background-slider
Banner background slider for WordPress (only images) using Slick.js and ACF pro gallery field.
https://github.com/zeshanshani/wp-background-slider
Last synced: 3 days ago
JSON representation
Banner background slider for WordPress (only images) using Slick.js and ACF pro gallery field.
- Host: GitHub
- URL: https://github.com/zeshanshani/wp-background-slider
- Owner: zeshanshani
- License: mit
- Created: 2015-11-27T12:50:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T13:26:32.000Z (almost 9 years ago)
- Last Synced: 2024-03-20T08:10:31.620Z (8 months ago)
- Language: CSS
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress Banner Slider (Just Code)
Banner background slider for WordPress using Slick.js and ACF pro gallery field.## Requirement
- Slick.js
- ACF Pro Gallery## Instructions
1. Import **acf_banner_field.json** in your ACF fields group under **Custom Fields > Tools** in WP Dashboard.
2. Copy the CSS from style.css file to your site's stylesheet. Or if you are using SCSS, you can copy the code from scss/style.scss file.
3. Copy the JS code from js/main.js file to your site's scripts file.
4. Copy part-banner.php or code from it to your desired WP template file.