Forum Replies Created
-
AuthorPosts
-
October 16, 2024 at 10:54 PM in reply to: BUG with WP Multisite – can only inconsistently create/edit CPT #46702
Peter
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.
October 15, 2024 at 11:01 PM in reply to: Can't type anymore in the editor after pasting code #46686Peter
ModeratorI can see the issue after pasting the script code to the View editor. I've escalated it to the development team to check and fix the issue.
Thank you.
Peter
ModeratorHello,
I will forward your request to the development team to consider supporting this in future updates. In the meantime, if you want to customize the plugin MB Favorite Posts, we offer a customization service for an extra fee. Please contact us here https://metabox.io/contact/ for more details.
October 14, 2024 at 11:32 PM in reply to: Can't type anymore in the editor after pasting code #46677Peter
ModeratorHello Michael,
Can you share the code that you paste to the editor? I test to paste some sample code, text ... and I can edit the pasted text as well.
Peter
ModeratorHello Philipp,
Thank you for your feedback. It is an issue with the clone empty start feature of the group field. I've escalated this issue to the development team to fix it in the next update of our plugins.
Peter
ModeratorHello,
What do you mean "the front end does not show what the backend shows"? Please share the code that you use to output the field value in the frontend and some screenshots of the value on both sides (front, back) on your site.
Peter
ModeratorHello,
Thank you for your feedback.
I'm going to forward your ideas to the development team to consider supporting them in future updates.
-
AuthorPosts