Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi, I'm still checking it. Please wait.
Anh Tran
KeymasterHi,
The field type "sidebar" has just been added. Demo here.
Anh Tran
KeymasterThanks, I will check it now.
Anh Tran
KeymasterCan you please post the code of meta box so I can check?
Thanks,
AnhAnh Tran
KeymasterHi,
You can bundle the extensions in a plugin. Just copy the extensions to plugin's folder, then include the main PHP file of each extension. For more info, please follow this docs.
Regarding Composer, unfortunately we don't support extensions for now. They're hosted on private repos on Bitbucket.
Thanks,
AnhAnh Tran
KeymasterOh, that's great. I will contact Joe now.
Edit: Email is sent. Waiting for replies.
Anh Tran
KeymasterThe error says that a meta box misses
titleparameter. Can you please check your code that create meta boxes, checking if any meta box doesn't havetitleparameter?Anh Tran
KeymasterHi David,
This is not available for now. But that's a good idea. We'll think about how to implement that 🙂
Anh Tran
KeymasterHi,
In the code above, the 2nd field is the
image_selectfield. If you're using the Online Generator, the please follow this instruction.You can edit the code of the 2nd field like this:
array( 'id' => $prefix . 'image_select_2', 'type' => 'image_select', 'name' => esc_html__( 'Image Select', 'metabox-online-generator' ), 'options' => array( 'value1' => 'http://urltoyourimage.com', 'value2' => 'http://urltoyourimage.com', ), ),Anh Tran
KeymasterHi,
This field type is not available at the moment, but we can add it 🙂
Anh Tran
KeymasterHi, for
image_selectfield, you need to addoptionsparameter. Please see this docs.Anh Tran
KeymasterHi Daniele,
I've just fixed the download link. Please try again. Thanks for your feedback!
Anh Tran
KeymasterCan you send me an account admin via the Contact page? I can look at that for you.
Anh Tran
KeymasterHi Franco,
No problems. I’ve issued the refund.
Just curious, what’s in the extension that doesn’t serve your needs?
Your feedback is really appreciated.
Thanks,
AnhAnh Tran
KeymasterHi Bonnie,
Thanks for the info. That helps a lot understanding your situation.
In this case, I’m afraid to tell you that the MB Revision only works with custom fields made by Meta Box, not made by other plugins such as WP-Types. So my suggestion is you can rewrite the code to transform fields created by WP-Types to Meta Box. If the number of fields are not large and fields are not complicated, I think you can do that simply by following the instruction in the link I posted in the previous reply.
However, that depends on how WP-Types saves data in the database. If it’s compatible with the default WordPress behavior of storing post meta, then the transformation will be easy. This is how Meta Box saves data in the database.
-
AuthorPosts