Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,836 through 2,850 (of 3,958 total)
  • Author
    Posts
  • in reply to: Shortcode with MB Template #5543
    Anh TranAnh Tran
    Keymaster

    Hi,

    You don't need to register the meta box. It's the purpose of the extension to provide a simpler way to do that for you. And the shortcode has to work. I will check that again.

    in reply to: php error codes #5542
    Anh TranAnh Tran
    Keymaster

    Hi, can you post the error message?

    in reply to: Get a Select User Meta Value #5541
    Anh TranAnh Tran
    Keymaster

    Hi,

    The function get_user_meta returns the values stored in the database. They are sel, pi, ngo. Please note that the text label is for showing to users to select only, they're not the values saved in the post meta.

    In this case, you can use a if-else check to output the correct label in the frontend.

    in reply to: Frontend submit plugin doesn't appear in downloads #5540
    Anh TranAnh Tran
    Keymaster

    Hi Josue,

    That was my mistake. Please check your account page again. You can download it now!

    Thanks

    in reply to: Where to Download the new Extension? #5539
    Anh TranAnh Tran
    Keymaster

    Hi Tao,

    That was my mistake. Please check your account page again. You can download it now!

    Thanks

    in reply to: google maps vs. include/exclude #5489
    Anh TranAnh Tran
    Keymaster

    Hi,

    It works on my PC, did you:

    - Use the latest plugins version?
    - See any error in the console?

    Cheers!

    in reply to: Composer #5480
    Anh TranAnh Tran
    Keymaster

    I'm afraid this would be not available in a short time. It requires private access as well as checking for active license. When I find a solution for these problems, I will do that immediately.

    in reply to: Text Domain issue #5478
    Anh TranAnh Tran
    Keymaster

    Hi ismail,

    Thanks for letting me know. I've fixed it and will release new version soon.

    in reply to: Conditional logic + clonable group #5472
    Anh TranAnh Tran
    Keymaster

    Dear Grafik,

    Sorry for long silence, I've tested your code and it works properly. Did you upgraded Conditional Logic to the latest version (1.4.1)?

    Also, I see you set:

    
     'id'       => "{$prefix}image_layout_post",
    

    But

    
    'hidden'     => array( 'meta_image_layout_post', '!=', 'full' )
    

    Can you please make sure the $prefix variable is meta_?

    Cheers!

    in reply to: google maps vs. include/exclude #5470
    Anh TranAnh Tran
    Keymaster

    Dear Web Crossing,

    Can you please send me full code. I've tried added your two fields to the example and it works.
    https://gist.github.com/anonymous/0c6aad33f510e491dd4604cd1beb74fa

    Cheers!

    in reply to: Composer #5463
    Anh TranAnh Tran
    Keymaster

    Hi Nick,

    There's no keys for the extensions. They're not available for Composer yet.

    in reply to: Composer #5461
    Anh TranAnh Tran
    Keymaster

    Hi Nick,

    I haven't released the extensions on Packgist yet. Only the core plugin is available there. Here is the documentation for Composer.

    in reply to: How to set post title on save/publish from meta values? #5452
    Anh TranAnh Tran
    Keymaster

    Hi,

    This can be done with filter wp_insert_post_data. I answered a similar question on StackOverflow. You can access to meta fields via $_POST.

    PS: The reason you should not use save_post or these actions because using them require to call wp_update_post function, which causes an infinite loop of saving data. Using wp_insert_post_data makes sure you update the data before the post is updated and thus, no infinite loop.

    in reply to: Clone function not working #5451
    Anh TranAnh Tran
    Keymaster

    OK, I found the bug and just updated the Meta Box Yoast SEO plugin. Please update it.

    in reply to: Suggestion #5449
    Anh TranAnh Tran
    Keymaster

    OK, I got it. It's actually beyond the scope of the plugin. Include/exclude here means for meta boxes and what you want seems to be for post elements. I will think about this and if it's not hard to implement, I will do it.

Viewing 15 posts - 2,836 through 2,850 (of 3,958 total)