Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Harrison,
Can you inspect the HTML of the field to see if the button is outputted? And please check the console if there's any error.
Anh Tran
KeymasterHi Jason,
I understand that the validation doesn't work in the frontend. However, in a previous reply, I posted the "fixed" code and explained my change. Did you follow that?
If it still doesn't work, please send me your code. I'll check it again.
Anh Tran
KeymasterAnh Tran
KeymasterHi Michael,
The new version 2.9.0 of the Builder supports bulk editing field options for choice fields. Please update and see the video tutorial here:
Anh Tran
KeymasterHi Jason, let me check it.
Anh Tran
KeymasterHello,
Do you see images displayed when you update the post? Sometimes it takes some seconds to fully load the images.
Anh Tran
KeymasterHi Jason, can you give me the updated code to register meta box to check again? Have you taken a look at my code?
Anh Tran
KeymasterHi FED,
Since 4.15, I've optimized the code for all "choice" field. I removed the
filter_optionsfunction that is not needed. Can you check the source code of thechoicefield and try the latest version on Github?Anh Tran
KeymasterHi, can you just try putting this code into your theme's
functions.phpfile?add_action( 'mb_relationships_init', function() { MB_Relationships_API::register( array( 'id' => 'posts_to_pages', 'from' => 'post', 'to' => 'page', ) ); } );You'll see meta boxes "Connected From" and "Connects To" for posts and pages. It's the most basic usage.
Please try it.
Anh Tran
KeymasterHey guys, I've just pushed 2 commits to fix this problem on Github. Could you please try it and let me know the result?
Thanks,
AnhAnh Tran
KeymasterHello,
Thanks a lot for your reporting! I've noticed the problem, too and will fix it today!
Anh Tran
KeymasterHi Michael,
What you asked is kind of pulling data from MB Term Meta to the Themer. This is not supported at the moment. We'll add it in the next version.
August 16, 2018 at 2:36 PM in reply to: ✅Text limit applying to sibling text input (using groups) #11023Anh Tran
KeymasterHello, let me check it. I think the Text Limiter plugin doesn't work well with clone.
Update: I've just fixed it in version 1.1.0. Please update!
-
AuthorPosts