Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi, currently it's not available yet. I'll make a note for that and put it on the roadmap.
Anh Tran
KeymasterI see. Don't worry. I've just issued the refund for you.
Anh Tran
KeymasterHi Martin, I've just released a new version for MB Builder, which fixes this error. Please update.
November 24, 2019 at 9:09 PM in reply to: Fatal error: Allowed memory size of # bytes exhausted #17095Anh Tran
KeymasterHi, I've just pushed a new version of MB Builder, which has a fix for this issue. Please update.
November 21, 2019 at 9:55 PM in reply to: ✅Feature Suggestion: one query to get all custom fields in a group #17064Anh Tran
KeymasterHi 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(orrwmb_meta, orget_post_custom, e.g. any meta-related functions), there will be no extra queries to the DB made.See the
update_post_meta_cachefor the WP_Query. Better explanation can be found here: https://10up.github.io/Engineering-Best-Practices/php/Anh Tran
KeymasterI got it. Yes, what you did is right!
Anh Tran
KeymasterProbably the changed values are not saved. Can you try saving twice?
November 21, 2019 at 9:30 PM in reply to: ✅WP5.3 — Invalid arg. supp. for foreach class-wp-post-type.php #17060Anh Tran
KeymasterHi,
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_typefunction. But I'll check more to be sure.Anh Tran
KeymasterHi, I'm still working on this bug. The function
use_block_editor_for_post_typeis available on WP 5. Please wait a little if you can't upgrade to WP 5.Anh Tran
KeymasterHi,
I've sent you the invoice via email. Please check your inbox.
Anh Tran
KeymasterI got it. All you need to do is set
'name' => ''for the fields. Then field labels won't appear.Anh Tran
KeymasterHi 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.
Anh Tran
KeymasterHi, this is the sanitization issue. Please see this blog post for details.
Anh Tran
KeymasterI see. Let me try to isolate that part to make it available only when needed.
Anh Tran
KeymasterHi 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). -
AuthorPosts