Tagged: 

Viewing 4 reply threads
  • Author
    Posts
    • #2841
      ehoanshelt
      Member

      It appears that when I have my workflow setup for my CTP, my side bar Taxonomies go away.

      Screenshot of missing tax:
      http://take.ms/cFUlA

      Screenshot of tax appearing when I disable workflow:
      http://take.ms/qzaYz

      I’ve attached the plugin so you can see code. Do you notice anything I’m doing wrong?

      Thanks!
      Eric

    • #2842
      ehoanshelt
      Member

      Looks like uploader issues for zip files. Get full plugin at ehoanshelt.wpengine.com/guru-migrations.zip

    • #2843
      Steve
      Keymaster

      @ehoanshelt– Workflow tabs control the layout of the entire page, including the sidebar. In the include_meta_boxes() function you would list each Div ID you want to show. For this custom taxonomy, WordPress assigned the Div ID “stepsdiv”, so you would us this code in your Workflow file:

      piklist('include_meta_boxes', array(
      	'piklist_meta_client_info'
      	,'piklist_meta_wordpress'
      	,'stepsdiv'
      ));
      

      Let us know if you need any more help.

    • #2845
      ehoanshelt
      Member

      Makes sense! That worked. 🙂

      Thanks for the help.

    • #2846
      Steve
      Keymaster

      @ehoanshelt– Glad to help. Closing ticket.

Viewing 4 reply threads
  • The topic ‘Sidebar Taxonomy not working when Workflow is active’ is closed to new replies.