Viewing 9 reply threads
  • Author
    Posts
    • #7669
      trosario
      Participant

      I 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:

      http://pastebin.com/teKk8y1S

      http://pastebin.com/jr125jBP

    • #7673
      Steve
      Keymaster

      What 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.

    • #7675
      trosario
      Participant

      I deactivated all plugins and still do not see the fields populated. No upgrade, was always using the current stable version.

    • #7677
      trosario
      Participant

      Any other thoughts of what could be the culprit?

    • #7679
      Steve
      Keymaster

      @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]

    • #7680
      trosario
      Participant

      Sure thing. Here you can download the export: https://dl.dropboxusercontent.com/u/746028/wp_restaurant_export.zip

    • #7688
      Steve
      Keymaster

      Please email fields to [email protected]

    • #7693
      trosario
      Participant

      I sent the fields. Thanks.

    • #7694
      trosario
      Participant

      I was having issues sending the zip file. Here is a link to download:https://dl.dropboxusercontent.com/u/746028/piklist.zip

    • #7703
      Steve
      Keymaster

      @trosario– I can’t reproduce the error. Using your code and db, WP 4.6, default theme and no plugins except Piklist, it works for me. See attached screenshots.

      Did you try changing to the default theme to see if that helps?

      Attachments:
      You must be logged in to view attached files.
Viewing 9 reply threads
  • You must be logged in to reply to this topic.