acf
acf copied to clipboard
Advanced Custom Fields (ACF) plugin for Corcel
Hi, First off all I would like to thank you for this cool package and the work you invested. While working with this package I noticed a problem that is...
I am working on Laravel + Wordpress Project by using corcel. but I can't get the ACF group field value like the following. ``` use Corcel\Model\Page; $homePage = Page::home()->first(); dd($homePage->acf->gig_category_section);...
Since development seems not be very active here, I created a fork (actually a complete rewrite): https://github.com/tbruckmaier/corcel-acf This fork uses eloquent relations to retrieve the acf fields, which massively increases...
We are currently using this https://github.com/joppuyo/acf-image-aspect-ratio-crop which creates a field type `image_aspect_ratio_crop` I can seemingly use it by adapting `FieldFactory.php` ``` case 'image': case 'img': case 'image_aspect_ratio_crop': //
would be good if we could get a `Group` field in the library as far as I know it just prefixes `groupname_` so if eg my Group is `hero` and...
Hi, I've got an image within a flexible content block and I'm trying to get its ID so I can pass it to a WP function ``` $blocks = $post->acf->flexibleContent('flexible_content_blocks');...
I am trying to fetch a repeater acf field of a user and I get the following error: ` Illuminate\Database\QueryException : SQLSTATE[42S22]: Column not found: 1054 Unknown column 'post_id' in...
Fixes gallery field on specified connection
In ACF, the gallery field accepts any type of file (yes, the name is misleading ...) and not only images. The problem is that your Gallery field will only the...
So that all image sizes are readily available if you need to iterate over them (for responsive images, for instance).