[Resolved] "Add New Repeatable Group" button not appearing – even on single post type
This support ticket is created 5 years ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
I am trying to add a Repeatable Group to a development site - I need to work locally on this before deploying to the live server so can't share links. I've updated WP locally, and Types to 3.3.7 but the "Add New Repeatable Group" button isn't showing at all (not even greyed out, it just isn't there). I've selected the new single post type I want to add the group to, but it's still not there. Have tried in multiple browsers with hard-refresh on all and still nothing. On the live site, the button is there and operating as expected, but I can't develop on the live site.
Do you see any warnings or errors in your PHP logs?
Can you disable the other plugins and switch to a default theme such as twentynineteen and check again? If it then appears that points to a conflict, which you should hopefully be able to identify through a process of elimination.
Hi, tried twentynineteen with same result, there's no button to add a repeatable group. Have tried disabling all plugins other than Types and issue remains. There's nothing in the console error log.
I had a similar issue before and it was down to caching, but I've tried in every local browser, including Safari (which I never use) and I've performed a 'hard-refresh and empty cache' on each and the problem remains.
Have tried restarting Chrome/FF too, it makes no difference.
This rings a bell, but I can't for the life of me find any other thread or internal ticket that describes a similar issue.
I wouldn't expect browser caching to affect this at all, though it's not impossible that server caching could, and if there were any relevant errors or warnings they would be in the PHP debug logs, not the browser console.
If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:
That will create a debug.log file in your /wp-content/ directory which you can examine in any text editor. Try visiting the settings page for Custom Field Groups again and then inspect the log. If you don't find the debug.log file it means it didn't generate any warnings or errors.
If there are no errors or warnings, then can you provide me with a copy of your site for testing locally?
If you go to Toolset > Relationships it says you have old relationships that should be migrated.
I looked through your existing post types and I don't see any one-to-many relationships created with Types 2.x, did the site contain any such relationships do you know?