Troubleshooting - rogerlos/cmb2-metatabs-options GitHub Wiki
Before reporting a bug in "issues", see if any of the following ideas help:
My Page Does Not Show Up
- Did you specify a legitimate WP admin page slug in
$args['topmenu']
? - Did you accidentally send
null
to$args['topmenu']
? - Did you configure your own menu arguments, and remember to also set
key
,title
,topmenu
andpostslug
with the appropriate values? - Did you configure your own menu arguments and are you sure they're correct for the appropriate WP menu page function?
My Metabox Does Not Show Up
- Did you set the
show_on
property correctly and call theobject_type
method on the box? - Does the box have a unique id?
- If using tabs, were you sure to assign the box to one and only one tab (or alternatively put it in the sidebar, if using a 2-column layout)?
- If using a single column layout, is the box accidentally assigned to the
side
context?
My Options Values Are Missing
- Did you call the
object_type
method on the box?