Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
The visual style of this field has been changed, now it shows the sub-select vertically instead of horizontally (inline). We will update the documentation according to the change.
Peter
ModeratorYes, all fields need to be a part/under a tab. If you add a field first and above the tab field, then the tab field doesn't work.
Peter
ModeratorHello Jean,
Can you please share some screenshots or a screen record of the clone empty start issue on your site? I see it works properly when enabling option clone_empty_start.
Peter
ModeratorHello,
Following the screenshot in the documentation https://docs.metabox.io/extensions/meta-box-tabs/
you have to add the tab field in the field group as the first field. If you add another field above the tab field, then it doesn't work.October 17, 2024 at 10:31 PM in reply to: Bug: Custom Post Type with WYSIWYG and character limit + Bricks = No HTML #46714Peter
ModeratorHello,
Thank you for your feedback. I can see the issue in the frontend when outputting the field value, only raw content is displayed without any HTML tags. I've escalated this issue to the development team to fix this soon.
October 16, 2024 at 11:28 PM in reply to: ✅WYISWG editor do not work inside nested group on some instances #46704Peter
ModeratorHello Peter,
I see the slowdown issue of the field group when having more custom fields on the editing page. I will forward the issue to the development team to check it and improve the performance of the WYSIWYG field in the cloneable group.
October 16, 2024 at 10:54 PM in reply to: BUG with WP Multisite – can only inconsistently create/edit CPT #46702Peter
ModeratorHello Johannes,
Please share a screen record of the issue on your site. And I'd like to have the admin account of your site to take a closer look. You can submit the contact form below to share the account.
https://metabox.io/contact/Peter
ModeratorHello Duffl,
Meta Box doesn't support a built-in option to have a newsletter feature. You can use the frontend form to collect email and user information. Then create a custom code to send the email to all of them when publishing a post or any actions as your requirements.
Peter
ModeratorYou can get other term info by using the WordPress function. To get term link, try to use the function
get_term_link()
https://developer.wordpress.org/reference/functions/get_term_link/{% for cat in cats %} <a href="{{ mb.get_term_link( cat.term_id ) }}">{{ cat.name }}</a> <br> {% endfor %}Peter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
If you remove your custom CSS code, you can select the radio option. This issue has been escalated to the development team to fix it. It will be included in the next update of our plugins.
Thank you.
Peter
ModeratorThe relationships also migrated to Meta Box but in a different option to use. There are no specific settings, you can just click on the Migrate button and the migration plugin will do the rest. Please follow the documentation https://metabox.io/move-data-from-pods-to-meta-box/
If you still experience an issue with relationships from Pods to Meta Box, please let me know.
Peter
ModeratorHello Basil,
The
textfield is sanitized by the WordPress functionsanitize_text_field(), all HTML tags are stripped when saving the field value.
If you want to add HTML tags to thetextfield, please follow the documentation to bypass sanitization
https://docs.metabox.io/sanitization/#bypass-the-sanitizationPeter
ModeratorHello,
It looks like the first cloneable group entry isn't displayed in the admin area. Please ensure that you have the latest version of Meta Box 5.10.2 and other extension plugins then check the issue again.
Peter
ModeratorHello Duffl,
If you add the frontend submission form to a popup/modal, there are some JS errors which are script files not loaded correctly and the form doesn't work. You can read more in this ticket https://support.metabox.io/topic/javascript-error-when-inspecting-single-page/
When clicking on the Contact Me button, you should redirect the user to a page where you add the frontend form instead of opening a popup.
-
AuthorPosts