Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 3,886 through 3,900 (of 3,958 total)
  • Author
    Posts
  • Anh TranAnh Tran
    Keymaster

    Hmm, I forgot to update on Gumroad. If you purchased the plugin via Gumroad (with credit card), please update it now.

    Thanks.

    in reply to: Meta box group inside meta box group #806
    Anh TranAnh Tran
    Keymaster

    Hi 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 page

    Anh TranAnh Tran
    Keymaster

    Hi, please update both Meta Box and MB Group to latest version. It has fix for this bug.

    Thanks.

    in reply to: Metabox disappear for no reason #800
    Anh TranAnh Tran
    Keymaster

    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
    Anh TranAnh Tran
    Keymaster

    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
    Anh TranAnh Tran
    Keymaster

    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: Number of clones #782
    Anh TranAnh Tran
    Keymaster

    Not 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!

    in reply to: Plugins not working #779
    Anh TranAnh Tran
    Keymaster

    You missed the return $meta_boxes statement at the end of the function. Please try adding it.

    in reply to: E_NOTICE Trying to get property of non-object #769
    Anh TranAnh Tran
    Keymaster

    Thank 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 $post is null.

    The fix is similar to your code, but I think it's better to check inside check_slug and check_id functions.

    in reply to: show hide question #767
    Anh TranAnh Tran
    Keymaster

    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
    Anh TranAnh Tran
    Keymaster

    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
    Anh TranAnh Tran
    Keymaster

    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: Limit Metabox #747
    Anh TranAnh Tran
    Keymaster

    Hi, can you please give more details about your problem? What exactly did you do and you met?

    in reply to: Problem with filter by 'slug' #738
    Anh TranAnh Tran
    Keymaster

    Thank you very much for this! I've just updated the plugin with this fix.

    Have a good day.

    in reply to: How get updated extensions from bundle? #737
    Anh TranAnh Tran
    Keymaster

    Hi,

    I've just updated the bundle, please download again. It now contents latest versions of all plugins.

    Thanks for letting me know that!

Viewing 15 posts - 3,886 through 3,900 (of 3,958 total)