Forum Replies Created
-
AuthorPosts
-
Anh 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.
Anh Tran
KeymasterHi Daniele,
I've just fixed the extension. Please update to version 1.1.2.
Thanks,
AnhAnh Tran
KeymasterI've fixed it yesterday. I'm releasing new version now.
Edit: Version 4.12.5 has been released. Please update.
Anh Tran
KeymasterHi Daniele,
I'll look at the problem now and will fix it soon. Thanks for reporting.
November 16, 2017 at 5:42 PM in reply to: Cloneable group inheriting values from previous group #7418Anh Tran
KeymasterAh, I got it. It's a different from the media field that I've resolved. This is a problem with Conditional Logic extension that doesn't refresh after cloning. I will check and fix it.
-
AuthorPosts