Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHello,
When did you buy the bundle? And which bundle did you buy?
I’ve just checked your account and see you bought only MB Group. Probably you entered the wrong email when buying the bundle. So please give me more info to check.
Anh Tran
KeymasterHi alisha,
The step to download the plugins and put them inside your theme is always required.
However, you can choose to either bundle the plugins (unzip and copy all plugins files) or using TGM Activation class to include them (no unzip, just copy the .zip files). The former method does not require to install individual plugins, while the later does.
Anh Tran
KeymasterHi,
This is a known bug of Gutenberg. The development team is working on fixing this bug. You can see the progress here:
https://github.com/WordPress/gutenberg/issues/3302
I covered this issue in this blog post:
Anh Tran
KeymasterHi alisha,
Please follow this docs to integrate the extensions into your theme:
https://docs.metabox.io/extensions/integration/
You can either using TGM Activation class or bundle them.
Anh Tran
KeymasterCan you post the full code that register meta boxes here? And what extensions are you using?
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. -
AuthorPosts