Modern ACF Options
A modern approach to ACF Theme Options
by Brandon Nifong · github.com/log1x/modern-acf-options · website
★ 34stars
2forks
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/log1x/modern-acf-options/archive/refs/heads/master.zipFrom the readme
Modern ACF Options
Here lives a simple mu-plugin to modernize and brand theme options created with ACF. No admin panels, no bloat – just a simple filter to optionally customize the CSS properties with your color palette.
Requirements
- PHP = 7.1.3
- Composer
Installation
Bedrock
Install via Composer:
Manual
Download the release .zip and install into wp-content/plugins.
Usage
The styling for Modern ACF Options requires the usage of seamless mode and tabs with their placement set to left.
Example using ACF Builder
Customization
To customize the color palette, simply pass an array containing one or more of the colors you would like to change to the acfcolorpalette filter:
Disabling Screen Options Tab
Remove Admin Footer Text
Development
Modern ACF Options is built using TailwindCSS and compiled with Laravel Mix.
Todo
- Continue optimizing/cleaning up existing styles.
- Add styles for ACF switches, input fields (focus, hover), buttons, etc.
Bug Reports
If you discover a bug in Modern ACF Options, please open an issue.
Contributing
Contributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.
License
Modern ACF
Read the full README on GitHub →