Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 3,556 through 3,570 (of 3,835 total)
  • Author
    Posts
  • PeterPeter
    Moderator

    Hello,

    This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/95127eb7233e31d992d1fdf78c0cca9eb3685147

    You can apply the changes to your site while waiting for a new update. Thanks.

    in reply to: Problems with version 5.6.14 #39824
    PeterPeter
    Moderator

    Hello,

    Do you include the Meta Box plugin in a custom theme or plugin? If yes, please run the composer to compile the new feature of Meta Box.

    in reply to: Conditional logic: Country >state > city #39823
    PeterPeter
    Moderator

    Hello,

    I think using MB Conditional Logic might not a good idea in this case because there are too many logics that should be created based on the number of countries, and states. It could be used with some simple select options on your site. I recommend using a third-party plugin or contacting an expert developer to help you to create a dynamic select field with custom code.

    Read more on the documentation https://docs.metabox.io/extensions/meta-box-conditional-logic

    in reply to: Taxonomy Desapear from Post type edition #39821
    PeterPeter
    Moderator

    Hello,

    Please make sure that you have the latest version of Meta Box 5.6.14 and Meta Box AIO 1.16.8 and check this issue again. If the issue still happens on your site, can you please share some screenshots of the issue?

    in reply to: Fatal error when attempting to edit custom post type #39820
    PeterPeter
    Moderator

    Hello guys,

    Please update the plugin Meta Box AIO to the latest version 1.16.8 to fix this issue.

    Let me know how it goes.

    in reply to: wpd bzw. query vars --> order by --> MB Custom Table #39799
    PeterPeter
    Moderator

    Hello,

    It's not possible to order by field value with WP Query, and it is noted in the documentation

    It's important to understand that the plugin doesn't hook to the WP_Query to get posts by custom fields stored in the custom table. In other words, using meta_* in WP_Query for custom fields won't work.
    
    To get posts by custom fields in the custom table, you need to make an extra query to get the post IDs first. Then use these IDs to get full post objects.
    

    That means, if you use the custom table to store custom field value, you need to use the SQL query to get the post ID based on the field value.

    Please read more here https://docs.metabox.io/extensions/mb-custom-table/#query-posts-with-wp_query

    in reply to: Prevent scroll to form #39798
    PeterPeter
    Moderator

    Hello there,

    After submitting a form, the page will scroll to the form message and it is the standard behavior. I will inform the development team to consider supporting an option to disable this action.

    in reply to: Customizer "something went wrong" when advanced image is reset #39795
    PeterPeter
    Moderator

    Hello Aaron,

    Thanks for your feedback.

    I also see that issue on my demo site. If you publish the change and see the error message like "something went wrong", you can reload the customizer page and change other settings again. I will inform the development team to check this issue and fix it in the next update.

    in reply to: Critical error with metabox (not AIO) #39793
    PeterPeter
    Moderator

    Hello there,

    Can you please share the error log or error message on your site? You can enable WP debug to get it.

    in reply to: Critical error when updating to latest version of Meta Box AIO #39790
    PeterPeter
    Moderator

    Hello,

    I'm not able to reproduce the issue on my demo site. Can you please deactivate all plugins except Meta Box, MB AIO, switch to the standard theme of WordPress (Twenty TwentyTwo) and check this issue again?

    If it does not help, please share your site credentials and FTP to this contact form https://metabox.io/contact/
    I will take a closer look.

    in reply to: Metabox add new post Type causes critical Error #39789
    PeterPeter
    Moderator

    Hello,

    THis issue has been fixed in the new version of Meta Box AIO 1.16.8. Please update the plugin to edit/create the custom post type.

    PeterPeter
    Moderator

    Hello,

    It is not possible, you have to update the whole text list data in the database.

    PeterPeter
    Moderator

    Hello,

    >> use php code will make metabox load fast than in the builder?
    The editing page will be loaded faster if you have a large number of fields (maybe> 100 fields), otherwise, I do not see using the code will load the page faster too much.

    >> If i use custom field generated in the builder, is it slow loading
    No, because the generator only works if you click on the button to generate the code.

    in reply to: Error due to a mistake #39786
    PeterPeter
    Moderator

    Hello,

    If you did a mistake when creating custom fields for the comment (comment meta), you can just access the hosting and edit the template file to fix it.

    Regarding the error message, if it still happens on your site, please make sure that you have the latest version of Meta Box 5.6.14 and Meta Box AIO 1.16.8. You can also create a comment meta with the builder. Please read more on the documentation https://docs.metabox.io/extensions/meta-box-builder/

    in reply to: Post Field : Display something else than title #39784
    PeterPeter
    Moderator

    Hello there,

    Unfortunately, the field post only supports displaying post title in the selection. There is no filter to change the post title to another post data.

Viewing 15 posts - 3,556 through 3,570 (of 3,835 total)