Skip Navigation

[Resolved] Split: Repeatable regions loop is adding empty items

This support ticket is created 5 years, 4 months 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.

Our next available supporter will start replying to tickets in about 0.18 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 22 replies, has 2 voices.

Last updated by Shane 5 years, 4 months ago.

Assisted by: Shane.

Author
Posts
#1290681

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Kristof,

Would you mind re-uploading a copy of the duplicator package of the site ?

This is so we can provide the 2nd tier supporters with this.

Thanks,
Shane

#1290713

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Kristof,

I tried the package and was getting an Error 403?

Do i need to be logged in first in order to retrieve it ?

#1290721

Sorry, I forgot that I placed an IP block on the site recently. Do you have a fixed IP?

#1290741

I have added your IP to the exclusion list.

#1290755

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Kristof,

Thanks our 2nd tier is having a look.

#1292129

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Kristof,

Could you try adding this to your functions.php file and see if it works.

add_action('admin_init','fix_post_type',10);
function fix_post_type(){
$post_types=get_option('wpcf-custom-types');
unset($post_types['voorgerechten']);
update_option('wpcf-custom-types',$post_types);
}

Thanks,
Shane

#1300471

I was able to remove two groups from the Views query with the code above (voorgerechten & voorgerecht).
However, when I try to rename my "voorgerechten-raam" slug, to "voorgerechten", it still says the slug is already being used, so the unset did remove some, the old slug is still "locked" somewhere.

I am able to proceed with this site, but of course it would be even better if I could just revert to the original "voorgerechten" slug.

#1301013

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Kristof,

Not sure how else we can resolve this one for you.

I did a little looking again and was able to find this plugin.
https://wordpress.org/plugins/remove-old-slugspermalinks/

Right now our best solution is actually what our 2nd tier support provided and it seems that this is just a one off instance because as you have it your other repeatable fields are deleting correctly.

Thanks,
Shane