Forum Replies Created
-
AuthorPosts
-
August 2, 2019 at 9:43 AM in reply to: ✅Getting post ID from inside the Meta Box Block render_callback #15558
Anh Tran
KeymasterHi, I got it. I'll add the post ID in the next version.
Anh Tran
KeymasterHi Alex,
Was you able to save the post after modifying fields data?
Anh Tran
KeymasterHi Joseph,
You can try
unset( $field['fields'][$key] )instead of setting the$value = null. How did you run the function?Anh Tran
KeymasterHi Paul,
Thanks for your feedback. At the moment, the field
taxonomydoesn't use ajax to load terms. I'll check ACF and see if I can make the change.August 1, 2019 at 2:14 PM in reply to: ✅Getting post ID from inside the Meta Box Block render_callback #15539Anh Tran
KeymasterYes, that's right. The plugin uses ajax to render the block, and the post ID isn't passed to the block.
get_the_ID()probably will work only when viewing the post on the front end.Just curious, why do you need the post ID?
Anh Tran
KeymasterHi,
You can use
custom_htmlfield to add information, and add some CSS to hide the submit button.Anh Tran
KeymasterHi,
Thanks for your feedback. I've just added the Installation part into the docs.
July 31, 2019 at 8:48 PM in reply to: ✅Can we add wrapper div or class name to existing wrapper div for Settings markup #15527Anh Tran
KeymasterHi Aishwarya,
That's doable. Is it okay if I add a new parameter and put it in the
div.wrapdiv?Anh Tran
KeymasterHi MrHuber,
I see you used another email to purchase the Lifetime bundle. Do you want me to merge these account to your current account (MrHuber), so your existing license will work?
Anh Tran
KeymasterHi,
Can you please try re-installing the plugin from wordpress.org (the latest version 5.0.1)? The variable
rwmbis a new JS variable which is added in version 5.0.0. Also, please try clearing the browser cache to see if the problem still exists.Anh Tran
KeymasterHi,
Thanks a lot for your feedback. I've fixed the issue in the 1.9.1 version. Please update.
Anh Tran
KeymasterHi, I saw your pull request on Github and have merged it.
Thanks a lot for your feedback and contribution. I'll release a new version with this fix soon.
July 30, 2019 at 2:59 PM in reply to: ✅MB Elementor Integrator not displaying for setting pages field #15500Anh Tran
KeymasterHi, thanks for your feedback. Let me check that and get back to you soon.
July 30, 2019 at 2:35 PM in reply to: Map Coordinates update not triggering in front-end user profile #15499Anh Tran
KeymasterHi Mauro,
The button was removed as requested and probably won't come back. There's no one-size-fits-all solution for all the cases (edge cases) you might have.
In this case, I think you can train your users, or make your own button/script to trigger the map to refresh.
Anh Tran
KeymasterHi,
For custom post types, you have to write your own rewrite tags and make it works. In this case, you need 2 custom rewrite tags:
%category%and%post_id%. See this answer for details: -
AuthorPosts