Meta box not working

Support MB Group Meta box not working

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #879
    BeppeBeppe
    Participant

    Hi,
    I install plugin and add sample data https://metabox.io/docs/meta-box-group/#section-sample-code but nothing show in admin http://take.ms/P9lfR

    #880
    Anh TranAnh Tran
    Keymaster

    Hello,

    I see the meta boxes appear in the screenshot, but not the meta box content. Do you use any CSS or somehow to hide them (like clicking on the meta box title)? I see the content of other meta boxes are hidden as well.

    #881
    BeppeBeppe
    Participant

    I do not use any CSS these all meta boxes are for group which i copy from you sample data.

    I just install the plugin, after that place sample data in a file and include in functions.php file.

    Sample Code http://take.ms/KdMRy
    I cannot see even hidden data http://take.ms/ep9Dp

    #882
    Anh TranAnh Tran
    Keymaster

    Can I see list of active plugins on your site?

    #883
    BeppeBeppe
    Participant

    I got the problem. I work when i install metabox and metabox group plugin. But i want to include in theme. if i include in theme metabox work but metabox group not work

    i am including like this

    define( 'RWMB_URL', trailingslashit( get_template_directory_uri() . '/framework/meta-box' ) );
    define( 'RWMB_DIR', trailingslashit( get_template_directory() . '/framework/meta-box' ) );

    require_once ( RWMB_DIR . 'meta-box.php' );

    require_once ( RWMB_DIR . '/demo.php' );

    require_once ( RWMB_DIR . 'meta-box-group.php' );

    #884
    Anh TranAnh Tran
    Keymaster

    I got it. I recommend you include the plugin by TGM Activation Class as pointed out in the documentation. The way you include the plugin inside theme was the old way and it might lead to problems as I wrote in the documentation.

    #885
    BeppeBeppe
    Participant

    ok thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Meta box not working’ is closed to new replies.