acf icon indicating copy to clipboard operation
acf copied to clipboard

Advanced Custom Fields (ACF) plugin for Corcel

Results 41 acf issues
Sort by recently updated
recently updated
newest added

Hello, have a trouble after change order in flexible content. - image below ![image](https://user-images.githubusercontent.com/42546100/184027527-5201d8fd-da5b-451d-86b0-4c5d2080175b.png) Wordpress saves this field under other post_id _content_home_2_title - is LOSTED - ( image below )...

Hello, After updating to Corcel 6.0 / Laravel 9.0 my application started to receive the following error message: ``` Problem 1 - Root composer.json requires corcel/acf ^4.0 -> satisfiable by...

- I've merged develop branch (outdated) with the master branch. - Added the corcel/corcel version to ^6.0 - Added phpunit version to ^9.0 - Updated readme.md to add latest corcel...

kindly merge this pull request to be able to use t jgrossi/corcel 6.0

Response of field will be an array where you get: - address - lat - lng - zoom - place_id - name - street_number - city - state - state_short...

Bumps [illuminate/database](https://github.com/illuminate/database) from 8.10.0 to 8.40.0. Commits 742c062 Merge branch '6.x' into 8.x 8445174 cast to int 17e445a [8.x] Add withOnly method (#37144) 7f8703b [8.x] Update ColumnDefinition docblock (#37111) 04888df...

dependencies

I try to fetch an acf 'url' with: `Customer::find(3271)->url;` I get the following error: `PHP Notice: unserialize(): Error at offset 0 of 31 bytes in /Users/mauthi/coding/Enso/vendor/corcel/acf/src/Field/BasicField.php on line 91` Line...

i am getting following error while querying for repeater `Call to a member function get() on null` here is my query `$post->acf->repeater('activity_details')` i guess it is because of not getting...

Can the version constraint for `jgrossi/corcel` be updated to support 5.0? ` Problem 1 - Can only install one of: jgrossi/corcel[4.0.x-dev, v5.0.0]. - Can only install one of: jgrossi/corcel[v5.0.0, 4.0.x-dev]....

Myself and another developer have been bashing our heads against this code for the past day, and its due to how ACF under the hood handles post meta when the...