Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,996 through 2,010 (of 3,839 total)
  • Author
    Posts
  • PeterPeter
    Moderator

    Hello,

    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.

    in reply to: Multiple conditions do not apply #44299
    PeterPeter
    Moderator

    Hello,

    i can get only one of the conditionals to work, it is obvious based on your condition.

    The field inherit_event_contact_details_from_desc is hidden when page_template is template-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_text displayed when the field inherit_event_contact_details_from_desc is true and page_template is template-desc.php, one condition will not work.
    Because if page_template is template-desc.php, the field inherit_event_contact_details_from_desc is 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_text is shown/hidden based on the field inherit_event_contact_details_from_desc value and the field inherit_event_contact_details_from_desc is shown/hidden based on another condition, the condition of the field event_link_text will not work correctly. Refer to this topic https://support.metabox.io/topic/or-logic-not-working/

    PeterPeter
    Moderator

    Hello,

    Currently, Meta Box supports scrolling to the input field if the setting required = true and the field is empty. For the WYSIWYG field, the input field textarea will display if you switch to tab Text and you can see the browser scrolling to the field as well.

    in reply to: Custom WordPress folder structure and file upload #44297
    PeterPeter
    Moderator

    Hello,

    No, Meta Box file field only works with the WordPress root folder ABSPATH. It doesn't work if you define the folder outside of WordPress root.

    in reply to: Get posts with no relationship #44286
    PeterPeter
    Moderator

    Hello,

    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 from or to based 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-parameters

    in reply to: CPT Custom Fields Keep Disappearing #44285
    PeterPeter
    Moderator

    Hello 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.

    in reply to: Integrating Custom Field Value with Rank Math Schema #44284
    PeterPeter
    Moderator

    Hello 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.

    in reply to: Adding Relationship field to backend user registration form #44279
    PeterPeter
    Moderator

    Hello,

    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 position option to display the relationship admin column, screenshot https://imgur.com/Zd8jmXr

    in reply to: WP all Import #44278
    PeterPeter
    Moderator

    Hello,

    We are working on the integration plugin. You can folllow up here https://github.com/wpmetabox/mb-wpai

    in reply to: Relationships weight / query caching #44275
    PeterPeter
    Moderator

    Hello 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?

    PeterPeter
    Moderator

    Hello,

    I can see the issue on my demo site. I've escalated this issue to the development team to fix it in future updates.

    in reply to: Update Post meta in Google Maps Field programmatically #44267
    PeterPeter
    Moderator

    Hello,

    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 function update_post_meta()?
    Please share some screenshots of the issue on your site.

    in reply to: file field: deprication warning when file is svg #44266
    PeterPeter
    Moderator

    Hello 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/

    PeterPeter
    Moderator

    Hello,

    The integration between Meta Box and Bricks is maintained by the Bricks team. Please reach out to them to get further assistance.

    PeterPeter
    Moderator

    Hello,

    Please share your staging site credentials via this contact form https://metabox.io/contact/
    I will take a look.

    Thank you.

Viewing 15 posts - 1,996 through 2,010 (of 3,839 total)