Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi,
Do you see any error in the console?
Anh Tran
KeymasterHi Huy,
To set key and value in MB Builder, please enter the following format in the options box:
value: Label
value2: Label 2For details, please see this video:
Anh Tran
KeymasterHi Thomas,
To use the Geolocation extension to retrieve latitude and longitude, please create 2 fields with ID
latandlngas follows:https://ghostbin.com/paste/5dpyd
When you select an address from the suggestion list, the latitude and longitude are auto populated:
https://imgur.elightup.com/LvTjaUG.png
Then on the front end, you can use the
rwmb_metafunction to get their values.September 25, 2018 at 3:05 PM in reply to: ✅Taxonomy Field - Not saving to term_relationships #11420Anh Tran
KeymasterHi David,
If you set the meta box to use a custom table, then all fields will save data in the custom table. The storage (custom table) is set for meta box, thus it applies to all its fields.
Anh Tran
KeymasterHi Andrew,
The author of the MashSharer replied that the new version on Github has a fix for that:
https://github.com/mashshare/MashShare
Commit: https://github.com/mashshare/MashShare/commit/c714a7bf33a2793cff2c59cfee217eddd9898e40Please try it.
September 20, 2018 at 9:23 AM in reply to: ✅After installing MB Builder, nothing shows on Dashboard #11400Anh Tran
KeymasterHi Thomas,
Sorry for the confusion. Our purpose is moving all extensions' menus into one place ("Meta Box" top-level menu). That keeps everything organized and easy to find.
The reason we named the menu "Custom Fields" is MB Builder is for custom fields only. There are also other extensions that for custom post types and custom taxonomies. When they are activated, you'll see full menu like this:
https://imgur.elightup.com/EHd1v23.png
This post explains the idea of shared menu.
And when we refer to custom fields, naming field groups make sense, since they're a group of fields. It's not groups in MB Group. It simply means a set of custom fields.
I'll update the documentation to make it less confusing.
Thanks a lot for your feedback.
Anh Tran
KeymasterHi, I fixed that bug weeks ago, but forgot to update the Geolocation extension. I've just updated the extension, please try again.
Anh Tran
KeymasterHi,
I've just checked the plugin and found that it bundles Meta Box inside:
https://imgur.elightup.com/DSsEqWf.png
However, they don't keep the original version of Meta Box. Instead, they changed the code (prefix in the screenshot above). That might break the compatibility with Meta Box extensions.
If you're using their Pro version, please contact them to either update their code (the modified version of Meta Box) or include the original version of Meta Box.
PS: I've posted a topic on wordpress.org.
Anh Tran
KeymasterPlease send me an email via contact form.
Anh Tran
KeymasterI've just updated the MB Builder to fix the
fieldkey. Can you please try again to see if that works?Anh Tran
KeymasterCan you share your code of that meta box? I tried to replicate the problem on my localhost, but everything seems work fine to me.
Anh Tran
KeymasterHi Thomas,
Regarding MB Builder, I've answered in this topic.
Regarding MB Settings Page, this plugin doesn't have any menu. You need to use some custom code to create the settings pages for yourself. Please follow the documentation on how to do that.
September 18, 2018 at 5:40 PM in reply to: ✅After installing MB Builder, nothing shows on Dashboard #11379Anh Tran
KeymasterHi Thomas,
Did you activate the Meta Box plugin first? MB Builder requires Meta Box to work. When it's activated, the "Meta Box" menu will appear below the Settings menu. And it has a sub-menu called "Custom Fields", that's the MB Builder's menu.
PS: The old "Meta Boxes" menu was removed and changed to "Custom Fields" sub-menu.
September 18, 2018 at 5:38 PM in reply to: ✅Disable (delete) fields that are hidden conditionally? #11378Anh Tran
KeymasterHi again,
We've just added the trigger
cl_hidefor inputs when they're hid. Now you can use the snippet I posted above. Please update.Anh Tran
KeymasterMap saves data as
latitude, longitude[, zoom], so it should be just text, e.g.TEXT NOT NULL. -
AuthorPosts