Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Hazmi,
I've just checked and it works in my test. Here is the video of my test:
https://imgur.elightup.com/6i0NYtP.gifv
Can you please check your site again? Maybe the problem is somewhere else.
April 10, 2018 at 5:12 PM in reply to: [report]Uppercase field ID automatically set to lowercase when exporting code #9150Anh Tran
KeymasterThanks, I've fixed that and will update the extension soon.
Updated: It's fixed in the latest version. Please update the plugin.
Anh Tran
KeymasterI got it. Let me try that.
April 10, 2018 at 4:45 PM in reply to: cloneable oEmbed fields doesn't save empty data as "NULL" #9148Anh Tran
KeymasterI got it. Let me see if I can make the change.
Anh Tran
KeymasterHi Dave,
The image/file field in Meta Box saves attachment ID in the database. If you expect image URL, you can use the
file_inputfield.Do you know a way in Beaver Builder that can transform custom field value from one format to another? Then we can add some code to make it work automatically.
Anh Tran
KeymasterYou can insert that code into
functions.phpfile of your theme or the main PHP file of your plugin. As it's your theme, it's not overwritten by WordPress.Anh Tran
KeymasterHi,
The "adding new terms" is one thing that in my head for a long time. I'm stuck with the current UI of
taxonomyfield.Do you think an option is needed? As you can always use the default WP's UI and remove the
taxonomyfield from the meta box?Anh Tran
KeymasterHi David,
I was thinking about the same thing :).
The job of connecting original and translated posts is not hard and Meta Box can do that easily. I guess all plugins such as WPML, Polylang already do that well.
The hardest part comes from connecting other things such as featured image, menu, widget.
But if you passionate about this idea, let's create a repo on Github and create an MVP.
Anh Tran
KeymasterHi Jasper,
Unfortunately, it's not available yet. If you're using
textareaortextfield, you can have similar functionality with Text Limiter extension.Anh Tran
KeymasterHi,
I think you're right. First, get the ID of the connected page1. Then do another query to get all posts that connect
topage1.April 9, 2018 at 11:39 AM in reply to: cloneable oEmbed fields doesn't save empty data as "NULL" #9126Anh Tran
KeymasterHi,
When a field is cloneable, the value should be always an array. That's why the plugin stores value as
a:0:{}- the serialized of empty array.I'll add more options to the MB Builder extension.
Anh Tran
KeymasterIt's the MB Builder extension. I've just updated the Meta Box AIO as well ๐
Anh Tran
KeymasterI've just updated the plugin, making a drop-zone for sub-fields of groups, so you can drag and drop sub-fields easier (and make things obvious).
Please update the plugin.
Anh Tran
KeymasterHi,
I've made a video to demonstrate how to create child fields for groups with the Builder extension:
Please take a look. After doing that, the code will be available in the Code export tab.
Update: I've just updated the plugin, making a drop-zone for sub-fields of groups, so you can drag and drop sub-fields easier.
Anh Tran
KeymasterIf you're using the
image_advancedin the frontend, it will include the scripts to trigger the media modal when you click on the image.In other cases, I'm not sure how to display the media modal alone :(.
-
AuthorPosts