Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Torben, please see how to post a screenshot here:
Anh Tran
KeymasterHi,
You can use the MB Include Exclude extension to set who can view/edit user fields, and who can be edited.
Anh Tran
KeymasterHi,
You're right. You can't edit the custom fields in this screen in Elementor. It works only for some basic post fields.
Anh Tran
KeymasterHi Joe,
This probably relates to this commit in select2 library. I'll check and fix it.
Anh Tran
KeymasterHi Chris,
The rows and columns parameter is the size of the textarea, not the way the content is displayed. Rows means how many line of text appear for you to enter content, and columns means how many columns (characters) for that content area.
If you want to display fields in columns, please use the MB Columns extension. Then in the Builder, you'll see a parameter to enter how many columns that field will take.
Anh Tran
KeymasterHi,
Unfortunately, the front-end editing of custom fields is not possible for Elementor. We have an extension MB Frontend Submission, which allows edit posts and custom fields on the front end. It works via an shortcode that you can put in Elementor. But that's a different approach.
Anh Tran
KeymasterUnfortunately, it's not possible. Elementor doesn't work that way as it stores data per post, not per custom field.
Anh Tran
KeymasterHi Chris,
Can you send me a temporary admin account to look at? This is a major update of MB Builder and there's some change in how the plugin stores data. I wrote the Upgrade script to migrate data, but there might be some unexpected bug.
Anh Tran
KeymasterHi Dragan,
I've just tested and couldn't see the problem. Here is my screenshot:
https://imgur.elightup.com/nFll5CH.png
Did you see any error in the console?
June 27, 2019 at 4:50 PM in reply to: ✅Apostrophe and quotation mark in post type Plural ans singular name #15139Anh Tran
KeymasterHi Andrien,
The AIO update will be available on Monday. I've updated only MB Custom Post Type plugin.
June 27, 2019 at 3:43 PM in reply to: ✅Cloning a Metabox Group item results in 'property content is undefined' #15134Anh Tran
KeymasterI got it! Can you try this updated version?
Anh Tran
KeymasterHi Max,
You can do raw SQL query like this:
global $wpdb; $ids = $wpdb->get_col( "SELECT <code>to</code> FROM $wpdb->mb_relationships WHERE <code>from</code> = 123 AND <code>type</code> = 'your_relationship' ");PS: I think
WP_Queryis fine if you set'fields' => 'ids'.June 27, 2019 at 3:36 PM in reply to: ✅Apostrophe and quotation mark in post type Plural ans singular name #15132Anh Tran
KeymasterHi Axel,
Thanks a lot for your feedback. I've just fixed it and released a new version.
Anh Tran
KeymasterHi Dave,
It's clear that GF works only with standard WP user meta. It doesn't work with any custom table (not only MB Custom Table, but all).
I think the solution is writing a custom code to hook to GF query, as they said. Unfortunately, I'm not experience with that.
Anh Tran
KeymasterHi again,
There is an updated fix for this bug, can you please try the development version here?
-
AuthorPosts