Coexisting with Option Tree

Support General Coexisting with Option Tree

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10436
    LockeLocke
    Participant

    Sandly I got a client that bought a Templete with VC and OT as base 🙁

    I'm very use to Meta-box (Rilwis), is there any way to make both coexist??

    I use Metabox plugin normally within the template, calling it like:

    /* =============================================================================
    Meta Box
    ========================================================================== */
    require_once MB_DIR . 'meta-box.php';
    require_once MB_ADDON_DIR . 'meta-box-show-hide/meta-box-show-hide.php';
    require_once MB_ADDON_DIR . 'mb-settings-page/mb-settings-page.php';
    require_once MB_ADDON_DIR . 'meta-box-conditional-logic/meta-box-conditional-logic.php';
    require_once MB_ADDON_DIR . 'meta-box-group/meta-box-group.php';

    any ideas?

    #10451
    Anh TranAnh Tran
    Keymaster

    Hi,

    I think there's no problem if you use all of them. Or did you see any bug?

    #10462
    LockeLocke
    Participant

    Thanks for the answer , well I get:

    Warning: Invalid argument supplied for foreach() in /var/www/html/wp-content/themes/theme-child/inc/plugins/meta-box/inc/core.php on line 53

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/wp-content/themes/theme-child/inc/plugins/meta-box/inc/core.php:53) in /var/www/html/wp-admin/includes/misc.php on line 1116

    #10464
    LockeLocke
    Participant

    Forget it 🙁

    guess what I forgot 😛

    return $meta_boxes;

    🙁 sorry

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Coexisting with Option Tree’ is closed to new replies.