All Projects → BeAPI → bea-beautiful-flexible

BeAPI / bea-beautiful-flexible

Licence: other
Transform ACF's flexible layouts list into a nice and UX popup.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to bea-beautiful-flexible

acf-flexible-content-preview
Transforms ACF's flexible content field's layout list into a modal with image previews.
Stars: ✭ 21 (+10.53%)
Mutual labels:  wordpress-plugin, acf, acf-addon
flexible-templates
Allows saving templates of the "Flexible Content" field, for easy and fast use of them on other pages.
Stars: ✭ 36 (+89.47%)
Mutual labels:  wordpress-plugin, acf, acf-addon
Fewbricks
Write code to create ACF field groups, fields and re-usable modules.
Stars: ✭ 100 (+426.32%)
Mutual labels:  wordpress-plugin, acf
Acf Codifier
A wrapper class to help write more readable ACF field declarations.
Stars: ✭ 114 (+500%)
Mutual labels:  wordpress-plugin, acf
acf-overview
ACF Overview allows to quick view configuration of all field groups
Stars: ✭ 19 (+0%)
Mutual labels:  acf, acf-addon
Acf To Rest Api
Exposes Advanced Custom Fields Endpoints in the WordPress REST API
Stars: ✭ 1,152 (+5963.16%)
Mutual labels:  wordpress-plugin, acf
Acf Star Rating Field
A simple star rating field for ACF.
Stars: ✭ 94 (+394.74%)
Mutual labels:  wordpress-plugin, acf
acf-image-aspect-ratio-crop
Image Aspect Ratio Crop field for Advanced Custom Fields
Stars: ✭ 100 (+426.32%)
Mutual labels:  acf, acf-addon
acf-typography
A Typography Add-on for the Advanced Custom Fields Plugin
Stars: ✭ 14 (-26.32%)
Mutual labels:  wordpress-plugin, acf
acf-vimeo-pro-data
Vimeo PRO Data field for Advanced Custom Fields v5
Stars: ✭ 14 (-26.32%)
Mutual labels:  wordpress-plugin, acf-addon
Acf Quickedit Fields
WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
Stars: ✭ 328 (+1626.32%)
Mutual labels:  wordpress-plugin, acf
acf-swatch
ACF Color Swatch Field
Stars: ✭ 67 (+252.63%)
Mutual labels:  wordpress-plugin, acf
acf-phone-number
A real ACF phone number field powered by libphonenumber and intl-tel-input
Stars: ✭ 68 (+257.89%)
Mutual labels:  wordpress-plugin, acf
Acf Options For Polylang
A WordPress plugin for adding ACF options page support for Polylang.
Stars: ✭ 131 (+589.47%)
Mutual labels:  wordpress-plugin, acf
acf-conditional-logic-advanced
Advanced Custom Fields - Conditional Logic Advanced
Stars: ✭ 31 (+63.16%)
Mutual labels:  acf, acf-addon
acf-field-boilerplate
Modernized PSR-2 boilerplate for creating custom fields for ACF5.
Stars: ✭ 54 (+184.21%)
Mutual labels:  wordpress-plugin, acf
acf-country
ACF Country field - Display a select field of all countries, in any language.
Stars: ✭ 103 (+442.11%)
Mutual labels:  wordpress-plugin, acf
Exopite-Multifilter-Multi-Sorter-WordPress-Plugin
Display and/or sort/filter any page or post types by multiple taxonomies or terms (like post by categories and/or tags) with AJAX. Exopite multifilter, multi-sortable, multi selectable, multi filterable sortable Wordpress Plugin.
Stars: ✭ 18 (-5.26%)
Mutual labels:  wordpress-plugin
cdbt
Custom DataBase Tables plugin is for WordPress
Stars: ✭ 24 (+26.32%)
Mutual labels:  wordpress-plugin
doubleclick-for-wp
WordPress plugin for serving Google Ad Manager ads
Stars: ✭ 25 (+31.58%)
Mutual labels:  wordpress-plugin

Be API Github Banner

BEA - Beautiful Flexible

Transform ACF's flexible layouts list into a nice and UX popup.

Screenshot Before/After Beautiful Flexible

How ?

By default there is a "default" image for layouts. But the idea is to customize them by adding your own.

Image convention

  • 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.

Where images should be situated

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 );

Requirements

  • ACF Pro plugin
  • WordPress 4.7+ because of [get_theme_file_uri()](https://developer.wordpress.org/reference/functions/get_theme_file_uri)

Installation

WordPress

  • 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.

Composer

  • 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.

Contributing

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.

Issues & features request / proposal

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.

Who ?

Credits

Special thanks to HWK, from his blogpost, we created a WordPress plugin with custom tunings (js+css).

Creator

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 :)

License

BEA - Beautiful Flexible is licensed under the GPLv3 or later.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].