ACF Hero Section
Customizable ACF Hero section.
by Developing Designs · github.com/joedooley/acf-hero-section · website
★ 5stars
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/joedooley/acf-hero-section/archive/refs/heads/master.zipFrom the readme
acf-hero-section
Customizable ACF Hero section.
Installation
1. Clone plugin to WordPress plugin directory.
1. Activate acf-hero-section plugin for WordPress dashboard or wp-cli.
1. Sync ACF Hero Image Section field group in the dashboard under/
1. Custom Fields - Field Groups - Sync Available
Development
1. Install composer and npm dependencies.
1. Run npm install from the acf-hero-section root directory.
1. Note: composer dependencies are installed automatically during npm install.
1. Run npm run watch from the acf-hero-section root directory to watch for scss and js changes.