Support Forum Β» User Profile

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 27 total)
  • Author
    Posts
  • in reply to: βœ…Edit Field Group is sllow #23846
    SinusiteSinusite
    Participant

    Hi Long, any ETA on this ?
    Thanks (and Happy New Year πŸ™‚ ! )

    SinusiteSinusite
    Participant

    Excellent!

    SinusiteSinusite
    Participant

    Excellent. CWAL πŸ™‚

    in reply to: βœ…Issue dashboard - MB 1.11.9 #20158
    SinusiteSinusite
    Participant

    OK correct now with add post_type arg.
    Thanks a lot for your support !

    in reply to: βœ…Issue dashboard - MB 1.11.9 #19941
    SinusiteSinusite
    Participant

    Thanks. My copy-paste was the wrong.

    $form ='[mb_frontend_dashboard edit_page="494"]';

    and in ID = 494 :
    [mb_frontend_form id='projet-field-group' post_fields='title' "]

    But the bug is confirmed (it worked with 1.11.7 and not with 1.11.9).

    The Dashboard button "Add new" works but not the listing.
    -> You have 0 posts.

    in reply to: My Account > Your Downloads #4592
    SinusiteSinusite
    Participant

    Thanks πŸ˜‰

    in reply to: Default Value - pre propulate - filter ? #4200
    SinusiteSinusite
    Participant

    Great !
    But is it working with Taxonomy fields ?
    (Please see this issue)

    in reply to: Autocomplete issue with 'id' and binding #4198
    SinusiteSinusite
    Participant

    Done. Thank You !

    in reply to: Default Value - pre propulate - filter ? #4141
    SinusiteSinusite
    Participant

    It would be great to have $meta_boxes['fields']['field_id']['std']

    in reply to: Default Value - pre propulate - filter ? #4140
    SinusiteSinusite
    Participant

    Hmmm thank you. My context is a little bit more complex...

    I am using add_filter('wp_get_object_terms' but it's not easy to perform query sometimes.

    I'll try the second choice you gave me - the problem with this one is you have to care about the fields order.

    Thank you!

    SinusiteSinusite
    Participant

    Hi,
    I have upgraded Meta Box (4.8.7) and Group extension (1.1.2) without success with "file type" (OK for file_advanced or file_upload, but they don't work on iPad...),

    array(
    	'name' => 'Fichier(s)',
    	'id' => 'file_redac',
    	'type' => 'group',
    	'clone'  => true,
    	'sort_clone' => false,
    					
    	'before' => '<div id="file_redac">', // ID should same as this field id
    	'after'  => '</div>',		            
    	// Sub-fields
    	'fields' => array(
    		array( 'name' => '', 
    				'id' => "_cons_file",
    				'type' => 'file', 
    				'max_file_uploads' => 1,
    				'force_delete'=> true,                			
    		),
    		array( 'name' => 'LΓ©gende', 
    				'id' => "_cons_legend",
    				'type' => 'text',
    											
    		),
    	),
    in reply to: Autocomplete issue #3314
    SinusiteSinusite
    Participant

    mmm... i tried with the Geoloc example instead of my cpt :

    if $meta_boxes['mine'] is called with AND before $meta_boxes['with_geo'], it works....
    ( $meta_boxes['1'] can contain only 1 text field )

    i also put the demo (adress and map fields) in $meta_boxes['1'] and it seems not working if there only one metabox.

    in reply to: Autocomplete issue #3313
    SinusiteSinusite
    Participant

    Hi,

    Found an issue, may be it is only in my context...
    I put a meta-box with "geo" in two custom post types.

    $meta_boxes['projet'] = array(
    	'title'		=>	'Projet',		
    	'id'		=>	'box_projet',
    	'pages'		=>	array( 'bbv_conseil', 'bbv_projet' ), 
    	'context'	=>	'normal',
    	'priority'	=>	'low', 
    	'autosave'	=>	false,
    	'geo' => array(	 
    				'types' => array('establishment','geocode'),
    				'componentRestrictions' => array(
    											'country' => 'fr'
    											)
    	),

    It's working for the 1st, not the second post type ( same with geo => true ...) :
    mb-geo.js?ver=1.0.0:89 Uncaught TypeError: Cannot read property 'Autocomplete' of undefined

    After reading that, i added in map.php line 18

    https://maps.google.com/maps/api/js<strong>?libraries=places</strong>

    and it works.
    It seems

    <script type='text/javascript' src='https://maps.googleapis.com/maps/api/js?libraries=places&ver=4.2.2'></script>
    

    is not included in the second post type

    nota : ?sensor=false is useless

    in reply to: Autocomplete issue #3203
    SinusiteSinusite
    Participant

    No i'm not using a password field. - may be the nonce of ajax in page ? I will check that later...

    SinusiteSinusite
    Participant

    Waiting for the 4.8.7 :p
    (I tried to replace with the new group extension, file and file upload but it doesn't worked)

Viewing 15 posts - 1 through 15 (of 27 total)