Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Teia,
The code you commented is used to re-initialize the editors. In Gutenberg, editors are moved around the DOM, which makes them broken.
The number is just the delay in milliseconds to make the code run after editors are moved by Gutenberg. It's fine to increase to 100-200 π
Are you using the classic editor?
I'll try to invest more in that tomorrow. If I found nothing, maybe increasing the delay to 100 is the solution.
Anh Tran
KeymasterHey guys, can you please try this file wysiwyg.js and see if it fixes the bug? Just copy it and overwrite the file
js/wysiwyg.jsin the plugin folder.I've fixed the Visual tab not showing content and not saving content.
Anh Tran
KeymasterIβve fixed this bug on GitHub and also implemented dismiss action. Itβll be in the next version.
Anh Tran
KeymasterHi,
Iβm working on this issue and will try to fix it tomorrow.
Anh Tran
KeymasterThanks a lot for your feedback! I've just fixed it. Please let me know if you still see the problem.
December 31, 2020 at 9:03 AM in reply to: β Dashboard widget & WordPress Events & News Feed Hijack #23797Anh Tran
KeymasterHi Austin,
Thanks for your feedback.
Yes, we removed the dashboard widget from the Meta Box AIO and MB Core plugins and added 3 news items to the WordPress News widget (we didn't remove the existing links, this is probably a bug and we've fixed it in recent commits). We think it makes the dashboard look seamless than before (the previous widget is too big and confuses some clients).
Anyway, we've just added a commit that allows users to dismiss the Meta Box news if they don't like it, which is pretty much similar to the previous options in the Meta Box AIO. This change will be included in the new plugin version.
Anh Tran
KeymasterMaybe another plugin embedded Meta Box in its code. Meta Box (if installed as a standalone plugin) shows an admin page only once after activating. The second time you go to the dashboard, you wonβt see that page anymore unless youβre using premium extensions.
To understand your situation, can you please share a screenshot of you dashboard and list of active plugins?
December 29, 2020 at 5:24 PM in reply to: β Unable to read multibyte text in code output by the builder #23758Anh Tran
KeymasterHi Yumikom,
We've fixed this bug in the latest version of MB Builder and Meta Box AIO. Please update.
Anh Tran
KeymasterBy the way, we haven't received any email from you. Can you please take a screenshot of your sent email and send us a copy to [email protected]? Thanks.
Anh Tran
KeymasterHi Tori,
I see your new purchase and have just issued refund for you.
Cheers,
AnhAnh Tran
KeymasterHi Mitchell,
I think it's doable since the
remotemethod of jQuery validation allows you to send multiple data. Here's what I have in mind (not tested):rules: { chapter_number: { remote: { url: "admin-ajax.php?action=validate_chapter_number", type: "post", data: { chapter_number: function() { // Get chapter_number value return $("#chapter_number").val(); }, chapter_part: function() { // Get chapter_part value return $("#chapter_part").val(); } } } } }Anh Tran
KeymasterHi,
Thanks a lot for your feedback. This is an edge-case in the plugin and I've fixed it on Github, which will be added in the next version.
Anh Tran
KeymasterI understand. Although, we never say about the Divi integration, I've just refunded for you.
Anh Tran
KeymasterHi Benjamin,
I understand. I've issued the refund for you.
Anh Tran
KeymasterHi Sebastien,
No problem. I understand and issued the refund for you.
-
AuthorPosts