Hi,
After the latest WordPress update we get the following error. We would like your help pls
Notice: Undefined index: tempplate in /home/kimdirtv/public_html/wp-content/plugins/optiontree-metabox-ui/index.php on line 1466
Notice: Undefined index: template in /home/kimdirtv/public_html/wp-content/plugins/optiontree-metabox-ui/index.php on line 1466
Notice: Undefined index: template in /home/kimdirtv/public_html/wp-content/plugins/optiontree-metabox-ui/index.php on line 1466
]]>Hi,
I’m using your plugin and added file upload field with your plugin to Woocommerce shop_order (order admin page). I would like to display the value of the field (file link) in the front end – so I copied code:
<?php ot_meta($var,[$echo=1]); ?>
to the file template where I would like to display the value, but it does not display anything.
Can you help somehow.
BR,
Kaspar
Consider add inline edit support for metabox values
]]>Hi Raijilesh,
Is it possible to use your plugin for the embedded version of OT? I have OT in the framework of my theme and it loads from there with ot-loader.php.
Regards,
Paul
Hi, (this plugin is really awesome and i have a range of feature requests ?? )
Is there a method where i can get the meta info on the front end?
For example in my template i say something like this:
get_meta_info(PLACE META ID HERE);
like:
get_meta_info(‘picture’);
And it returns an array with this information:
label, type, description
What i want to do is to show the label on the front end and then the meta value. But i want it to be dynamic so whenever i change the label in back end i dont have to change my template files too.
]]>Can I include this plugin in theme same as in option tree?
]]>