Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 571 through 585 (of 3,958 total)
  • Author
    Posts
  • in reply to: Creating Gutenberg sidebar panels #17100
    Anh TranAnh Tran
    Keymaster

    Hi, currently it's not available yet. I'll make a note for that and put it on the roadmap.

    in reply to: Refund Request until 14 days #17097
    Anh TranAnh Tran
    Keymaster

    I see. Don't worry. I've just issued the refund for you.

    in reply to: Uncaught Error after Meta Box Update #17096
    Anh TranAnh Tran
    Keymaster

    Hi Martin, I've just released a new version for MB Builder, which fixes this error. Please update.

    in reply to: Fatal error: Allowed memory size of # bytes exhausted #17095
    Anh TranAnh Tran
    Keymaster

    Hi, I've just pushed a new version of MB Builder, which has a fix for this issue. Please update.

    Anh TranAnh Tran
    Keymaster

    Hi Mauro,

    If you make a query with WP_Query, then by default, WP will automatically fetch meta data for all posts in the query. So, whenever you call get_post_meta (or rwmb_meta, or get_post_custom, e.g. any meta-related functions), there will be no extra queries to the DB made.

    See the update_post_meta_cache for the WP_Query. Better explanation can be found here: https://10up.github.io/Engineering-Best-Practices/php/

    in reply to: Create taxonomy terms in Builder #17063
    Anh TranAnh Tran
    Keymaster

    I got it. Yes, what you did is right!

    in reply to: "Template file" wont work #17061
    Anh TranAnh Tran
    Keymaster

    Probably the changed values are not saved. Can you try saving twice?

    Anh TranAnh Tran
    Keymaster

    Hi,

    Let me take a look at that. I guess it's a problem in WP, since the plugin is just a wrapper of register_post_type function. But I'll check more to be sure.

    in reply to: Uncaught Error after Meta Box Update #17059
    Anh TranAnh Tran
    Keymaster

    Hi, I'm still working on this bug. The function use_block_editor_for_post_type is available on WP 5. Please wait a little if you can't upgrade to WP 5.

    in reply to: Invoice #17058
    Anh TranAnh Tran
    Keymaster

    Hi,

    I've sent you the invoice via email. Please check your inbox.

    in reply to: Disable a Label #17057
    Anh TranAnh Tran
    Keymaster

    I got it. All you need to do is set 'name' => '' for the fields. Then field labels won't appear.

    in reply to: Refund Request until 14 days #17056
    Anh TranAnh Tran
    Keymaster

    Hi Zdeneck,

    As you're using Yoast SEO, the best way to fix the Google Search Console is asking for their help. The thing here is only they know how to modify the output of the breadcrumbs to fix the issues. You can ask them on Github, they're more responsive there.

    If you use our plugin Slim SEO, then you won't have this problem.

    My previous reply was for creating your own breadcrumb solution. But I see you're not a developer, this might be overwhelming.

    in reply to: Textarea is stripping tag #17032
    Anh TranAnh Tran
    Keymaster

    Hi, this is the sanitization issue. Please see this blog post for details.

    in reply to: Uncaught Error after Meta Box Update #17029
    Anh TranAnh Tran
    Keymaster

    I see. Let me try to isolate that part to make it available only when needed.

    in reply to: Uncaught Error after Meta Box Update #17026
    Anh TranAnh Tran
    Keymaster

    Hi Martin, I found the problem. The MB Builder uses the function wp_enqueue_code_editor, which available in WordPress 4.9. That causes the problem on your site, since you're running 4.8.11 version of WP. Can you update WP to 4.9? It's the latest stable version before Gutenberg (5.0).

Viewing 15 posts - 571 through 585 (of 3,958 total)