Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 286 through 300 (of 3,718 total)
  • Author
    Posts
  • in reply to: Custom fields not showing on backend nor frontend #48924
    PeterPeter
    Moderator

    Hello,

    I'm not sure why it is disabled by itself. If you know how to reproduce the issue with clear steps, please share it with me.

    Thank you.

    in reply to: How to use Switch to have effect on the View? #48923
    PeterPeter
    Moderator

    Hello,

    If you want to create a toggle button and show/hide some elements immediately, you can create some JavaScript code to do so. Here is an example https://www.w3schools.com/howto/howto_js_toggle_hide_show.asp

    Note: supporting the customization code is beyond our scope of support. If you are not able to complete the task, you can contact an expert developer to help you.

    in reply to: automate code ? #48922
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    What do you mean automate code? Is the auto-complete like a coding IDE?

    in reply to: Error when Gutenberg plugin activated #48921
    PeterPeter
    Moderator

    Hello Felix,

    Thanks for reaching out.

    The Gutenberg editor (block editor) is merged into WordPress core so I think you don't need to use the single plugin Gutenberg.

    in reply to: How do I stay in the original tab after saving? #48915
    PeterPeter
    Moderator

    Hello,

    Currently, Meta Box doesn't support an option to save the current tab state after reloading the editing page. I will inform the development team to consider supporting this feature in future updates.

    Thank you.

    in reply to: Conditional setting #48914
    PeterPeter
    Moderator

    Hello,

    You can set another logic for the second value and set the relation to "any", so the field will be displayed if one_show contains album or album_water. See this screenshot https://imgur.com/R9lGYZq

    in reply to: Custom fields not showing on backend nor frontend #48913
    PeterPeter
    Moderator

    Hello,

    Please go to Meta Box > Extensions page > Ensure the extension MB Builder is enabled > Save changes and check the issue again. Screenshot https://imgur.com/FzqBTzq

    in reply to: edit model and default values and submission issue #48912
    PeterPeter
    Moderator

    Hello,

    The fix for this issue is included in the plugin MB Frontend Submission, version 4.5.4. Please ensure that you have this version on your site and recheck the issue.

    in reply to: How to use Switch to have effect on the View? #48911
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    When editing the View template, you can switch to the User tab and get the user field value, screenshot https://imgur.com/Vrrqdgk. Then use it in an if condition statement. For example:

    {% if ( user.switch_field_id ) %}
        do something
    {% else %}
        do other thing
    {% endif %}
    
    in reply to: PHP Warning on TaxonomyRegister.php #48910
    PeterPeter
    Moderator

    Hello,

    I suggest you deactivate all plugins except Meta Box AIO, switch to a WordPress theme, edit the taxonomies > re-save settings to see if it helps.

    If not, please share the site admin account via this contact form https://metabox.io/contact/
    I will take a look.

    in reply to: Error when update under Bricks Builder! #48899
    PeterPeter
    Moderator

    Hello Stefano,

    I've tried to reproduce the issue with a clean installation of WordPress and Meta Box AIO 3.0.1 but I still could not see it.

    Can you please copy your site to a staging site and share the credentials via this contact form https://metabox.io/contact/ ?
    I will help you investigate the issue.

    in reply to: callback function #48898
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    I'm afraid that supporting the customization code is beyond our scope of support. However, I think there are 2 notes that you may need to follow:
    - the callback function should return an array of values and labels:

    function callback_func() {
        return [
            'red'       => 'Red',
            'green'     => 'Green',
            'blue'      => 'Blue'
    
        ];
    }

    - use the get_post_meta() function to get the field value in the callback function.

    Refer to this topic https://support.metabox.io/topic/select-function-callback/#post-48783

    in reply to: Issue Importing Custom Fields via WP All Import #48897
    PeterPeter
    Moderator

    Hello Steve,

    Thanks for reaching out.

    The integration between Meta Box and WP All Import is maintained on the WP All Import side. So please get in touch with their support to get further assistance.
    Following the documentation https://www.wpallimport.com/import-meta-box-fields/

    in reply to: PHP Warning on TaxonomyRegister.php #48896
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    Can you please double-check that the field Slug of all taxonomy entries is not empty? You can go to Meta Box > Taxonomies > Edit a taxonomy and check the slug field.

    in reply to: Custom fields not showing on backend nor frontend #48895
    PeterPeter
    Moderator

    Hello,

    Please update Meta Box AIO to the new version 3.0.1 and recheck the issue. Let me know how it goes.

Viewing 15 posts - 286 through 300 (of 3,718 total)