Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
The value return from
rwmb_meta()could be an array and you cannot echo an array, you should use a for loop to iterate elements and echo it. Please use thevar_dump()function to know what the type of $value variable is.Peter
ModeratorHello there,
This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/0cf256eaae651eb5652b81b2167f9f334ab8cf98
You can use the changes on your site while waiting for the new release of Meta Box. Thanks.
December 9, 2022 at 6:12 PM in reply to: My code stopped working to get user ID of a user field #39641Peter
ModeratorHello Yasmine,
Do you see any error messages on your site when getting the user data? What will display if you get the field
uservalue?echo "<pre>"; print_r( rwmb_meta( 'MyFieldIDForAUserField','',$post->ID) ); echo "</pre>";and lastly, please update Meta Box to the latest version 5.6.13 and see if it works again.
December 9, 2022 at 4:47 PM in reply to: ✅MB Views query error in settings area to set location #39639Peter
ModeratorHello,
Thanks for your feedback.
I see the term is not selected on my local site. Also, if you are using the Type: Singular, please select the post type only, don't select the taxonomy which is the archive page.
I've escalated the issue to the development team to fix it in the next update.
December 9, 2022 at 4:37 PM in reply to: ✅Slow performing queries called by metabox\c\api::create() #39638Peter
ModeratorHello,
If you are using the builder, please disable the option "Create table automatically" after reloading a page. That means the table is created, no need to enable that option.
Screenshot: https://monosnap.com/file/0wTw2K7nnwTCE3KJQ3qhF78rJQjUpkIf you are using the code, please delete the code that creates the custom table after reloading a page. Please see here https://docs.metabox.io/extensions/mb-custom-table/#creating-a-custom-table
December 9, 2022 at 9:40 AM in reply to: ✅Call Custom table API from functions.php or non template php scripts #39631Peter
ModeratorHello,
Can you please share the code that you use to call the API of the custom table? It could be the function is executed before MB Custom Table is loaded. Please try to run it at the
inithook and a later priority like 9999.Peter
Moderator@Shaun: Your issue might not relate to this topic, please create a new topic and share some details about that (screenshot). I will help you to check it.
December 9, 2022 at 9:27 AM in reply to: ✅MB Portability Missing (Import / Export) CPT's, Taxonomies, Settings Pages, etc #39629Peter
ModeratorHello there,
Thank you for your feedback.
Currently, the feature to export settings to the Json file is only available with custom fields. I will inform the development team to consider supporting this feature for other extensions.
Peter
ModeratorHello,
Thanks for your feedback.
I've escalated this issue to the development team to fix it in the next update.
December 9, 2022 at 9:11 AM in reply to: ✅How to add overlay image and icon on oEmbed YouTube video? #39627Peter
ModeratorHello,
This is beyond the scope support of Meta Box, if you are familiar with coding, you can follow this topic on StackOverFlow https://stackoverflow.com/questions/13725683/how-to-add-a-splash-screen-placeholder-image-for-a-youtube-video
or this article https://seehowsupport.com/wordpress/content-editor/add-your-own-thumbnail-to-youtube-videos/Hope that helps.
Peter
ModeratorHello,
Can you please update MB Views 1.11.4 or Meta Box AIO 1.16.7 to the latest version to fix this issue?
Let me know how it goes.Peter
ModeratorHello Kevin,
If you are using the object field like
post, user, termand use the field typeselect_advanced, you can set the settingajaxtofalseto disable ajax load. By default, the ajax is set to true to load 10 items only.
Please read more on the documentation https://docs.metabox.io/fields/post/#enabledisable-ajax-requests
and screenshot https://monosnap.com/file/uMokUpsHYrJVVMBntBDji1P9jLu1ucPeter
ModeratorHello Erik,
Can you please update Meta Box to the latest version 5.6.13 to see if it fixes the issue?
December 9, 2022 at 8:46 AM in reply to: Taxonomy filterable dropdown selection without adding metabox to edit screen? #39623Peter
ModeratorHello Doug,
The admin column of Meta Box might not work the same as the default column of WordPress. I will inform the development team to consider supporting filter by taxonomy on the backend.
Regarding the meta box do not display on the edit page, can you please share some screenshots about that? Or check in the Preferences box when editing the page.
https://wordpress.org/support/article/preferences-overview/Peter
ModeratorHi Mark,
The staging or development domain should not contain "www". Can you please try it out?
The only difference is the staging site is not counted as a live site when activating the license key. Other features are the same as a live site.
-
AuthorPosts