Forum Replies Created
-
AuthorPosts
-
March 7, 2019 at 11:05 PM in reply to: ✅Change Date Format from custom date field > Advanced > 'Date Picker Options' #13601
Anh Tran
KeymasterHi Sam,
It's great that you found the cause!
Regarding the
d/m/yissue, I've tried and the format works correctly for me: https://screenshots.firefox.com/xuhedGKETcDuMvDC/localhost. Perhaps the same problem with the other plugin?Anh Tran
KeymasterHi 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.
Anh Tran
KeymasterHi Lukas,
As you use
single_imagefield, 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_advancedand keep the code as it is.Anh Tran
KeymasterHi,
The 2nd screenshot shows the group, so it's working. Perhaps you expected a collapsible group. Please add more options for the groups.
Anh Tran
KeymasterHi 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.
Anh Tran
KeymasterHi 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.
March 6, 2019 at 4:37 PM in reply to: ✅Suggestion: Limit Custom Post Type slug to 20 characters #13580Anh Tran
KeymasterIt's done in the latest version of the plugin. Please update!
Anh Tran
KeymasterI'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.Anh Tran
KeymasterHi 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.
Anh Tran
KeymasterOh, that's right. You need to enable Geocoding API to use the autocomplete feature. I should have mentioned that in the docs!
Anh Tran
KeymasterHi Guilherme,
Thanks for your feedback. I see the bug and will fix it now.
Anh Tran
KeymasterHi 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.
March 5, 2019 at 2:03 PM in reply to: ✅Change Date Format from custom date field > Advanced > 'Date Picker Options' #13555Anh Tran
KeymasterHi 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.
Anh Tran
KeymasterThere is an attribute
submit_buttonfor the shortcode that allows you to change the submit button text. Please see the docs for list of attributes. -
AuthorPosts