Support Forum Β» User Profile

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 3,708 total)
  • Author
    Posts
  • in reply to: βœ…WYSIWYG Editor Not Working Correctly #23930
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: βœ…WYSIWYG Editor Not Working Correctly #23917
    Anh TranAnh Tran
    Keymaster

    Hey 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.js in the plugin folder.

    I've fixed the Visual tab not showing content and not saving content.

    in reply to: βœ…(E_WARNING) Illegal string offset 'title' #23899
    Anh TranAnh Tran
    Keymaster

    I’ve fixed this bug on GitHub and also implemented dismiss action. It’ll be in the next version.

    in reply to: βœ…WYSIWYG Editor Not Working Correctly #23895
    Anh TranAnh Tran
    Keymaster

    Hi,

    I’m working on this issue and will try to fix it tomorrow.

    in reply to: βœ…www.metabox.io redirect issue #23798
    Anh TranAnh Tran
    Keymaster

    Thanks a lot for your feedback! I've just fixed it. Please let me know if you still see the problem.

    in reply to: βœ…Dashboard widget & WordPress Events & News Feed Hijack #23797
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: βœ…Where did Meta Box come from? #23767
    Anh TranAnh Tran
    Keymaster

    Maybe 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?

    Anh TranAnh Tran
    Keymaster

    Hi Yumikom,

    We've fixed this bug in the latest version of MB Builder and Meta Box AIO. Please update.

    in reply to: βœ…Cancel and Refund #23756
    Anh TranAnh Tran
    Keymaster

    By 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.

    in reply to: βœ…Refund Request #23563
    Anh TranAnh Tran
    Keymaster

    Hi Tori,

    I see your new purchase and have just issued refund for you.

    Cheers,
    Anh

    in reply to: βœ…Remote Validation Example? #23134
    Anh TranAnh Tran
    Keymaster

    Hi Mitchell,

    I think it's doable since the remote method 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();
                    }
                }
            }
        }
    }
    in reply to: βœ…not flatten select #23133
    Anh TranAnh Tran
    Keymaster

    Hi,

    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.

    in reply to: βœ…Refund Request #23088
    Anh TranAnh Tran
    Keymaster

    I understand. Although, we never say about the Divi integration, I've just refunded for you.

    in reply to: βœ…Refund Request #22827
    Anh TranAnh Tran
    Keymaster

    Hi Benjamin,

    I understand. I've issued the refund for you.

    in reply to: βœ…Refund Request #22578
    Anh TranAnh Tran
    Keymaster

    Hi Sebastien,

    No problem. I understand and issued the refund for you.

Viewing 15 posts - 151 through 165 (of 3,708 total)