All Projects → jameelmoses → acf-flexible-content-preview

jameelmoses / acf-flexible-content-preview

Licence: other
Transforms ACF's flexible content field's layout list into a modal with image previews.

Programming Languages

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

Projects that are alternatives of or similar to acf-flexible-content-preview

acf-overview
ACF Overview allows to quick view configuration of all field groups
Stars: ✭ 19 (-9.52%)
Mutual labels:  acf, wp-plugin, acf-addon
flexible-templates
Allows saving templates of the "Flexible Content" field, for easy and fast use of them on other pages.
Stars: ✭ 36 (+71.43%)
Mutual labels:  wordpress-plugin, acf, acf-addon
acf-image-aspect-ratio-crop
Image Aspect Ratio Crop field for Advanced Custom Fields
Stars: ✭ 100 (+376.19%)
Mutual labels:  acf, wp-plugin, acf-addon
wordpress
Free PWA & SPA for Wordpress & Woocommerce
Stars: ✭ 103 (+390.48%)
Mutual labels:  wordpress-plugin, wp, wp-plugin
wp-mail-catcher
A fast, lightweight plugin that saves emails sent by your WordPress website.
Stars: ✭ 16 (-23.81%)
Mutual labels:  wordpress-plugin, wp, wp-plugin
bea-beautiful-flexible
Transform ACF's flexible layouts list into a nice and UX popup.
Stars: ✭ 19 (-9.52%)
Mutual labels:  wordpress-plugin, acf, acf-addon
Fewbricks
Write code to create ACF field groups, fields and re-usable modules.
Stars: ✭ 100 (+376.19%)
Mutual labels:  wordpress-plugin, acf
Acf Codifier
A wrapper class to help write more readable ACF field declarations.
Stars: ✭ 114 (+442.86%)
Mutual labels:  wordpress-plugin, acf
Acf Options For Polylang
A WordPress plugin for adding ACF options page support for Polylang.
Stars: ✭ 131 (+523.81%)
Mutual labels:  wordpress-plugin, acf
Wp Graphql
🚀 GraphQL API for WordPress
Stars: ✭ 3,097 (+14647.62%)
Mutual labels:  wordpress-plugin, wp-plugin
acf-conditional-logic-advanced
Advanced Custom Fields - Conditional Logic Advanced
Stars: ✭ 31 (+47.62%)
Mutual labels:  acf, acf-addon
disable-drop-cap
Plugin to disable drop cap in Gutenberg editor paragraph block.
Stars: ✭ 11 (-47.62%)
Mutual labels:  wordpress-plugin, wp-plugin
Acf Star Rating Field
A simple star rating field for ACF.
Stars: ✭ 94 (+347.62%)
Mutual labels:  wordpress-plugin, acf
Acf To Rest Api
Exposes Advanced Custom Fields Endpoints in the WordPress REST API
Stars: ✭ 1,152 (+5385.71%)
Mutual labels:  wordpress-plugin, acf
Acf Quickedit Fields
WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
Stars: ✭ 328 (+1461.9%)
Mutual labels:  wordpress-plugin, acf
acf-vimeo-pro-data
Vimeo PRO Data field for Advanced Custom Fields v5
Stars: ✭ 14 (-33.33%)
Mutual labels:  wordpress-plugin, acf-addon
acf-field-boilerplate
Modernized PSR-2 boilerplate for creating custom fields for ACF5.
Stars: ✭ 54 (+157.14%)
Mutual labels:  wordpress-plugin, acf
wp-graphql-gravity-forms
GraphQL API for interacting with Gravity Forms.
Stars: ✭ 119 (+466.67%)
Mutual labels:  wordpress-plugin, wp-plugin
acf-phone-number
A real ACF phone number field powered by libphonenumber and intl-tel-input
Stars: ✭ 68 (+223.81%)
Mutual labels:  wordpress-plugin, acf
acf-typography
A Typography Add-on for the Advanced Custom Fields Plugin
Stars: ✭ 14 (-33.33%)
Mutual labels:  wordpress-plugin, acf

Banner

Flexible Content Preview for Advanced Custom Fields

Transforms ACF's flexible content field's layout list into a modal with image previews.

Screenshot

Image Conventions

  • The size of the image should be 732 x 300.
  • They should be named based on the layout's name (text_block) with underscores converted to dashes (text-block.jpg).

Image Location

Images should be placed in your theme. By default, images are located here: THEME/lib/admin/images/acf-flexible-content-preview.

Also note that you can filter this path, but it MUST be in your theme:

add_filter( 'acf-flexible-content-preview.images_path', $path );

NOTE: The path should not have a trailing beginning or trailing slash!

Additionally, you could filter all keys and/or images:

add_filter( 'acf-flexible-content-preview.images', $images );

Requirements

  • ACF Pro >= 5.7.O plugin
  • WordPress 4.7+ because of [get_theme_file_uri()](https://developer.wordpress.org/reference/functions/get_theme_file_uri)
  • PHP 5.6+

Installation

Composer

  • Add repository source : { "type": "vcs", "url": "https://github.com/jameelmoses/acf-flexible-content-preview" }.
  • Include "acf-flexible-content-preview": "dev-master" in your composer file for last master's commits or a tag released.
  • Then add your awesome layout 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 & Feature Requests

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.

License

Flexible Content Preview for Advanced Custom Fields 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].