custom repeater not allowing changes after created
using ACF Version 3.2.5 and WP Version 3.3.2created a custom field with repeater for certain post categories. i can create the new posts with as many repeater fields (consists of 2 text inputs and one...
View ArticleSort posts based on Repeater Field Date Picker Value
Hello,So I have this issue where I want to display a list of courses. Each date given to these courses will print the course. So if a course runs two times, it will show two times in a calendar.So far...
View ArticleRepeater with Relationship that has a Repeater
I recently had an instance where I had a repeater that had a relationship field to other custom field post types that had a repeater field in the related custom post type.I used the api tags available...
View ArticleRepeater Field Add/Remove & Add New buttons are not working
HelloI have created an Options page and added a repeater field, in the repeater field is a single text box. When I go to the Options page and click the 'Add Row' button, it does nothing. The same goes...
View ArticleJust bought Repeater Add-On - but no way to activate??
Hi there,Just bought a code for the Repeater field, but am now reading it's coming as a separate plugin? I've got ACF 4 installed and it has no Settings page so nowhere to input the code. How do I...
View Articlerepeater field 500 internal error
Hello guys,i am getting a 500 internal server error on a page in the admin area. i have a repeater field with about 500 rows inserted, i cant add any more rows to this page or edit it, any ideas...
View ArticlePost Object inside a repeater
Hi There - I tried looking for relevant threads but couldn't find the answer - I have a repeater and inside it post objects I need to display the name of the post object as a link on the page inside a...
View ArticleRepeater add-on is creating thousands of fields on each post
I've just activated the repeater field add-on. After creating a single sub-field (file, I want to have multiple file uploads on a single post), I went to edit a post. The post had 4936 file upload...
View ArticlePaid Work: Searching Repeater Fields with Multi Selects
I have a small project that I do not have the skill-set to be able to do and am open to paying someone to help. If you are interested, reply in this post and I will get back to you. The situation is...
View Articleconditional for repeater field with no results option
Hi i am using this code for a repeater field "todo" in my template:if( get_field('todo') ): ?> <?php while( has_sub_field('todo') ): ?> <?php the_sub_field('link'); ?> <?php endwhile;...
View ArticleRepeater deleting rows on each save
Hey,I have a page with a repeater, the repeater is made up of 4 subfields (1 select and 3 plain text).For example, I have rows 1,2,3. Then I create row 4. When I click save, the 4th row is empty when...
View ArticleRepeater plugin on IIS
I'm using the repeater plugin on an IIS system. Using the WP_PLUGIN_DIR constant (as well as the WP_CONTENT_DIR) causes an issue since you are using dirname(__FILE__), which has all the slashes the...
View ArticleUsing custom image sizes with image/repeater fields
Hi folks,I've spent many an hour trying to figure this out but I'm still stumped. I have a bunch of simple slideshows and images set up across a build I'm working on - some just echoing out one image...
View ArticleImporting data when using repeater fields.
Hi @admin, I have succeeded before in building a wp importer for ACF where I pull in data from an API and then add it in to ACF fields. However I am now trying to do something more complex and I am not...
View ArticleQuery Relationship in Subfield Repeater
Hi,I'm currently working on building a website for a drama group, in which I've created pages for the actors and pages for the plays. In the plays there is a field [actors_role] with two subfield2...
View ArticleFirst image in repeater field when using Image ID as the return value?
I've seen a few of these discussions but I can't get them to work and I'm just wondering if it's because I'm using the Image ID as the return value in ACF and therefore my code to display images...
View ArticleRepeater query_posts
Hi I have a loop with testimonials using advanced custom fields. I need the loop to only loop one post at a time randomly i have tried query_posts but its doest work.<?php<br /> query_posts(...
View ArticleRepeater field with conditional show/hide of subfields
Hi,I am new to ACF. I searched the forums but couldn't find an answer to my problem. Here's what i am trying to do.I have a repeater field called Project Pieces that I would like to have multiple...
View ArticleRepeater with Multiple Options Page - Repeater values can not be pulled
Currently working with ACF (using v. 3.5.8.2 ) and loving it. I have registered 2 custom Options Pages. On one of the Options pages I have a repeater field and a standard field.In my functions.php...
View ArticleAdvanced Custom Fields v4: Repeater Field 0.0.6 to 0.0.7 Update DELETES ALL...
I decided to upgrade to the latest ACFv4 Add-Ons, all the updates worked fine except for the Repeater Field 0.0.6 to 0.0.7 Update. This update deletes all repeater values, they no longer show up in the...
View Article