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?