Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Matt,
You can use the MB Relationships to create relationships between 2 post types.
To output the connections on the front end, you need to use some code. Please see MB Relationships documentation to do that.
Anh Tran
KeymasterWhen you use reciprocal relationships, the "from" and "to" don't matter anymore. So you can use WP_Query on the front end for either side and it will work.
When saving into the database, the plugin will delete existing connections first, then re-add new connections. It doesn't care about the "from" or "to" side. That's why you see it flips.
Anh Tran
KeymasterHi,
We don't have a field for icon picker yet. I think the best way to do that is creating a new field type. It gives you more flexibility to control the data you want. Using
select_advancedmight be limited.Anh Tran
KeymasterHi Florian,
Unfortunately, we haven't done this yet. There are some technical challenges that we haven't resolved yet.
Anh Tran
KeymasterSorry, I should have made it clearer: there is NO such solution for your problem.
Anh Tran
KeymasterMaybe you should try
textareafield with'readonly' => true. There's no settings for preventing copy & paste for the editor, as far as I know.Anh Tran
KeymasterHi Matt,
Looks like there's an error with the taxonomy setup and REST API. However, I couldn't replicate it on my local site. Can you take a screenshot of taxonomy settings?
Anh Tran
KeymasterPlease see custom attributes docs.
Anh Tran
KeymasterI'm afraid it's not possible. You can't prevent copy & paste in the default WP editor, right?
Anh Tran
KeymasterHi pza, sorry for the delay. At the moment, it's not possible yet, because
display_nameis not a custom user meta. It's a field in theuserstable. I'll update the plugin to support it and all user fields.Anh Tran
KeymasterHi Robert,
There are 2 things here:
Post title support:
I've just checked and seen that you can disable all features, except revisions, and here is my screenshot:
Use a custom field for post title
See this tutorial. It uses a custom field for post content, you just need to replace post content with post title.
Anh Tran
KeymasterHere you are: https://pastebin.com/RKpbnYa3
December 25, 2019 at 11:17 AM in reply to: ✅Conditional Logic still not working after Version 1.6.9 upgrade #17636Anh Tran
KeymasterHi Chris, can you clear the browser cache and try again?
Updated: Chris has confirmed that the browser cache was the problem.
December 24, 2019 at 3:09 PM in reply to: ✅Error mb_user_profile_info Meta Box AIO from 1.10.10 to 1.10.12 #17631Anh Tran
KeymasterThanks for your feedback. It was a bug in the MB User Meta extension. I've fixed it recently. Please update.
-
AuthorPosts