file_advanced appear hidden on backend
- This topic has 6 replies, 2 voices, and was last updated 5 years, 2 months ago by
JeanROUSTAN.
-
AuthorPosts
-
August 13, 2020 at 5:08 PM #21253
JeanROUSTAN
ParticipantHi,
after updated all my plugin and wordpress, this input exist but with hidden type<input type="hidden" class="rwmb-field-name" value="fin_mandat">
Some one can tell me how to fix it ?thx
August 13, 2020 at 5:22 PM #21254JeanROUSTAN
Participantthis problem is also with the input 'image_advanced'
August 14, 2020 at 9:57 AM #21268Long Nguyen
ModeratorHi Jean,
Some fields
image_advanced,file_advanced,single_image... come with the input type hidden to store the information of the field and the media item (image, file). See my screenshot https://share.getcloudapp.com/ApukkgyQ.It's the design of the field to save the value (media ID) to the database. Let me know if there is any problem with these fields.
August 14, 2020 at 2:47 PM #21274JeanROUSTAN
ParticipantThe problem is with jquery. I updated my WordPress and the version 5.5 apparently broke a lot of plugins. I just downgrade to an earlier version and everything is working again ... but this is a temporary solution š
August 14, 2020 at 3:57 PM #21275Long Nguyen
ModeratorHi,
I'm using WordPress version 5.5 and Meta Box v5.3.3, haven't seen any issue with those fields. Maybe there is a broken plugin after updating WP v5.5 then the field does not work properly. You can re-upgrade WP version 5.5 then deactivate all plugins except Meta Box then activate one by one to find the broken plugin.
August 14, 2020 at 6:03 PM #21278JeanROUSTAN
ParticipantIām using WordPress version 5.5 and i've actived only Meta Box v5.3.3, MB Custom Post Type 1.9.5 and MB Custom Table 1.1.8.
I still have the problem.
When i edit a post Types (in metabox menu), all the field don't display the registered data but, for plural name {{labels.name}} or for slug {{post_type}}
The same error code appears in the console :Uncaught TypeError: jQuery(...).find(...).live is not a function <anonymous> http://mysite.local/wp-admin/post.php?post=687&action=edit:63 jQuery 4 i fireWith ready Jor
Uncaught TypeError: s is undefined <anonymous> http://newnovanea.local/wp-includes/js/wp-auth-check.min.js?ver=5.5:2 jQuery 7 dispatch handle trigger trigger each each trigger xhr http://newnovanea.local/wp-includes/js/heartbeat.min.js?ver=5.5:2August 14, 2020 at 6:15 PM #21279JeanROUSTAN
ParticipantI have found the problem! A function like
jQuery(document).find("input[id^='uploadimage']").live('click', function(){ā¦
When i comment, the problem is fixedI apologize, the problem is from my code
-
AuthorPosts
- You must be logged in to reply to this topic.