Forum Replies Created
-
AuthorPosts
-
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!
November 20, 2017 at 2:26 AM in reply to: Cloneable group inheriting values from previous group #7453Anh Tran
KeymasterCan you please refresh or clear cache? if it still doesn't works, can you please send me your ftp info via contact form so we can login to check?
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.
November 17, 2017 at 12:17 AM in reply to: Cloneable group inheriting values from previous group #7424Anh Tran
KeymasterHi guys,
I've fixed the plugin, please grab the latest version (1.5.1).
Cheers!
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.
Anh Tran
KeymasterI've just fixed the docs link. There was a problem with my HTTPS setup.
Just curious, how do you create custom fields? Do you create with the WP-Types plugin?
-
AuthorPosts