Title: Delete button doesn&#039;t work
Last modified: August 30, 2016

---

# Delete button doesn't work

 *  Resolved [amgfreak](https://wordpress.org/support/users/amgfreak/)
 * (@amgfreak)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/delete-button-doesnt-work-1/)
 * Hey,
 * I’m using the participants database and now I have my first little issue (after
   few perfectly years). The version is up to date.
    If I want to delete a field
   with a click on the ‘X’-button, the field appears to be removed. But when I refresh
   the site, it appears again. I’m able to change title etc., I even can add pages,
   but I’m not able to delete them.
 * I just found this, but it seems to be fixed: [https://wordpress.org/support/topic/manage-database-fields-renaming-groupsdeleting-groups-not-working?replies=16](https://wordpress.org/support/topic/manage-database-fields-renaming-groupsdeleting-groups-not-working?replies=16)
 * I tried to delete it with Safari and Google Chrome on OS X, so I think my browser
   shouldn’t be the reason.
 * Tanks for help! 🙂
 * [https://wordpress.org/plugins/participants-database/](https://wordpress.org/plugins/participants-database/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/delete-button-doesnt-work-1/#post-6710173)
 * You’re right, it’s not a browser issue, but an issue with the translation files.
   It can be fixed if you know how to edit translation files, several of them have
   an error where the token {field} was translated, but it needs to stay in English
   so the code will work.
 *  Thread Starter [amgfreak](https://wordpress.org/support/users/amgfreak/)
 * (@amgfreak)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/delete-button-doesnt-work-1/#post-6710174)
 * Thanks a lot! It has worked for me when I’ve changed the language of WordPress
   to English.
 * I can’t find the code where the token field is translated, only this one:
    #:
   participants-database.php:578 msgid “Delete the \”{name}\” {thing}?” msgstr “
   Löschen von \”{name}\” {thing}?”
 * There it shouldn’t be translated, the field name should be the same in English
   and German, right?
 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/delete-button-doesnt-work-1/#post-6710175)
 * yes, correct, that looks OK.
 *  Thread Starter [amgfreak](https://wordpress.org/support/users/amgfreak/)
 * (@amgfreak)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/delete-button-doesnt-work-1/#post-6710176)
 * Ok… but with this it doesn’t work while WordPress is running on German. After
   changing on English it works.
    Little mistake in my first post: of course I wanted
   to say that I can add fields, not pages, I’m sorry. So everything works fine 
   apart from the deleting button.
 * Do you have any other ideas?
    Thanks a lot 🙂
 *  Plugin Author [xnau webdesign](https://wordpress.org/support/users/xnau/)
 * (@xnau)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/delete-button-doesnt-work-1/#post-6710182)
 * OK, try this fix. You’ll need to edit the plugin file classes/PDb_Manage_Fields.
   class.php
 * on line 646, you’ll see:
 * `case 'delete_field':`
 * Change this to:
 * `case 'delete_' . $this->i18n['field']:`
 * Similarly, on line 658, change it to:
 * `case 'delete_' . $this->i18n['group']:`
 *  Thread Starter [amgfreak](https://wordpress.org/support/users/amgfreak/)
 * (@amgfreak)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/delete-button-doesnt-work-1/#post-6710193)
 * Yeah, it worked, very good! Thank you a lot for your support!! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Delete button doesn't work’ is closed to new replies.

 * ![](https://ps.w.org/participants-database/assets/icon-256x256.jpg?rev=1389807)
 * [Participants Database](https://wordpress.org/plugins/participants-database/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/participants-database/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/participants-database/)
 * [Active Topics](https://wordpress.org/support/plugin/participants-database/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/participants-database/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/participants-database/reviews/)

## Tags

 * [delete fields](https://wordpress.org/support/topic-tag/delete-fields/)

 * 6 replies
 * 2 participants
 * Last reply from: [amgfreak](https://wordpress.org/support/users/amgfreak/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/delete-button-doesnt-work-1/#post-6710193)
 * Status: resolved