Support Forum ยป User Profile

Forum Replies Created

Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: Auto-complete and map field conflicts #3136
    SinusiteSinusite
    Participant

    Perfect it works.
    Thank you !

    in reply to: Plupload_image #2747
    SinusiteSinusite
    Participant

    Thanks it's done & perfect for me ๐Ÿ™‚
    ( just see https://support.metabox.io/topic/file_upload-post-edit/#post-2746 )
    You can close it !

    in reply to: Conditional in Taxonomys #2734
    SinusiteSinusite
    Participant

    okay, copy that ๐Ÿ™‚
    You can close.

    in reply to: Conditional in Taxonomys #2731
    SinusiteSinusite
    Participant

    Hi Tan and thanks

    i tried this without success :

    'hidden' => array('slug:tax_query[taxo_service]', 'in', array('aup', 'ab', 'ae')),
    'hidden' => array('tax_query[taxo_service]', 'in', array('aup', 'ab', 'ae')),

    but i think you're right, the default taxonomies metaboxes are hidden (with css) in my case so the DOM will not be parsed...

    Does include/exclude extension is working with fields or only with metaboxes ?

    Thanks

    in reply to: For file type #2139
    SinusiteSinusite
    Participant

    Yes i didnt' know this one. It seems perfect.
    But it's just for image not PDF.... any idea ?
    I will try something.

    Thank You !

    in reply to: For file type #2066
    SinusiteSinusite
    Participant

    But wait... the UI is OK in my case in fact.
    The problem is the thumnnnail preview and edit/delete links which are not working when file type is in a group.
    (but ok when using it with "classic" fields)

    in reply to: For file type #2065
    SinusiteSinusite
    Participant

    OK it will be prefect, thank you !

    in reply to: For file type #2053
    SinusiteSinusite
    Participant

    Hi Anh,

    yeah, that's correct thank you.
    But when using in a group, i got a warning (when a new post is created) :

    Warning: Invalid argument supplied for foreach() in ...\wp-content\plugins\meta-box\inc\fields\file.php on line 156

    but especially i don't have the beautiful preview & edit link wanted after saving ๐Ÿ™‚

    in reply to: Hide a metabox when a parent is selected #1281
    SinusiteSinusite
    Participant

    ok Thanks !
    Last question (before the next one :p ):
    What does your "MB Include Exclude" plugin can bring me more ?

    in reply to: Hide a metabox when a parent is selected #1241
    SinusiteSinusite
    Participant

    Hi Tan,
    Thanks for you quick answer and amazing work.

    What is the best syntax for multiple fields to hide with the same conditions ?

    i.e. :
    $conditions['tagsdiv-maitreo'] = array( 'hidden' => array('parent_id', '>', 0 ) );
    $conditions['postimagediv'] = array( 'hidden' => array('parent_id', '>', 0 ) );
    $conditions['sbg_box'] = array( 'hidden' => array('parent_id', '>', 0 ) );

    regards.

    in reply to: Hide a metabox when a parent is selected #1193
    SinusiteSinusite
    Participant

    Ok... it's workin perfectly for meta-boxes with

    'visible' => array('parent_id', '=', ''),

    For notice, a comma is missing in the doc

    'visible' => array('parent_id', '!=' '')

    But how to with the WordPress Metaboxes ? (For example postexcerpt ou a taxonomy_div for a CPT)
    Thank You !!

    in reply to: Hide a metabox when a parent is selected #1192
    SinusiteSinusite
    Participant

    mmmm looks like https://support.metabox.io/topic/if-is-parent/ lol
    May be i've chosen the wrong extension :p ?

Viewing 12 posts - 16 through 27 (of 27 total)