Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi, this bug was reported and fixed in version 0.2.2. Please go to your profile and re-download the plugin.
Thank you
Anh Tran
KeymasterI got it. I recommend you include the plugin by TGM Activation Class as pointed out in the documentation. The way you include the plugin inside theme was the old way and it might lead to problems as I wrote in the documentation.
Anh Tran
KeymasterCan I see list of active plugins on your site?
Anh Tran
KeymasterHello,
I see the meta boxes appear in the screenshot, but not the meta box content. Do you use any CSS or somehow to hide them (like clicking on the meta box title)? I see the content of other meta boxes are hidden as well.
Anh Tran
KeymasterDue to code architecture, the values of clone field is always saved as a single row in the database. Saving values in multiple rows make users confused with fields having
multipleattribute. I wrote a documentation about this here.I think there's no ways to query posts directly based on the value of cloned field. Maybe get all posts and filter them via post meta?
Anh Tran
KeymasterHi, there was a contribution from Remy van Velthuijsen for Meta Box plugin to support cloning wysiwyg. But that's not for group :(. Until now it is still in feature request queue ๐
Anh Tran
KeymasterThere's nothing different between single install and multisite. Can I see the code you use to register meta boxes?
May 4, 2015 at 8:48 AM in reply to: Possible to retrieve custom field value of specific page outside loop? #832Anh Tran
Keymasterrwmb_metaaccepts 3 params. You missed the 2nd one. It should be:echo rwmb_meta( 'nsys_footer_left', '', 32 );May 4, 2015 at 8:24 AM in reply to: Strict Standards: Declaration of RWMB_Group_Field::add_clone_button() #831Anh Tran
KeymasterHmm, I forgot to update on Gumroad. If you purchased the plugin via Gumroad (with credit card), please update it now.
Thanks.
Anh Tran
KeymasterHi marcogonzaga, unfortunately the nested group feature is not supported at the moment :(. But I think you can solve your problem with:
- Create a new custom post type "menu"
- Create meta box for "menu", to add items (can be clone)
- In "page", use field "post" to add menu to pageApril 23, 2015 at 10:27 AM in reply to: Strict Standards: Declaration of RWMB_Group_Field::add_clone_button() #801Anh Tran
KeymasterHi, please update both Meta Box and MB Group to latest version. It has fix for this bug.
Thanks.
Anh Tran
KeymasterNot yet. I'm updating the Meta Box plugin with better way to get and display meta value in the frontend. After that (version 4.5) I will go back to limits of clone. Please wait.
Thank you!
Anh Tran
KeymasterYou missed the
return $meta_boxesstatement at the end of the function. Please try adding it.Anh Tran
KeymasterThank you kris2liss! I've just updated the plugin with the fix for this error. The "check" function runs quite early and if we check by post ID or post slug it will show the error because
$postis null.The fix is similar to your code, but I think it's better to check inside
check_slugandcheck_idfunctions.Anh Tran
KeymasterHi, can you please give more details about your problem? What exactly did you do and you met?
-
AuthorPosts