- This topic has 9 replies, 2 voices, and was last updated 5 years, 1 month ago by
Steve.
-
AuthorPosts
-
-
December 16, 2016 at 9:52 pm #7669
trosarioParticipantI have the following meta box for a restaurant menu below. This has been working fine and then all of a sudden all the fields were lost upon. The data is still in the database since the content is still rendering on the frontend. I’ve also added the snippet for removing post type support for custom fields:
function my_custom_init() { remove_post_type_support( 'post', 'custom-fields' ); remove_post_type_support( 'page', 'custom-fields' ); } add_action( 'init', 'my_custom_init' );Any idea on how to recover the fields again??? Here is my meta box code and variables:
-
December 17, 2016 at 1:58 pm #7673
SteveKeymasterWhat changed on the site? Did you upgrade Piklist? Another plugin? WordPress?
If you can’t identify then disable all plugins except Piklist and see if that helps.
-
December 19, 2016 at 12:42 am #7675
trosarioParticipantI deactivated all plugins and still do not see the fields populated. No upgrade, was always using the current stable version.
-
December 19, 2016 at 5:44 pm #7677
trosarioParticipantAny other thoughts of what could be the culprit?
-
December 20, 2016 at 10:42 am #7679
SteveKeymaster@trosario– I’m happy to log in and take a look if you want. Would need wp-admin credentials. Also, if you could export the database and send to me that would also be helpful. email to [email protected]
-
December 20, 2016 at 12:27 pm #7680
trosarioParticipantSure thing. Here you can download the export: https://dl.dropboxusercontent.com/u/746028/wp_restaurant_export.zip
-
December 22, 2016 at 11:15 am #7688
SteveKeymasterPlease email fields to [email protected]
-
December 23, 2016 at 8:13 pm #7693
trosarioParticipantI sent the fields. Thanks.
-
December 23, 2016 at 8:16 pm #7694
trosarioParticipantI was having issues sending the zip file. Here is a link to download:https://dl.dropboxusercontent.com/u/746028/piklist.zip
-
December 28, 2016 at 8:43 am #7703
-
-
AuthorPosts
- You must be logged in to reply to this topic.