Hi,
Just purchased the Bundle Yesterday. I am NOT a developer but work some with a plguin called toolset which allows for creating custom post types etc..
Ques 1: Below is how I setup the plugin... is this the best way?
step 1:Copy the plugin folder meta-box to your theme. It doesn’t matter if you put it in the theme root folder or in a subfolder.
step 2: Include the plugin’s main file by putting the following line into the functions.php of your theme or your plugin’s file:
require get_template_directory() . '/meta-box/meta-box.php'; // Path to the plugin's main file
I did both steps things are fine, BUT I noticed that step 1 does NOT WORK if I copy the meta-box folder to the child theme? This is not good practice it will go away when I update the theme!
step 3: install core plugin and activated as usual
Ques 2: I created a simple form with the builder and it shows up when I create a page.. when I view the page only the the title and content show up??? Not the metabox??
What I thought Metabox will do for me is create custom post types, taxonogy, etc. and display it!
using a shortcode.
If I missed something in the docs please show me.
Thank You
Mel