Forum Replies Created
-
AuthorPosts
-
May 4, 2015 at 8:24 AM in reply to: Strict Standards: Declaration of RWMB_Group_Field::add_clone_button() #831
Anh 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
KeymasterHi, agenciaball
Can you please send me your login credentials and FTP information to me at [email protected], then I'll check both tasks for you shortly.
Regards.
Anh Tran
KeymasterHi brainbytescreativellc,
That's good idea, we're in progress to work with Import/Export feature and will add this on the next release. Sorry for not available in this version.
Regards.
Tan Nguyen
Anh Tran
KeymasterSorry, the
<?phpon the last line in the above example is not necessary, I've removed that, can you remove that and try again?Btw, can you please update to the latest version of MB Builder, please take a note that you cannot define the Default value when using "clone" with Meta Box Text List. You can define the Meta Box like so and using above code to displaying data:
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, umtang41
Thanks for your question.
The feature that you've asked is called Conditional Logic and will be added as an extension, release on May. Of course, all users have purchased Core Extension Bundle will get free update.
We're sorry for this inconvenience.
Best regards.
Anh Tran
KeymasterHi, agenciaball
To create tabular data with Text List on MB Builder, you can follow this step. I think this picture is worth more than thousand words.
On the
Placeholdercolumn, enter your placeholder for text field, on theLabelcolumn, enter label for text field, and the Default column is the default value of field (only available when not clone).You can add as many as column (options) which you want.
Please don't forget to check
clonecheckbox to create multiple rows.
Then on your code on frontend. You can loop through each rows. I've added this example. Hope it helps ๐
<?php $rows = rwmb_meta( 'my_text_list', array( 'type' => 'text_list' ) ); ?> <div class="indices"> <span>2015</span> <img src="files/img/servicos/base-tabela.png" alt="" /> <?php if ( ! empty( $rows ) ): foreach ( $rows as $row ) ?> <ul> <li style="width:115px;"><?php echo $row[0] ?></li> <li style="width: 114px;"><?php echo $row[1] ?></li> <li style="width: 116px;"><?php echo $row[2] ?></li> <li style="width: 114px;"><?php echo $row[3] ?></li> <li style="width: 114px;"><?php echo $row[4] ?></li> <li style="width: 105px; border:none;"><?php echo $row[5] ?></li> </ul> <?php endforeach; endif; ?> </div>Anh Tran
KeymasterNihao, umtang41.
Thanks for using MB Builder. Sorry, we haven't support multi languages at the moment. But it's a great idea to make MB Builder and WPML work together and we will add it to the next big update. Also, both Traditional Chinese and Simplified Chinese will be available too.
Best Regards.
Anh Tran
KeymasterHi, can you please give more details about your problem? What exactly did you do and you met?
Anh Tran
KeymasterThank you very much for this! I've just updated the plugin with this fix.
Have a good day.
Anh Tran
KeymasterHi,
I've just updated the bundle, please download again. It now contents latest versions of all plugins.
Thanks for letting me know that!
-
AuthorPosts