Support Forum ยป User Profile

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Meta box not working #885
    BeppeBeppe
    Participant

    ok thanks

    in reply to: Meta box not working #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' );

    in reply to: Meta box not working #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

Viewing 3 posts - 1 through 3 (of 3 total)