- This topic has 14 replies, 2 voices, and was last updated 6 years, 4 months ago by
Steve.
-
AuthorPosts
-
-
August 24, 2015 at 11:09 am #4249
vagelisMemberHi again. I’ve made some workflows using piklist and despite the fact that I’ve set one of them as default when I attempt to make a new post it does not being selected and I cannot figure out why.
Below is my code (some of it cause the metaboxes contain many fields)
workflow.php
<?php /* Flow: Yachts Categories Page: post.php, post-new.php, post-edit.php, admin.php Post Type: yacht Header: true Position: title */ ?>Default tab:
<?php /* Title: Μηχανοκίνητα < 25ft Default: true Flow: Yachts Categories Page: post.php, post-new.php, post-edit.php, admin.php */ // WordPress Core Meta Boxes piklist('include_meta_boxes', array( 'categorydiv' ,'slugdiv' ,'postcustom' ,'pageparentdiv' ,'postimagediv' ,'excerpt' ,'wpseo_meta' ,'richtext_excerpt_editor_metabox' ,'piklist_meta_motors_max_25ft' // Add your custom meta boxes here )); ?>2nd Tab:
<?php /* Title: Μηχανοκίνητα > 25ft Order: 1 Flow: Yachts Categories Page: post.php, post-new.php, post-edit.php, admin.php */ // WordPress Core Meta Boxes piklist('include_meta_boxes', array( 'categorydiv' ,'slugdiv' ,'postcustom' ,'pageparentdiv' ,'postimagediv' ,'excerpt' ,'wpseo_meta' ,'richtext_excerpt_editor_metabox' ,'piklist_meta_motors_min_25ft' // Add your custom meta boxes here )); ?>3rd Tab:
<?php /* Title: Φουσκωτά / Ιστιοπλοϊκά Order: 2 Flow: Yachts Categories Page: post.php, post-new.php, post-edit.php, admin.php */ // WordPress Core Meta Boxes piklist('include_meta_boxes', array( 'categorydiv' ,'slugdiv' ,'postcustom' ,'pageparentdiv' ,'postimagediv' ,'excerpt' ,'wpseo_meta' ,'richtext_excerpt_editor_metabox' ,'piklist_meta_sails' // Add your custom meta boxes here )); ?> -
August 25, 2015 at 9:54 am #4257
SteveKeymasterWhat happens? Which tab is default? Please post a screenshot.
-
August 25, 2015 at 11:06 am #4258
-
August 27, 2015 at 11:24 am #4267
SteveKeymasterWhen you activate the Piklist Demos, and add a new Demo, is the first tab highlighted?
SB
-
August 27, 2015 at 7:04 pm #4269
vagelisMemberYes it is. What am I missing?
-
August 27, 2015 at 11:30 pm #4270
SteveKeymasterTry removing the editor from the workflow and see if that fixes it.
-
August 28, 2015 at 11:09 am #4272
vagelisMemberNop. Same thing. Removed the excerpt just in case but with no luck.
-
September 1, 2015 at 2:43 pm #4284
SteveKeymasterWas this every resolved?
-
September 1, 2015 at 4:00 pm #4285
vagelisMemberNo Steve. Still happening. Hadn’t had time to check it further
-
September 14, 2015 at 9:56 am #4320
vagelisMemberUpdate. I’ve completely removed the post editor from function.php but the issuw still persists. I’ve spaces between titles and some Greek, maybe that is what is causing this??
-
September 15, 2015 at 11:53 am #4326
SteveKeymaster@vagelis– The easiest way for us to debug is if you zip up everything and email to [email protected]
-
September 15, 2015 at 11:54 am #4327
vagelisMemberOk. Sending it to you now.
-
September 15, 2015 at 1:26 pm #4338
-
September 15, 2015 at 1:33 pm #4339
vagelisMemberGreat!! Thank you Steve!
-
September 15, 2015 at 1:48 pm #4340
SteveKeymasterGlad to help. Closing ticket.
-
-
AuthorPosts
- The topic ‘Default workflow tab not working correctly’ is closed to new replies.