Transform ACF's flexible layouts list into a nice and UX popup.
By default there is a "default" image for layouts. But the idea is to customize them by adding your own.
- The size of image should be 366 x 150 or bigger 732 x 300.
- They should be named based on the flexible key (
push_2_light
) with no underscores but dashes (push-2-light.[extension]
). - The following extensions will be resolved in that order:
.jpg
,.jpeg
,.png
and.gif
.
They should more likely be situated into your theme wp-content\themes\my-theme\assets\bea-beautiful-flexible\
. But if you have a child-theme and added images into it, these will overwrite those from parent-theme.
The following directories will be solved according to order: plugin's folder, child theme's folder, theme's folder.
Also note that you can filter this path to gather all your images into a same folder :
add_filter( 'bea.beautiful_flexible.images_path', $path );
Finally, you could filter all images like this :
add_filter( 'bea.beautiful_flexible.images', $images );
- ACF Pro 5.6+ plugin
- WordPress 4.7+ because of
[get_theme_file_uri()](https://developer.wordpress.org/reference/functions/get_theme_file_uri)
- Download and install using the built-in WordPress plugin installer.
- Site activate in the "Plugins" area of the admin.
- Then add your awesome layouts images.
- Add repository source :
{ "type": "vcs", "url": "https://github.com/BeAPI/bea-beautiful-flexible" }
. - Include
"bea/bea-beautiful-flexible": "dev-master"
in your composer file for last master's commits or a tag released. - Then add your awesome layouts images.
Please refer to the contributing guidelines to increase the chance of your pull request to be merged and/or receive the best support for your issue.
If you identify any errors or have an idea for improving the plugin, feel free to open an issue or create a pull request. Please provide as much info as needed in order to help us resolving / approve your request.
Special thanks to HWK, from his blogpost, we created a WordPress plugin with custom tunings (js+css).
Created by Be API, the French WordPress leader agency since 2009. Based in Paris, we are more than 30 people and always hiring some fun and talented guys. So we will be pleased to work with you.
This plugin is only maintained, which means we do not guarantee some free support. Consider reporting an issue and be patient.
If you really like what we do or want to thank us for our quick work, feel free to donate as much as you want / can, even 1€ is a great gift for buying cofee :)
BEA - Beautiful Flexible is licensed under the GPLv3 or later.