Support Forum » User Profile

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Creating Signature Field for MB Frontend Submission #41738
    Tron BuckTron Buck
    Participant

    jupitercow (https://bitbucket.org/jupitercow/acf-signature-field/src/master/) creates a signature field for ACF using https://github.com/szimek/signature_pad.
    Is it possible to use signature_pad with a metabox field?

    in reply to: Auto populate an OSM field if empty #29431
    Tron BuckTron Buck
    Participant

    Hi Long.
    Any news about the bind_if_empty issue?

    in reply to: Dashboard not working #29156
    Tron BuckTron Buck
    Participant

    Hi Long.

    Now it works!
    But let me say the documentation is not very clear in this point.
    For the [mb_frontend_form id="meta-box-id" post_fields="title,content"] shortcode attibutes you say:

    post_type The submitted post type. Optional. Default is the first post type defined in the meta box. If meta box is made for multiple post types, you should set this attribute to the correct one.

    I was supposing post_type attribute was not needed as it was defined in the meta box.

    Anyway, it is working now and I really appreciate your support.
    Thank you!

    in reply to: Dashboard not working #29132
    Tron BuckTron Buck
    Participant

    Hi there!

    I am very confused with your last explanation.
    In your doc page:
    https://docs.metabox.io/extensions/mb-frontend-submission/
    You say...

    User Posts Dashboard
    To let users view and edit their submitted posts, just create a normal WordPress page, and insert the following shortcode into the page content:

    [mb_frontend_dashboard edit_page="124"]

    Shortcode attributes

    Attributes Description
    edit_page The ID of the page, where users can submit posts.
    post_type The post type to be shown (default: post)

    I am not using any builder, just the twentyone theme and I have the same problem as Thibaut.
    When using the shortcode without post_type argument, only post are listed.
    Using post_type="cpt-slug" nothing are listed.

    Please, check it and clarify.
    Thank you.

    in reply to: Auto populate an OSM field if empty #29115
    Tron BuckTron Buck
    Participant

    Another question:
    when trying to concatenate two values ("road" and "house_numer" for example)

    [
    'name' => __( 'Street', 'your-text-domain' ),
    'id'   => $prefix . 'street',
    'type' => 'text',
    'address_field' => 'address',
    'binding' => 'road + " " + house_number',
    ],

    I get this error

    geolocation.js?ver=1624388899:308 Uncaught ReferenceError: item is not defined
        at geolocation.js?ver=1624388899:308
        at Array.forEach (<anonymous>)
        at Osm.getFieldData (geolocation.js?ver=1624388899:301)
        at Osm.populateField (geolocation.js?ver=1624388899:52)
        at geolocation.js?ver=1624388899:33
        at Array.forEach (<anonymous>)
        at Osm.populateFromAddress (geolocation.js?ver=1624388899:33)
        at HTMLInputElement.<anonymous> (geolocation.js?ver=1624388899:253)
        at HTMLInputElement.dispatch (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2)
        at HTMLInputElement.v.handle (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils,moxiejs,plupload&ver=5.7.2:2)
Viewing 5 posts - 1 through 5 (of 5 total)