Forum Replies Created
-
AuthorPosts
-
January 15, 2024 at 10:34 PM in reply to: Taxonomy field:new_term opens modal to taxonomy adminscreen.Way to disable this? #44300
Peter
ModeratorHello,
Unfortunately, there isn't an option to use the old way to add terms. If you restrict access to the dashboard from frontend, you can consider disabling this option.
Peter
ModeratorHello,
i can get only one of the conditionals to work, it is obvious based on your condition.The field
inherit_event_contact_details_from_descis hidden whenpage_templateistemplate-desc.php:[ 'id' => PREFIX . 'inherit_event_contact_details_from_desc', 'name' => __('Kontakt überschreiben', NAME_SPACE), 'type' => 'switch', 'style' => 'rounded', 'on_label' => __('Ein', NAME_SPACE), 'off_label' => __('Aus', NAME_SPACE), 'label_description' => __('Überschreibt die Kontakdaten der Termin-Beschreibung', NAME_SPACE), 'hidden' => [ ['page_template', 'template-desc.php'] ] ]If you set the condition of the field
event_link_textdisplayed when the fieldinherit_event_contact_details_from_descistrueandpage_templateistemplate-desc.php, one condition will not work.
Because ifpage_templateistemplate-desc.php, the fieldinherit_event_contact_details_from_descis hidden and you cannot switch on/off the field.Also, please notice that the nested conditional logic is not working correctly. That means if the field
event_link_textis shown/hidden based on the fieldinherit_event_contact_details_from_descvalue and the fieldinherit_event_contact_details_from_descis shown/hidden based on another condition, the condition of the fieldevent_link_textwill not work correctly. Refer to this topic https://support.metabox.io/topic/or-logic-not-working/January 15, 2024 at 10:04 PM in reply to: ✅MB jQuery Validation - Scroll To Highlight Error - WYSIWYG Issue #44298Peter
ModeratorHello,
Currently, Meta Box supports scrolling to the input field if the setting
required=trueand the field is empty. For the WYSIWYG field, the input fieldtextareawill display if you switch to tab Text and you can see the browser scrolling to the field as well.Peter
ModeratorHello,
No, Meta Box
filefield only works with the WordPress root folderABSPATH. It doesn't work if you define the folder outside of WordPress root.Peter
ModeratorHello,
This is an interesting question. Currently, we don't have a setting to get posts that don't have a connection. I suggest you try to create a custom code to do that:
1. Create an SQL query: get the post ID from the column
fromortobased on the relationship ID. You will have an array of posts that have a connection.2. Create a WP Query and pass the array to the argument
post__not_in. Read more about this argument in the documentation
https://developer.wordpress.org/reference/classes/wp_query/#post-page-parametersPeter
ModeratorHello Erik,
That means the created posts and field value in the admin area are removed automatically, is that right? Can you please share some screenshots of the issue?
You can copy your site to a staging site, then deactivate all plugins except Meta Box, MB extension plugins, switch to a standard theme and let me know how it goes.January 13, 2024 at 10:25 PM in reply to: ✅Integrating Custom Field Value with Rank Math Schema #44284Peter
ModeratorHello Eric,
You can follow the Rank Math documentation to create a custom variable https://rankmath.com/kb/variables-in-seo-title-description/#how-to-add-custom-variables
and Meta Box documentation to get a field value by using the helper function
rwmb_meta()
https://docs.metabox.io/functions/rwmb-meta/Note: we don't support the customization code for your specific needs. If you cannot complete the task, we offer a customization service with an extra fee.
January 12, 2024 at 10:08 PM in reply to: Adding Relationship field to backend user registration form #44279Peter
ModeratorHello,
1. Yes, it is expected. The relationship meta box and other user meta fields are not displayed when you add a new user. Please edit the user after creating to add the value.
2. You should add the correct column name in the
Column positionoption to display the relationship admin column, screenshot https://imgur.com/Zd8jmXrPeter
ModeratorHello,
We are working on the integration plugin. You can folllow up here https://github.com/wpmetabox/mb-wpai
Peter
ModeratorHello Jorge,
Can you please give more details about your question? Do you mean cache the query when setting up the connection in the admin area or show the connection post in the frontend?
January 11, 2024 at 9:30 PM in reply to: ✅File field does not validate or remember it's file in the customizer #44269Peter
ModeratorHello,
I can see the issue on my demo site. I've escalated this issue to the development team to fix it in future updates.
January 11, 2024 at 8:51 PM in reply to: Update Post meta in Google Maps Field programmatically #44267Peter
ModeratorHello,
The function
update_post_meta()updates the value in the database, why do you need to click on the Update button? Is the new value not displayed in the frontend after using the functionupdate_post_meta()?
Please share some screenshots of the issue on your site.Peter
ModeratorHello Aaron,
If you upload the SVG file to the WordPress Media library, does the error message appear? If yes or you cannot upload the file, mostly the SVG mime type is not allowed on your site.
Please follow this article to enable SVG support and recheck this issue https://wpengine.com/resources/enable-svg-wordpress/January 11, 2024 at 8:27 PM in reply to: ✅getting post id by echo is not working front end submission form Bricks builder #44265Peter
ModeratorHello,
The integration between Meta Box and Bricks is maintained by the Bricks team. Please reach out to them to get further assistance.
January 11, 2024 at 8:23 PM in reply to: Major Error: Anything added to a tag url creates an archive page #44264Peter
ModeratorHello,
Please share your staging site credentials via this contact form https://metabox.io/contact/
I will take a look.Thank you.
-
AuthorPosts