Tagged: 

Viewing 6 reply threads
  • Author
    Posts
    • #3742
      vgrch
      Member

      Hello,

      I managed to build a workflow but when I add or edit my custom post type, all metaboxes are loaded at once, regardless of the tab. If I click on any tab later, the layout goes to how it’s supposed to be.

      What can cause the issue and how can I fix it?

      Thanks.

    • #3743
      Steve
      Keymaster

      @vgrch– The meta boxes that show up are controlled by the include_meta_boxes function. Make sure only the meta-boxes you want to show up are listed in each one.

      If you’re still having an issue, email your plugin to [email protected]

    • #3744
      vgrch
      Member

      I think I did everything as it’s supposed to be.
      Do you mean to email piklist folder or anything else?

      Thanks.

    • #3746
      Steve
      Keymaster

      Yes. That’s fine. Just zip it up and email to [email protected]

    • #3750
      Steve
      Keymaster

      Thanks for sending us your files.

      The reason all the meta boxes are showing is because none of the tabs are set as default. This information was missing from the docs, so I just updated it.

      To Fix:
      -Open one of your WorkFlow tab files (not the header file).
      -Add this to the comment block: Default: true

      That should solve it.

      Let us know if you need anything else.

    • #3756
      vgrch
      Member

      Thanks, that helped.

    • #3757
      Steve
      Keymaster

      Great! Closing ticket.

Viewing 6 reply threads
  • The topic ‘Workflow displays all metaboxes at once’ is closed to new replies.