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
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 ?
Sorry, I forgot that I placed an IP block on the site recently. Do you have a fixed IP?
I have added your IP to the exclusion list.
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Kristof,
Thanks our 2nd tier is having a look.
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
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.
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