Forum Replies Created
-
AuthorPosts
-
March 2, 2019 at 2:40 PM in reply to: ✅Change Date Format from custom date field > Advanced > 'Date Picker Options' #13528
Anh Tran
KeymasterHi Sam, please set as follows: https://screenshots.firefox.com/MB6h2PQRVghQvsna/localhost
Anh Tran
KeymasterHi Annabelle,
The Meta Box AIO hasn't been updated yet, since we are synchronizing code from other extensions. Please try using the Meta Box - Elementor Integrator in the meantime. I'll update the AIO on Monday.
Regarding the problem, are you creating the MB Custom Post Type extension/module? I suppose this is a bug in the extension. I'll check and fix it soon.
Anh Tran
KeymasterHi Elizabeth,
Looks like Gravity Forms only hook to the editor in the post editing pages. It probably doesn't handle the editor elsewhere. I'm afraid we can't do anything in this case.
Anh Tran
KeymasterHi,
Don't worry, if you update the table structure, the plugin automatically update the structure in the database. So you can add more fields without any problem.
March 1, 2019 at 11:01 AM in reply to: ✅"Slider" meta field to save 'min' and 'max' selected value #13512Anh Tran
KeymasterIt's done in the recent commit.
Anh Tran
KeymasterHi, it's not possible at the moment. We have this request in the list and will try to work on that as soon as we can.
February 28, 2019 at 10:43 AM in reply to: ✅[MB User Profile] Show password meter on registration form #13502Anh Tran
KeymasterHi Clayton,
This feature is available in the latest version 1.2.0. Please update.
Anh Tran
KeymasterI meant the MB Tabs extension. Please update it.
Anh Tran
KeymasterHi, I've just updated the plugin on .org. Please update and check it!
Anh Tran
KeymasterHey guys, can you export the field group and give me the exported file to check? I couldn't replicate that on my localhost.
Anh Tran
KeymasterHi Sam, we actually done that for WP Auto Listings plugin. Here is a quick video to show you how it's done: http://recordit.co/sJmMETYBIu. It has a lot of custom code for the premium feature, so I couldn't share here.
February 26, 2019 at 10:28 AM in reply to: ✅Change Destination Of Custom File Upload Field Type #13476Anh Tran
KeymasterHi,
To avoid the complexity, I avoided using predefined variables for things like site number in multisite network. But you can always do that with a little code, like this:
function prefix_get_site_upload_dir() { return WP_CONTENT_DIR . '/uploads/sites/' . get_current_blog_id() . '/my_uploads/'; }And in the field settings, set:
'upload_dir' => prefix_get_site_upload_dir(),Anh Tran
KeymasterHi,
Thanks a lot for your code. There was a CSS bug with the textarea for tabs-left style, which has just been fixed in the recent version. Please update.
Anh Tran
KeymasterHi,
Unfortunately, we don't have such field type :(. Please try to use cloneable select/radio field, which can help do almost the same thing.
Anh Tran
KeymasterHi Nick,
In this situation, you definitely need way to connect reviews to an event. And that's a relationship between Event and Review. So, using MB Relationship is a perfect in this case.
-
AuthorPosts