Forum Replies Created
-
AuthorPosts
-
JeanROUSTAN
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
JeanROUSTAN
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:2JeanROUSTAN
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 🙁
JeanROUSTAN
Participantthis problem is also with the input 'image_advanced'
JeanROUSTAN
Participantsame problem. All my plugin are updated 🙁
JeanROUSTAN
Participantso simple! Thanks 🙂
JeanROUSTAN
ParticipantI don't know why but, I deleted all of my cpt and created new ones. The problem is gone, as it came. I have not changed my function file. It's very strange but the most important it's working fine now.
ThxJeanROUSTAN
ParticipantSorry for the inconvenience, I just found my mistake.
The fields in my table were different from the fields. I left the prefix ...
i fixed that and now all is working fine 🙂JeanROUSTAN
ParticipantI've forgotten, my custom fields are not saved too. When I re-edit my new post type, only the title is registered
-
AuthorPosts