Support Forum ยป User Profile

Forum Replies Created

Viewing 10 posts - 241 through 250 (of 250 total)
  • Author
    Posts
  • in reply to: Noob Q: help outputting content #982
    Tan NguyenTan Nguyen
    Participant

    Nice to hear that you've solved the problem ๐Ÿ™‚

    in reply to: Metabox disappear for no reason #800
    Tan NguyenTan Nguyen
    Participant

    Hi, 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.

    in reply to: MB Builder & Import/export fields #793
    Tan NguyenTan Nguyen
    Participant

    Hi 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

    in reply to: Display text list in the frontend #785
    Tan NguyenTan Nguyen
    Participant

    Sorry, the <?php on 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:

    http://prntscr.com/6vqn1f

    in reply to: show hide question #767
    Tan NguyenTan Nguyen
    Participant

    Hi, 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.

    in reply to: Display text list in the frontend #765
    Tan NguyenTan Nguyen
    Participant

    Hi, 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.

    http://prntscr.com/6vqn1f

    On the Placeholder column, enter your placeholder for text field, on the Label column, 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 clone checkbox 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>
    
    in reply to: change metabox title language #757
    Tan NguyenTan Nguyen
    Participant

    Nihao, 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.

    in reply to: Radio button with image #707
    Tan NguyenTan Nguyen
    Participant

    Hi, umtang41.

    Thanks for purchasing and installing MB Builder. To create a Image Select instead of Radio Buttons for selection. You can use Image Select field located under Advanced section. You'll see a field editor like so:

    http://prntscr.com/6m9cz9

    On the Value text field, enter the Value which you want to save to post meta and on the Image URL, specify the URL which you want to represent the radio.

    Best regards.

    Tan Nguyen

    in reply to: MB Builder & MB Show Hide #557
    Tan NguyenTan Nguyen
    Participant

    Thanks, 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.

    in reply to: MB Builder & MB Show Hide #537
    Tan NguyenTan Nguyen
    Participant

    Hi, 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.

Viewing 10 posts - 241 through 250 (of 250 total)