Forum Replies Created
-
AuthorPosts
-
September 20, 2017 at 8:19 AM in reply to: same taxonomy Taxonomy Advanced fields not saving data #7007
Truong Giang
ParticipantHi there,
Please wait for me to check it. Thank you.
September 13, 2017 at 9:01 AM in reply to: same taxonomy Taxonomy Advanced fields not saving data #6960Truong Giang
ParticipantHi there,
Sorry about late. I have just sent you a file that can fix your problem via email.
Thank you very much.Truong Giang
ParticipantHi there,
Sorry, we have just fixed this. Thank you for your report!
September 9, 2017 at 9:09 AM in reply to: same taxonomy Taxonomy Advanced fields not saving data #6931Truong Giang
ParticipantCan you capture an image to show your taxonomy_advanced field config?
Truong Giang
ParticipantHi there,
There are some problems:
1. get_post_types() seems to be called wrongly, read the documentation here: https://developer.wordpress.org/reference/functions/get_post_types/
2. You should move the code handle $options to inside your_prefix_register_meta_boxes() function
3. Do you want to get all post types or all posts in a post type?
September 7, 2017 at 12:06 PM in reply to: same taxonomy Taxonomy Advanced fields not saving data #6919Truong Giang
ParticipantHi there,
This is an issue of MB Builder extension. I fixed it. Please update the extension and change
taxonomyfield totaxonomy_advancedfield.Thank you very much.
Truong Giang
ParticipantThat's strange. I followed the article you give but it doesn't work. Please add this code to your plugin and give me the result:
`
var_dump( A USER ID, 'media_selector_attachment_id', true );
`A USER ID is the id of a user which has the image.
Truong Giang
ParticipantHi there,
I fixed your problem. Please update the MB Admin Columns extension.
Thank you very much.
September 6, 2017 at 2:40 PM in reply to: Output URL as page title instead of full web address #6908Truong Giang
ParticipantThis is WordPress Shortcode API documentation: https://codex.wordpress.org/Shortcode_API
I hope it's helpful for you.Truong Giang
ParticipantHi there,
For multiple selects without a data source, the input is the search bar. You can read here: https://stackoverflow.com/a/36201207
Thank you.
September 6, 2017 at 9:07 AM in reply to: Output URL as page title instead of full web address #6905Truong Giang
ParticipantI think you must create a new shortcode to turn a url to the format you want. I hope this link can help you: https://stackoverflow.com/questions/4348912/get-title-of-website-via-link
Truong Giang
ParticipantHi there,
We are handling
imagefield in a clonable nested group. Without cloning, it works right.
This is a big issue, sorry for taking a long time.September 5, 2017 at 2:27 PM in reply to: same taxonomy Taxonomy Advanced fields not saving data #6890Truong Giang
ParticipantI checked your .dat file and only see
taxonomyfields. I will check Meta Box builder to find the problem.September 5, 2017 at 12:05 PM in reply to: Output URL as page title instead of full web address #6886Truong Giang
ParticipantHi,
Why don't you use another field for user to fill the page title?
September 5, 2017 at 11:31 AM in reply to: same taxonomy Taxonomy Advanced fields not saving data #6885Truong Giang
ParticipantHi there,
Taxonomy field does NOT save term IDs in post meta, instead of that, it only set post terms (https://metabox.io/docs/define-fields/#section-taxonomy). So please use taxonomy_advanced field.
Thank you.
-
AuthorPosts