Dragon Heart
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Fields] Embedding Ultimate Fields into Custom PluginThanks a lot for getting back. I will change my code.
I will definitely give 2.0 a try and see if I can use for my plugin and theme development. Will post the bugs/issues on github so that it will be helpful for others as well.
I wanted to know if how this scenario can be achieved.
I am working on an API key based plugin and when the user enters the Key, I validate and if everything is fine, I need to populate a dropdown (select2) based on the json response. Can this be achieved with some hack using Ultimate Fields?
For eg: Say user enters a Github username in the textbox. I will do an ajax call and form the json response from github, I want to display the repositories in the dropdown. Is this possible? or any other approach to achieve this?
Let me know.
Thanks.
Forum: Plugins
In reply to: [Ultimate Fields] Container Settings Tabs not work in WP 4.5Hi,
See if this solves your problem. (3rd Reply will fix your problem)
Forum: Plugins
In reply to: [Ultimate Fields] Embedding Ultimate Fields into Custom PluginIs there a github repo to submit a pull request?
The tabs functionality is broken. Quote is missing. Please fix.
this.tabNav.removeClass( 'nav-tab-active' ).filter( '[href="#' + id + '"]' ).addClass( 'nav-tab-active' );Forum: Plugins
In reply to: [Ultimate Fields] Embedding Ultimate Fields into Custom PluginI solved it by setting the UF_URL constant.
define( 'UF_URL', plugins_url() . '/My-PLUGIN-NAME/INCLUDES/ultimate-fields/');Let me know if this is the correct way.