Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 3,958 total)
  • Author
    Posts
  • in reply to: Field data (email) not showing on admin columns #13610
    Anh TranAnh Tran
    Keymaster

    Hi Marge,

    Also, is there a way to prevent repeat submissions based on email address?

    Do you mean if user submit a post that has an existing email in a custom field, then stop saving the post? As far as I know, there's no way to stop WordPress from creating a post (unless you use die).

    in reply to: rwmb_frontend_after_process set static value #13609
    Anh TranAnh Tran
    Keymaster

    Hi,

    If you use rwmb_frontend_after_process, then all the data are already processed. To assign a value to another field before it's processed, I think you need rwmb_frontend_before_process hook. Then you can modify the $_POST array to change the other field's value.

    in reply to: How To Style The Submit Form Button #13607
    Anh TranAnh Tran
    Keymaster

    Hi, there's an attribute edit for the shortcode. Please just add edit="true" to the shortcode and you'll see the post data after submitting. For details, please check the docs.

    in reply to: Auto populate not working for street_address field #13606
    Anh TranAnh Tran
    Keymaster

    Hi Annabelle,

    To make the address field auto completed, please set its ID starts with address, like address_one. The plugin checks for address prefix. For details, please see the docs.

    Update: Sorry, I misunderstood your question.

    Regarding the problem, I think the street_address is not available from the response for your entered address. It's rarely used and not always available.

    in reply to: By Post Field 'query args' with author #13605
    Anh TranAnh Tran
    Keymaster

    Do you mean query posts created by current user? Please clarify which user you want to set as author.

    in reply to: 500 Error after Checking Boxes in All in One Tab #13604
    Anh TranAnh Tran
    Keymaster

    Hi Jamie,

    Would you mind enabling the debug mode and see what's the error? We have tested the plugins with all recent WordPress versions and they work without any problem. Perhaps it's PHP version or some PHP extensions missing.

    in reply to: WP All Import/Export Add-on #13603
    Anh TranAnh Tran
    Keymaster

    Yes, it is!

    Anh TranAnh Tran
    Keymaster

    Hi Sam,

    It's great that you found the cause!

    Regarding the d/m/y issue, I've tried and the format works correctly for me: https://screenshots.firefox.com/xuhedGKETcDuMvDC/localhost. Perhaps the same problem with the other plugin?

    in reply to: Field validation on settings page with tabs #13600
    Anh TranAnh Tran
    Keymaster

    Hi SAS,

    This is a future feature as the plugins don't have it yet. I think we got the same request before, but didn't track it. I'll put it in my list and will work on that as soon as I can.

    Thanks a lot for your feedback and the example from other frameworks. It's really helpful.

    in reply to: Image inside clonable group not displayed in template #13599
    Anh TranAnh Tran
    Keymaster

    Hi Lukas,

    As you use single_image field, the field value is not an array (as it's only one image). So, please change to code to:

    $image_id = isset( $group_values['exhb_gallery'] ) ? $group_values['exhb_gallery'] : null;
    if ( $image_id ) {
        $image = RWMB_Image_Field::file_info( $image_id, array( 'size' => 'large' ) );
        echo '<img src="' . $image['url'] . '" width="' . $image['width'] . '" height="' . $image['height'] . '">';
    }

    Or if you really want to use a gallery, then please change the field type to image_advanced and keep the code as it is.

    in reply to: Use etabox Group fields #13598
    Anh TranAnh Tran
    Keymaster

    Hi,

    The 2nd screenshot shows the group, so it's working. Perhaps you expected a collapsible group. Please add more options for the groups.

    in reply to: Refund #13597
    Anh TranAnh Tran
    Keymaster

    Hi Jamie,

    It's sad to see the plugins don't fit your requirements. Thank you for trying our products and hope you can revisit soon, as we constantly update and add more features to the plugins. Maybe you need them in the future and in that case, we're very happy to support you.

    Anyway, I'll issue the refund now.

    Have a nice day.

    in reply to: Custom fields not available #13591
    Anh TranAnh Tran
    Keymaster

    Hi Annabelle,

    I've just updated the plugin today. It's a big update as we completely rewrote the plugin. The purpose is to list fields in a better way.

    Please update and let me know how it goes. Any feedback is appreciated.

    Anh TranAnh Tran
    Keymaster

    It's done in the latest version of the plugin. Please update!

    in reply to: custom post type capabilities #13579
    Anh TranAnh Tran
    Keymaster

    I've just updated the plugin today, adding a "Custom" rule for capability type. With that, the plugin auto generate capabilities for the new post type like: edit_cpt, delete_cpt. Please try and let me know how it goes.

Viewing 15 posts - 1,351 through 1,365 (of 3,958 total)