Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterIf you're in a loop and called the function
$query->the_post(), then you don't need to pass any variable. The current post ID (retrieved viaget_the_ID()) is passed by default.If that doesn't work, please post the code you use in the loop.
Anh Tran
KeymasterYou need to pass the
$post_idas the last parameter in therwmb_metafunction. Please read this docs for details.Anh Tran
KeymasterYes, please. It helps tracking easier.
Anh Tran
KeymasterHi @i.ugarov, we're fixing it. Will be done soon ๐
Anh Tran
KeymasterSorry, I've updated the file, please update.
Anh Tran
KeymasterThanks. I'm working on it.
Anh Tran
KeymasterHi Hazmi,
Thanks for your code. I've tested and see the content is saved, but the buttons in the toolbar don't work. Is that the problem you mentioned?
Anh Tran
KeymasterHi,
Can you please post your code here?
Anh Tran
KeymasterJust updated the plugin. Can you please try again?
Anh Tran
KeymasterWhile it's a good idea and technically works, but when WordPress changes its text, all the translation are lost in our plugin. We need to update the plugin to catch up the changes in WordPress, which is a huge work.
Anh Tran
KeymasterHi Jackky,
Thank you very much for your contribution! Yes, I'm aware of the same text in WP core, but the WP.org guideline forces plugin authors like us to use our custom text domain. I will talk with them to see if we can utilize the core translation.
Anh Tran
KeymasterDone :). Thanks for your suggestion.
PS: The update date is not exactly the date in the changelog yet, I use modified date of the page.
Anh Tran
KeymasterHi, we're working on that. This field is developed by our developer Manny and I've asked him to check it ๐
Anh Tran
KeymasterCan you check if the numbers contain any "space" before or after the value? As the field is
number, it requires a valid input. Any space before/after the value makes it a string, not number, and might cause the incorrect display. -
AuthorPosts