Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 976 through 990 (of 3,839 total)
  • Author
    Posts
  • in reply to: User custom fields not showing in author page #47316
    PeterPeter
    Moderator

    Hello,

    Please share your site admin account by submitting this contact form https://metabox.io/contact/
    I will take a look.

    in reply to: Structure in the Dashboard #47315
    PeterPeter
    Moderator

    Hello Simon,

    WordPress itself doesn't support showing 2 levels of sub-menu page. You should show CPT 1 as the top menu to show Taxonomy 1 as a submenu.
    Here is a related topic in the WordPress support forum https://wordpress.org/support/topic/multiple-submenus/

    in reply to: Create an archive for the taxonomy #47314
    PeterPeter
    Moderator

    Hello,

    Meta Box doesn't support creating an archive page for the taxonomy or removing the taxonomy slug from the term URL.
    You can follow the WordPress template documentation to create the archive page for the taxonomy
    https://developer.wordpress.org/themes/basics/template-hierarchy/#custom-taxonomies

    or follow the topic below to create some custom code to remove the taxonomy slug from term URL
    https://stackoverflow.com/questions/41834377/remove-custom-taxonomy-base-slug-from-archive-permalink

    in reply to: clone_empty_start not working #47311
    PeterPeter
    Moderator

    Hello Tom,

    I set both max and min number of clones for the group field and the feature clone_empty_start still works properly.

    As the next step of troubleshooting, please share your site admin account by submitting this contact form https://metabox.io/contact/
    I will take a look.

    in reply to: User custom fields not showing in author page #47305
    PeterPeter
    Moderator

    Hello,

    Yes, you can use the author archive page to show the user meta in the frontend. If the user meta is only displayed on the admin author page, can you please recheck if other users have the value for custom fields (user meta)?

    in reply to: clone_empty_start not working #47304
    PeterPeter
    Moderator

    Hello Nick,

    If you enable the field setting clone_empty_start, there is no group of fields on initial. When you click on the button "+ Add product", it will show the first group of fields.

    If it doesn't work on your site, this feature could be affected by a third-party plugin or a block of code in the theme. If so, can you please share the page URL where I can see the issue?

    in reply to: unserialize(): Error - When using custom admin column #47302
    PeterPeter
    Moderator

    Hello,

    Can you please move the class Pl_Custom_Admin_Columns to a separate file and include it in the callback function pl_add_custom_columns as noted in the documentation?
    https://docs.metabox.io/extensions/mb-admin-columns/#custom-admin-columns

    I follow the documentation, use your code to show a custom admin column for the field _thumbnail_id but don't see that issue. Please recheck this and let me know how it goes.

    in reply to: Re-order posts not working #47301
    PeterPeter
    Moderator

    Hello,

    I can reproduce the issue on my demo site. Currently, the re-order posts feature isn't working with the hierarchical CPT. If you want to use this feature, please disable the hierarchical option and check the issue again.

    Thanks.

    in reply to: Select Choices Callback Function Executed on Front End #47290
    PeterPeter
    Moderator

    Hello Jacob,

    Let me check this issue with the development team and I will get back to you when I have more information.

    Thank you.

    in reply to: show/hide works sometimes #47289
    PeterPeter
    Moderator

    Hello Topher,

    You should add one Toggle rule condition per field group. If you want to add more value to the condition, please add it to the same row. Please check this screenshot https://imgur.com/B2r7k2c
    You can also click on the "Get PHP code" button to check the code and see how it works.

    in reply to: Custom Post Types and Fields not Saving - Just Hangs #47277
    PeterPeter
    Moderator

    Hello Justin,

    Some of Meta Box users have already reported a similar issue and it is related to the Safari browser in the new version 18.0. Can you please use the Chrome or Firefox browser and update the CPT?

    in reply to: comparison function is deprecated #47276
    PeterPeter
    Moderator

    Hello Tobias,

    Which is the PHP version that you are using? According to the stack trace, the Bricks theme is included in the error message. Can you please also deactivate this theme and check the issue again?

    in reply to: Form data and post size limit #47275
    PeterPeter
    Moderator

    Hello,

    Yes, there is no limitation about the POST size when submitting the frontend form with Meta Box. It depends on the server configuration, like PHP post_max_size, upload_max_filesize, max_input_vars ...

    in reply to: MetaBox AIO stops page contents from showing #47272
    PeterPeter
    Moderator

    Hello Eddy,

    MB Views supports some features to override the theme templates. Please go to Meta Box > Views and check if you have a View template that is assigned to the regular page, remove it and see if it helps.
    https://docs.metabox.io/extensions/mb-views/

    in reply to: Select Choices Callback Function Executed on Front End #47271
    PeterPeter
    Moderator

    Hello Jacob,

    Do you add the field group that has the custom select field to a frontend submission form? All the field settings should be loaded in the admin area only unless the field is used in the frontend form and the field settings would be loaded in the frontend.

Viewing 15 posts - 976 through 990 (of 3,839 total)