Home › Forums › Backend Issues (wp-admin) › Fields hidden on Edit Fields page › Reply To: Fields hidden on Edit Fields page
I’m having a similar issue. When I fold open a field the label inputfield is gone. With firebug/webdev I find the label is empty
<div class="acf-input-wrap"><input type="text" id="acf-field-field_53f3482a60aad_label" class="label" name="fields[field_53f3482a60aad][label]" value="Nieuw veld" placeholder=""></div>
and bootstrap.min.css has .label:empty { display: none; }
After a lot of trail and error I found out another plugin caused this (in this case Responsive Admin Maintenance Pro With Countdown). So check other plugins (deactivate them and refresh your form page. Maybe this way you can find out if another plugin interferes.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.