Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 3,526 through 3,540 (of 3,786 total)
  • Author
    Posts
  • in reply to: get_term_meta vs rwmb_meta #39761
    PeterPeter
    Moderator

    Hello,

    I do not see the issue on my demo site when using the helper function rwmb_meta() to get the term meta. Can you please update the plugin MB Term Meta to the latest version 1.2.10 and check this issue again? If you are using the older version (below 1.1), you can use the WordPress function get_term_meta() only.

    PeterPeter
    Moderator

    Hello there,

    >> I think that if I generate Custom Field (for custom post type) in Metabox AIO => will this solution slow loading than Generated PHP Code (from AIO) ?

    Sorry, I do not understand this question clearly. Can you please clarify it again? If you want to generate the PHP code to run in the file functions.php please read the documentation below.

    If you generate the PHP code and run it to create the custom fields, you can delete the field group in the builder as well.

    Please read more on the documentation https://docs.metabox.io/extensions/meta-box-builder/#getting-php-code

    PeterPeter
    Moderator

    Hello Martin,

    As you can see in the log, the error comes from the plugin Oxygen builder. So I recommend contacting Oxygen support to ask for help with this issue.

    Thanks.

    in reply to: Uncaught Error: Class "RWMB_Update_Option" not found #39757
    PeterPeter
    Moderator

    Hello,

    Please refer to this topic to fix this issue temporarily https://support.metabox.io/topic/fatal-error-meta-box-aio/

    PeterPeter
    Moderator

    Hello,

    Please edit the file wp-content/plugins/meta-box/inc/meta-box-registry.php line 16

    and replace the code

    public function make( array $settings ) {
    

    with this one

    public function make( $settings ) {
    

    Let me know how it goes.

    in reply to: MB Group Skin stopped working #39754
    PeterPeter
    Moderator

    Hello Henrik,

    This issue happens because there is a conflicting plugin with MB Group Skin. Can you please deactivate all plugins except Meta Box, MB extensions, Elementor, Elementor Pro and check this issue again?
    It is confirmed by another user on this topic https://support.metabox.io/topic/elementor-theme-builder-meta-box-group-skin-does-not-exist/

    in reply to: Fatal error for all taxonomies #39749
    PeterPeter
    Moderator

    Hello,

    This issue has been fixed on this commit https://github.com/wpmetabox/mb-custom-post-type/commit/8e65f6e176f3522a1ee04af94b771a9eb768ff86

    You can apply the changes on your site while waiting for the new version of MB Custom Post Type plugin.

    in reply to: Fatal error Meta Box AIO. #39747
    PeterPeter
    Moderator

    Hello,

    There is a compatibility issue with the new version of Meta Box, please edit the file wp-content/plugins/meta-box-aio/vendor/meta-box/mb-custom-post-type/src/Edit.php line 111-112 and
    replace the code

    $update_option = new \RWMB_Update_Option();
    $update_checker = new \RWMB_Update_Checker( $update_option );

    with this one

    $update_option = new \MetaBox\Updater\Option();
    $update_checker = new \MetaBox\Updater\Checker( $update_option );

    to temporarily fix this issue. It will be included in the next update. Thanks.

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

    Hello,

    I think the SQL query will work

    $ids = $wpdb->get_col( "SELECT ID FROM mytable WHERE myfield1 = 'news' ORDER BY my_field2 ASC" );

    make sure the columns myfield1 and myfield2 are available in the custom table. Then you can print out the variable $ids to see how it works.

    in reply to: Create reusable parts #39725
    PeterPeter
    Moderator

    Hello,

    The extension MB Include Exclude is supported to use in the builder, please check this screenshot https://monosnap.com/file/fLa5t2xG6LKtkhUrNrivDlOsp2J7VJ

    You can click the text link "Advanced location rules" to read the documentation of the extension supported.

    MB Conditional Logic uses the JavaScript code to show/hide a custom field or a field group or any elements on the editing page. It is a little more flexible than MB Include Exclude but it will load all field groups to when editing a page and show/hide elements based on a field value. I don't think it will slow down your site in the admin area or affect the server with some field groups.

    PeterPeter
    Moderator

    Hello Dave,

    Meta Box does not support a link/URL field like the one of WordPress. I will inform the development team to consider supporting a field like that.
    Thanks.

    in reply to: No zip file #39720
    PeterPeter
    Moderator

    Hello,

    I've informed the development team to check the issue on your account and get back to you shortly.

    Thanks.

    PeterPeter
    Moderator

    Hello Dave,

    The plugin Meta Box is created more than 10 years ago and there are some old blocks of code that need to be updated. The development team is working to update the source code but there are also some conflicts with other extensions and could be fixed soon. I'm sorry about that, please be patient, the new update will be released soon to cover the issues.

    Regarding the description of the subfield, can you please share some screenshots of the issue on your site?

    in reply to: Problem to Save Custom fields into specific page #39718
    PeterPeter
    Moderator

    Hello,

    Thanks for your feedback.

    This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/0cf256eaae651eb5652b81b2167f9f334ab8cf98
    Can you please apply the changes to your site and see if it works?

    in reply to: Elementor Theme Builder > MB Group Skin Does Not Exist #39716
    PeterPeter
    Moderator

    Problem solved by deactivating all plugins except Meta Box, MB AIO and Elementor. There was a conflicting plugin that does not work with MB Group Skin.

Viewing 15 posts - 3,526 through 3,540 (of 3,786 total)