Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Clint,
Based on your screen record, the CPT label doesn't display correctly in the menu. It could be a caching issue because I don't see that on my demo site. You can try to re-update the CPT and clear all caches to solve the issue.
Peter
ModeratorHello,
I see the post URL after migrating from Pods is in Plain format: https://staging.adultsplaysports.com/?p=24813
while on the production site it has post slug in the URL https://www.adultsplaysports.com/gear-review/narwhal-bluetooth-speaker-lid/So, please go to admin dashboard > Settings > Permalinks > Re-save permalink setting Post Name and recheck the issue.
Peter
ModeratorHello Annemijn,
Meta Box and its extension plugins don't support the compare feature. You can use a third-party plugin that supports compare feature https://xpeedstudio.com/top-wordpress-comparison-table-plugins/
Peter
ModeratorHello Eric,
What is the query for showing posts on the author page? Is this supported by the theme Blocksy that you are using? I think you can ask the theme support to add more post types to the query to show Journals posts on the author page.
Peter
ModeratorHello,
WordPress doesn't support the
contextattribute when using block.json, it is set tosideby default. You can read more in the WordPress documentation https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/To use the
context => "normal", you can register the block with PHP code or use the builder to manually set this attribute.
https://docs.metabox.io/extensions/mb-blocks/#block-registration-without-blockjsonPeter
ModeratorHello,
Based on the video, you need to use an addon plugin "ACF for Dokan" to show the custom field in the frontend, it isn't a native feature of ACF itself.
Dokan plugin is not available on the Compatibility page https://docs.metabox.io/compatibility/
I will inform the development team to consider supporting an addon plugin to make Meta Box work with Dokan.Thank you.
Peter
ModeratorHello Jayron,
You can use the extension MB User Profile. It supports a form in the frontend, allows to register users and sends an email confirmation. Notice that the user has to add the password, it doesn't support generating a random password for the user.
Please read more about the register form in the documentation
https://docs.metabox.io/extensions/mb-user-profile/Peter
ModeratorHello,
Please update Meta Box AIO to the new vesrion 1.30.5 to fix this issue.
Thank you.
November 8, 2024 at 11:35 PM in reply to: ✅BUG - Group creates a new group entry upon edit & save (MB Blocks extension) #46898Peter
ModeratorFYI, the fix for this issue is included in the new version of Meta Box AIO 1.30.5.
Peter
ModeratorHello Kris,
That issue has been fixed in this commit https://github.com/wpmetabox/mb-custom-post-type/commit/9fbdb2b187f4982107e29a363dea7ac1c4c5d88a
it will be included in the next update of the plugin MB Custom Post Types.
Peter
ModeratorIf you want to use Meta Box AIO version 1.30.4, please download it from this link
https://www.dropbox.com/scl/fi/zbu1oakbug4f0h2a372ai/meta-box-aio-1.30.4.zip?rlkey=4m46okccf257hep9pqldsz5ep&st=ynj5yfye&dl=0Thank you.
November 7, 2024 at 10:35 PM in reply to: Images not retrieved through dynamic data and code? #46882Peter
ModeratorHello,
It is an issue with the custom table and custom upload folder. I've escalated this issue to the development team to check this. I will get back to you later.
November 7, 2024 at 10:23 PM in reply to: ✅Loading metabox data in frontend using php throws and #46881Peter
ModeratorHello Henrik,
You use the function esc_html() which escapes HTML tags to wrap the field output, so HTML tags will display in plain text. Please remove it and recheck the issue.
esc_html($serverinformation_clone['serverinformation'])Peter
ModeratorHello,
Please update Meta Box AIO plugin to the new version 1.30.5 and check this issue again. Let me know how it goes.
Peter
ModeratorHello,
Thank you for sharing the solution. Supporting the customization code is beyond our scope of support. However, other users can refer to your solution to update the field in bulk by using WP CLI.
-
AuthorPosts