Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi David, can you give more details on load data in file? As all the data imported, I don't understand why you need a TSV file.
Anh Tran
KeymasterHi, I've tried your code and it seems to be working fine. Here is my video: http://recordit.co/FupVhWSulF. Can you please take a look?
Anh Tran
KeymasterIs the code the same as in this topic? I see the appearance is different than the previous one. Can you please give me the code to check?
Anh Tran
KeymasterFebruary 14, 2019 at 4:31 PM in reply to: ℹ️Pages do not save changes when activating Meta Box #13329Anh Tran
KeymasterHi,
Can you check if any field has attribute
requiredor any validation that fails?February 14, 2019 at 4:07 PM in reply to: Custom Post Type and Custom Field Type Unaccessible #13327Anh Tran
KeymasterDo you see that post type in the table in the Meta Box > Post Types screen? Looks like that post type is broken and need to be fixed. If you see it, then please export it and send me.
Anh Tran
KeymasterHi Mark,
Did you get the shortcode
[wpbb site:meta_box field='pboptions']from another module (by copying and pasting to the custom layout? Thefieldparam doesn't accept#light-row-coloror something similar, it's simply a field ID.Anyway, using this shortcode will return the whole image HTML tag. Only when using the connection in the background settings gives the image URL.
We're working on improving the integration, to allow you to choose which attribute of the returned image to be used. Until then, I think it's not possible.
Anh Tran
KeymasterYes, it's possible to auto-fill the current user email. See the updated script.
Regarding edit user profile in the back end, this technique is meant for use for editing user profile in the front end only.
February 14, 2019 at 3:52 PM in reply to: Can I add custom CSS for a post based on a Meta Box field state? #13324Anh Tran
KeymasterCan you please give a screenshot on what you're trying to do? Is the event datetime a repeating group?
February 14, 2019 at 3:33 PM in reply to: Trying to display all the possible connection to a post #13323Anh Tran
KeymasterHi Vee Jay, I've tried the code and it works for me. Here is my video record: http://recordit.co/1e1j1PkNs5
And here is the code I used to test: https://ghostbin.com/paste/kyufr
Anh Tran
KeymasterLet's discuss there as it's very code-specific.
Anh Tran
KeymasterUpdated answer:
Your code is the correct one. I'm adding docs for
rwmb_get_registryhere.Anh Tran
KeymasterHi guys,
To edit user email, simply create a meta box (or a new field in an existing meta box) with id
user_email. And then include the meta box into the shortcode. Here is the code I used to test.Anh Tran
KeymasterHey guys,
This is a bug and I've just fixed it on Github. It's available in the new version soon.
Anh Tran
KeymasterHi Mark,
Can you please re-post the code for posts custom layout on ghostbin.com? Looks like this forum truncates the code.
-
AuthorPosts