Forum Replies Created
-
AuthorPosts
-
October 10, 2018 at 3:09 PM in reply to: ✅Clone As Multiple Feature Doesn't Work With Taxonomy Advanced Field #11587
Anh Tran
KeymasterHi, thanks for your bug report. Let me check and fix it.
Anh Tran
KeymasterFYI, new version was tested and has just been released on wordpress.org. Please update!
October 10, 2018 at 11:13 AM in reply to: ✅Custom Post Type by Two Custom Fields via REST API #11585Anh Tran
KeymasterHi,
In WordPress 4.7, the
filterparameter that filter the query parameters was removed. I found a repository on Github that re-add the filter. It's in the WP-API account on Github, so hopefully, it's official. Please try it.Anh Tran
KeymasterHi Michael,
It's done on the branch
term_metaon Github. But we need a few days to optimize the code and merge it to the final version. You can use the code on Github in the meantime.Anh Tran
KeymasterHi Ben,
Sorry to miss your question.
Do you use any kind of condition for meta box? Kind of using the Include Exclude or Conditional Logic extension?
And is the post type set correctly? Can you try with the normal post?
Anh Tran
KeymasterHi Purdue,
Glad that it finally worked for you. To save groups to custom table, treat it like a normal text field. And ignore all the sub-fields in the group as they will be serialized and store in one column in the DB (the column of the group).
If you find any trouble, please let me know.
Anh Tran
KeymasterHi Austin,
Thanks for your suggestion. I've just updated the plugin with that improvement.
Cheers
October 6, 2018 at 8:53 AM in reply to: ✅Adding a Group causes an warning: Argument #2 should be an array #11553Anh Tran
KeymasterHi, I've just updated the plugin. Please check it.
Thanks
October 5, 2018 at 9:29 AM in reply to: ✅Adding a Group causes an warning: Argument #2 should be an array #11546Anh Tran
KeymasterHi Purdue,
Thanks a lot for bug reporting. I can replicate the bug in the MB Builder (it's a bug in the Builder, not in the Group extension). I'll fix and release a new version soon.
Anh Tran
KeymasterThanks!
I've just updated select2 to the latest stable version 4.0.5. Would you mind give me more details on the bug, so I can check it to prevent it from happening in the future? I've just checked with the
select_advanceanddatefield and don't see any problem.Anh Tran
KeymasterHi,
The marker is Google's default and there's no settings for it in the back end yet. But in the front end, you can set the marker icon via
marker_iconparameter.Anh Tran
KeymasterHi,
I've just tried your code and it works for me. Here is my screenshot:
https://imgur.elightup.com/JdbBHX7.png
I think the problem might come from another part that has JavaScript error. Any JS error can breaks the execution of other JS, which might include the JS for the editors. Can you add these lines to
wp-config.phpand see what's in the console:define( 'WP_DEBUG', true ); define( 'SCRIPT_DEBUG', true ); define( 'CONCATENATE_SCRIPTS', false );October 4, 2018 at 4:51 PM in reply to: ✅Adding a Group causes an warning: Argument #2 should be an array #11533Anh Tran
KeymasterHi Purdue,
I guess the problem comes from the group settings. Please share the code of the meta box for debugging.
Anh Tran
KeymasterYes, please use:
MB_Custom_Table_Cache::get( $object_id, $table_name )It returns an array of key => value.
Anh Tran
KeymasterHi Cristian,
It's a PHP syntax that available in PHP 5.4. I think you're using an out-dated version of PHP (5.3 maybe). Let me try to fix and release a new version.
PS: New version is now available for download.
-
AuthorPosts