Display Repeater items grouped by Select field
I'm using the ACF Repeater to display a list of team members on a company's website, grouped by a select field called "Group". I was able to get the behavior I wanted but I'm wondering if there's a...
View ArticleSubfields not displaying
Hi, For some reason, subfields of repeaters aren't displaying on my front end and I'm not sure why. Here's an example of what my code looks like in my post type's single page template. <?php...
View ArticleACF 4.1.5.1, Repeater + Taxonomy
For a project I need to use the Repeater combined with the build in Taxonomy. I want the client to be able to add a image for each color a product has. So I this is what I have now: Repeater: - Row: -...
View ArticleLoad a repeater options field in a plugin
Hello, How can i load repeater values in a custom plugin? ACF is loaded before this function (plugins load order) get_field('abonnementen', 'options') returns no values (in < pre> tags) -...
View ArticleUsing a repeater from the options page as a variable in functions.php
Hi Elliot, having a real hard time with this. I've got this working as a manually defined prototype so I'm sure the logic is correct, but no joy whenever I try to define my variable with a repeater....
View ArticleRepeater addon causes field group item edit panel insta-collapse after Edit...
Anyone have an idea what this is about? Edit panel collapses immediately after briefly showing. When I disable Repeater addon, Edit panel works properly. ACF 4.1.5.1, tested all the way back to 4.0...
View ArticleRetrieve Image/s from Repeater Field - Not displaying
Hi, I am trying to create an image slider and retrieving the images from an Options page that has Repeater fields. So far, I can only return the image urls, not the images themselves. Please can...
View ArticleIs there a limit to how many repeater fields you can put on a page?
I have four repeater fields on my home page. When I tried to put a fifth, it won't recognize it. Is there a limit to how many repeater fields on a page?
View ArticleDisplay results from the repeater field in a random order
I have the repeater field setup so that is displays ten results. I want these results to pop up in a random order everytime the page is refreshed. I have 10 results at the moment. I've found solutions...
View ArticleLimit front end code to only show the first repeater field?
I've set up a repeater field that I want the client to be able to put unlimited images in so I don't want to set a row limit.In the code I then only want to show the first image, how would I do...
View ArticleAdd-ons or built-in function that I can't find ?
We've bought ACF Repeater Field and Gallery Field, and they are awesome, but still need an option that we can't figure out how to do it. I have a client with a catalog, and he need to create a spec...
View ArticleRepeater field bug
I've reproduced this bug several times. The repeater field seems to work and then all subfields disappears and in its place are the following errors:This one on the fields edit page:Warning: Invalid...
View ArticleRepeater Fatal Error
Hi, after updating a repeater field which previously was displaying content correctly, i now get a "Fatal Error" in the admin panel field group Fatal error: [] operator not supported for strings in...
View ArticleCan't create more then 21 repeater fields in the same field group
Hello there, I absolutely love your plugin but have faced a problem using it. I'm developing site locally and I'm trying to create 50 repeater fields in the same field group but it stops on the 21st...
View ArticleLive Edit plugin not working with Repeater
I have a repeater field that I tried to edit with the "Live Edit" plugin. When I hit the edit button on the front-end, the repeater appears for a brief second, then it disappears. The markup appears to...
View ArticleOptions and Repeater in Sidebar, oh my
I am trying to do an Option with a repeater in it AND put it in my sidebar, which has gotten me in over my head. I have e=never done a repeater in an Option before, so I will strt with what I wrote...
View ArticleUpdate Repeater
Hello, I have repeater ("field_51b7a94e480ec") with 2 fields: - mypages (relationship type) - mytext (just text) I want to update only "mytext" fields, not the fields inside relationship. I use the...
View ArticleRepeater with images bug
Hello, I'm using the latest version of ACF and I have this little problem. When I upload multiple images on a repeater that contains two image fields, only works properly in the first field of the...
View ArticleCreating Shortcode based off Custom Field
Hello, So little bit of a strange request. On one pages I need to have my content laid out in a particular order. I have my Wordpress default editor with 2 lines of content in it, then I need the...
View ArticleJs inside a new custom field create problem if used with Repeater Field
Hello, i am creating a new field that use PLUPLOAD for uploading an image. The field works but not when is used inside the repeater field. Problem i think is the id: This is the part of js i have in...
View Article