Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 3,707 total)
  • Author
    Posts
  • 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.

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

    Hi Annabelle, the update today is for a critical bug that break the plugin from working. For the list of fields issue, we have done that and will release a new version tomorrow. Please wait a little.

    in reply to: Autocomplete not working with Google Maps #13567
    Anh TranAnh Tran
    Keymaster

    Oh, that's right. You need to enable Geocoding API to use the autocomplete feature. I should have mentioned that in the docs!

    in reply to: Error with Image Advanced in Gutenberg #13557
    Anh TranAnh Tran
    Keymaster

    Hi Guilherme,

    Thanks for your feedback. I see the bug and will fix it now.

    in reply to: Autocomplete not working with Google Maps #13556
    Anh TranAnh Tran
    Keymaster

    Hi Lukas, I've just tested again and couldn't replicate the bug. Here is my video: http://recordit.co/Fx18GnvJLK. Please check the API key or check the console if Google shows any warning/error.

    Anh TranAnh Tran
    Keymaster

    Hi Sam, I couldn't replicate this bug. I see you're using BB, so I made a video on BB: http://recordit.co/EIh8PjykQ3. It seems to working fine on my localhost.

    Can you check the value in the database (using PHPMyAdmin or similar tool)? Just to make sure the value is saved in the correct dd-mm-yy format.

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

    There is an attribute submit_button for the shortcode that allows you to change the submit button text. Please see the docs for list of attributes.

Viewing 15 posts - 1,336 through 1,350 (of 3,707 total)