Forum Replies Created
-
AuthorPosts
-
Sinusite
ParticipantHi Long, any ETA on this ?
Thanks (and Happy New Year π ! )January 5, 2021 at 7:21 AM in reply to: β Select Tags and add a new tag with MB Frontend Submission #23844Sinusite
ParticipantExcellent!
June 2, 2020 at 3:59 AM in reply to: β Select Tags and add a new tag with MB Frontend Submission #20159Sinusite
ParticipantExcellent. CWAL π
Sinusite
ParticipantOK correct now with add post_type arg.
Thanks a lot for your support !Sinusite
ParticipantThanks. 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.Sinusite
ParticipantThanks π
Sinusite
ParticipantGreat !
But is it working with Taxonomy fields ?
(Please see this issue)Sinusite
ParticipantDone. Thank You !
Sinusite
ParticipantIt would be great to have $meta_boxes['fields']['field_id']['std']
Sinusite
ParticipantHmmm 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!
June 5, 2016 at 10:49 PM in reply to: Group and file_upload (AND clone) : only 1st file_upload is considered #3319Sinusite
ParticipantHi,
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', ), ),Sinusite
Participantmmm... 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.
Sinusite
ParticipantHi,
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 undefinedAfter 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
Sinusite
ParticipantNo i'm not using a password field. - may be the nonce of ajax in page ? I will check that later...
May 30, 2016 at 12:01 AM in reply to: Group and file_upload (AND clone) : only 1st file_upload is considered #3202Sinusite
ParticipantWaiting for the 4.8.7 :p
(I tried to replace with the new group extension, file and file upload but it doesn't worked) -
AuthorPosts