Forum Replies Created
-
AuthorPosts
-
Tan Nguyen
ParticipantNice to hear that you've solved the problem ๐
Tan Nguyen
ParticipantHi, 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.
Tan Nguyen
ParticipantHi 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
Tan Nguyen
ParticipantSorry, 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:
Tan Nguyen
ParticipantHi, 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.
Tan Nguyen
ParticipantHi, 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>Tan Nguyen
ParticipantNihao, 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.
Tan Nguyen
ParticipantHi, umtang41.
Thanks for purchasing and installing MB Builder. To create a Image Select instead of Radio Buttons for selection. You can use
Image Selectfield located underAdvancedsection. You'll see a field editor like so:On the
Valuetext field, enter theValuewhich you want to save to post meta and on theImage URL, specify the URL which you want to represent the radio.Best regards.
Tan Nguyen
Tan Nguyen
ParticipantThanks, brainbytescreativellc. Glad to work with a pro agency.
Did you got the latest version? If you have a trouble during installing or using our tool, don't hesitate to tell us ๐
Tan Nguyen.
Tan Nguyen
ParticipantHi, brainbytescreativellc
Thanks for using MB Builder, we're updating this extension to works with all Meta Box extensions, of course included Show Hide also. Therefore we will send you an update within next 24 hours.
Best regards.
-
AuthorPosts