Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
As you can see that, it is a WordPress issue, not an issue of Meta Box itself. You can follow this topic https://wordpress.stackexchange.com/questions/481/can-i-use-a-number-for-a-post-page-slug
there are some workarounds to fix the issue: use a third-party plugin, or use another permalink setting: Day and name or Numeric.April 25, 2025 at 10:59 PM in reply to: ℹ️Frontend Form Not Rendering via Meta Box View — Shortcode Shows as Plain Text #48166Peter
ModeratorHello Lisa,
Thanks for reaching out.
The
frontend_formis not a function to use in MB Views to display the form. You can just add the frontend form shortcode to the page content to display the frontend form on the frontend. Here is an example:[mb_frontend_form post_fields="title,content"]Please follow the documentation https://docs.metabox.io/extensions/mb-frontend-submission/
https://docs.metabox.io/extensions/mb-views/#running-php-functionsPeter
ModeratorHello Michael,
Please update Meta Box AIO to version 2.1.1 to fix the issue with Tabs when using the builder.
Thank you.
Peter
ModeratorHello Simon,
I can see the issue. Let me escalate it to the development team and I will get back to you when I have more information.
Peter
ModeratorHello,
Thank you for the feedback. I can reproduce the issue on my demo site.
It has been escalated to the development team to fix the issue with tabs when using custom blocks. I will let you know when it's done.Peter
ModeratorHello,
The column
titleisn't available on the Products listing page, you should usenameinstead. Please check the second screenshot that I shared above https://imgur.com/a/FN3dERXPeter
ModeratorHello,
Do you mean using MB Views to add the custom CSS code? No need to do that, you can just add the code to Appearance > Customize > Additional CSS to implement the CSS code.
Peter
ModeratorHello Simon,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Refer to this topic https://support.metabox.io/topic/customer-fields-will-not-assign-to-custom-post-type/
Peter
ModeratorHello Joanna,
It looks like the issue in this topic https://support.metabox.io/topic/entries-into-the-database-that-we-cant-explain/
Have you tried to use the Google reCaptcha V3 feature to prevent bots from spamming the frontend form? Please follow the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#adding-the-submission-form
April 23, 2025 at 11:11 PM in reply to: Metabox AIO: There has been a critical error on this website (Arabic) #48146Peter
ModeratorHello Karen,
Please enable WP debug, activate all extensions of Meta Box AIO plugin to see the error and check the debug log. Let me know if you see any fatal errors in the log and share it with me.
If you want to share the staging admin account, please submit this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Stephane,
Currently, the module Meta Box Field doesn't support showing gallery images with a zoomable feature. I will inform the development team to explore the possibility.
Regarding the dots, you can use a custom CSS code to remove it, for example:
ul.mbdi-images-group li::marker { content: ''; }April 23, 2025 at 10:49 PM in reply to: ✅Meta Box showing in sidebar instead of below content #48144Peter
ModeratorHello jmcbade,
Can you please share some screenshots of the issue on your site? If you create a new field group, can you set it to show in the sidebar on the editing post page?
Peter
ModeratorHello Simon,
1. but the fields won't fill the data.
Do you mean the address fields won't be populated after typing the address field "Search Address"? I don't see that you have the field ID as same as address field IDs in the documentation
https://docs.metabox.io/extensions/meta-box-geolocation/#other-fields2. Try the tab activity, I haven't setup con logic on the address fields for that one and they work
I see the same issue as point 1.
3. the tab layout doesn't save in the overall settings
Please use the tab settings as in the screenshot below, it works properly on my demo site.
https://imgur.com/C1JA9H8April 22, 2025 at 11:25 PM in reply to: Using Clonable Metabox Groups Inside Elementor Accordion? #48136Peter
ModeratorHello,
The cloneable group doesn't work with Elementor Accordion widget currently. If you want to have the accordion with cloneable group and another builder, please check this tutorial
https://docs.metabox.io/tutorials/create-faqs-page-meta-box-bricks/Thank you.
Peter
ModeratorHello,
Please update plugin MB Blocks to the new version 1.7.5 and WordPress 6.8 then check the issue again. If it still doesn't work, please share the code that you use to create the custom block or export the field group to a JSON file and share it with me. I will import it to my site and investigate the issue.
-
AuthorPosts