Are these attributes being used by an event somewhere? I think that’s the issue here. If you delete them from all events they should disappear completely.
I checked all events and remove it but it still exist.
Also if I recreate the custom attribute it moves cause normally the custom attributes are ordered based on how you create it if I create it and put it on top it moves but if I compeltely remove it then it still shows but on bottom as you see in screenshot above.
Also I tried create dummy custom attribute then fill it on other events then remove it again on settings the field is gone but there is warning message that this attribute is gone which is ok.
Are you also using custom fields on the same site?
I checked functions.php and plugins that can create custom fields but it don’t exist.
Can you tell what table that stores the event manager settings?
Those are contained in wp_postmeta.
How did you resolve this? I am having the same issue. I have 2 attributes that are duplicated (only difference is 1 letter capitalized). I can’t seem to remove the attributes that aren’t being used. I checked the wp_postmeta table to see if there was content in the duplicate ones, but there isn’t.
How can I remove these?
Hi,
how did you resolve this? I have the same problem. A once changed attribute does still show up in the form, although I deleted it.
I searched the database, but so such entry was found. I also checked all events. No entries are in this field.
Can please somebody help me?!
Alexx
Ok… got it! I downloaded the Database Export and searched for the attribute with notepad. Then I found the entry in “wp-options”. I deleted the line and now it’s gone in the form.
I was quite surprived that a chance of a single letter in an existing attribute caused such a big matter. Is there a way to chance existing attributes anyhow?