Problems updating repeater with image field
Hi, I'm not sure if this is a bug or a feature, but the behavior I'm seeing seems very odd!I have a repeater field called "images" which has one sub field - "image".I am running code to create media...
View ArticleACF causing general site slow down
Hello,This is a nightmare scenario for me, as the issue did not occur straight away and is now pushing back deadlines. I'm using ACF w/ Repeater Fields.For all users, logged in and not logged in, ACF...
View ArticleUsers Field Problem
I have made a repeater field (Cast) which has another repeater (Cast Members) and that field has 2 inputs,One is Name which you can choose a regustered user, and the second is Role which you type in...
View ArticleDeleting single repeater fields does not remove entry from database
Basically the title says it all. When i delete a repeater field with the "remove" button it does not remove that data. Therefore posts are appearing incorrectly in search results (using "Search...
View ArticleRepeater Add On after Update.
Hello, I've received a website from a client, and updated WP and plugins (Probably a ACF version too).When I've done that, the Repeater license disappear, so the field brokes, and Isn't working now Any...
View ArticleRepeater Field's "Add Row" Misbehaving
I have a metabox with several fields (> 30) and I have used tab fields to organize the content. In my metabox the repeater field's "Add Row" button is misbehaving. The add row button will work only...
View ArticleDisplaying Repeater Information on a Different Page
Hi, I have a repeater set up on a page ID of 98 and am trying to pull that data over to my homepage template via the following code:<?php<br />if( get_field('event-data, 98') ): ?> <?php...
View ArticleOptions Page Fields not populating
After upgrading ACF my repeater field on my Options Page are not appearing. I'm loading both the options page and the custom fields through PHP with the register_options_page and register_field_group...
View ArticleRepeater is not found with get_field() ???
Hi there!I have been trying to use my repeater field data, same way I do it @ all other websites.I have this code:$rows = get_field('galleri'); // "galleri" is the field name on the...
View ArticleUsing repeater fields for a set of future dates that self-expire
Hi all,I have a custom post type for a training course that I would like to be able to have a few dates, a lot of dates, or no dates if needs be.I think this plugin and the repeater fields add on is...
View ArticleRepeater field used for dates for events that no longer exist after the date...
Hi,I've been trying to display the dates added in a subfield but only if they are in the future. The site is events driven. The problem for me is there can multiple instances of one course.To make it...
View ArticleDoes ACF Repeater Field generate unique ID's?
My code below is looping through a repeater field which works a treat. My question is does ACF generate unique ID's for each repeated element?In my code below I'm trying to add a unique ID for each...
View ArticleDuplicate Repeater Fields
Is it possible to duplicate a "row" in ACF? Not in the field builder but where custom fields are shown on posts and pages. Hopefully the uploaded image conveys what I'm requesting with more clarity....
View ArticleRepeater empty - Conditional Statements
I don't seem to be able to get the conditional statement to work on a repeater field.<?php if(get_field('big_quote')): ?> <?php while(the_repeater_field('big_quote')): ?> “<?php...
View ArticleHow do I get the title of a file I've uploaded?
I'm using a repeater field to display links to PDF files that a user can upload. This works perfectly but I'd like to get the title for the actual file and display that instead of 'Download resource'...
View ArticleWordpress 3.5 Drag & Drop
I just upgraded to Wordpress 3.5 and it looks like all drag-and-drop functionality might be gone.I'm using both Repeater and Flexible Content add-ons and I can no longer re-arrange sections via...
View ArticleConvert Repeater Field to Gallery Field
Is it possible to convert a repeater field to a gallery field?I'm doing a tune up on a site I built early last year and I was using a repeater field for a gallery and I want to update that to a gallery...
View ArticleResetting a repeater row query to show formated dates for each row
I currently have a repeater field setup with several fields inside including the date picker. When I do the query to get the sub field rows it works fine but the date is outputted 11132013 and I want...
View ArticleFields Collapsed by Default
Hi, I love ACF - thank you!Currently I only wish that I could make the fields collapsed by default when I go to edit a page. I'm using them for content and layout off a single template, so every time I...
View ArticleRepeater field data not saving
I have been searching hard for a way figure out why this his happening. I have built a pretty complicated field group (a resume creator) that uses Repeater Fields within Flexible content...
View Article