Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 331 through 345 (of 3,786 total)
  • Author
    Posts
  • in reply to: Categories not showing in sidebar widget #48976
    PeterPeter
    Moderator

    Hello Chris,

    All the settings look good. I don't see any issue with them. Please share your site admin account and FTP by submitting this contact form https://metabox.io/contact/

    I will take a look.

    in reply to: Problem with import #48973
    PeterPeter
    Moderator

    Hello,

    Thank you for your feedback.

    I can confirm and reproduce the issue on my site. The plural and singular texts are text-encoded and Unicode-escaped, which causes the issue. I've escalated this issue to the development team to fix it in the next update of MB CPT extension.

    in reply to: Image are not updating in the setting tab and custom fields #48972
    PeterPeter
    Moderator

    Hello Artur,

    In case you are using Bricks Builder and encounter any issues with installation, configuration, compatibility, or usage, please reach out to them.
    Refer to our support policy https://metabox.io/support/topic/support-policy/

    Thank you.

    in reply to: Fatal Error on import custom fields #48971
    PeterPeter
    Moderator

    Hello Ole,

    Thanks for reaching out.

    What is the Meta Box Builder version on your site? Please update this plugin to the latest version 5.0.1 or use the plugin Meta Box AIO 3.0.1 and recheck the issue.

    If it doesn't help, please share the import file with me. I will try to import it to my demo site and investigate the issue.

    in reply to: Categories not showing in sidebar widget #48970
    PeterPeter
    Moderator

    Hello Chris,

    Thanks for reaching out.

    I check the category (taxonomy) page and see it works well but doesn't show any associated posts. Can you please share the taxonomy listing page in the admin area? I think it is admin area > issue330 > topics.

    I also suggest you follow some troubleshooting steps below and see if it helps:
    - go to Settings > Permalinks > Re-save permalink.
    - deactivate all plugins except Meta Box plugins, switch to a WordPress theme.

    in reply to: Admin Performance #48964
    PeterPeter
    Moderator

    Hello,

    Thanks for your feedback.

    I will inform the development team to consider supporting the feature include/exclude for custom fields in future updates.

    Let me know if you have any questions.

    in reply to: Advanced Rules → Add Rule button non-functional #48963
    PeterPeter
    Moderator

    Yes, I've imported the field group from your JSON code, but didn't see the issue. Please try to create a backup of your production site and re-import field groups to fix the issue.

    Let me know how it goes.

    in reply to: Getting data from custom table #48962
    PeterPeter
    Moderator

    Hello,

    I'm afraid that there aren't other methods to get data from a custom table without ID. We also use the SQL query to get the data, please check this function

    private static function query_get( int $object_id, string $table ): array {
    	global $wpdb;
    
    	$row = $wpdb->get_row(
    		$wpdb->prepare(
    			"SELECT * FROM $table WHERE <code>ID</code> = %d",
    			$object_id
    		),
    		ARRAY_A
    	);
    
    	return is_array( $row ) ? $row : [];
    }

    file /wp-content/plugins/meta-box-aio/vendor/meta-box/mb-custom-table/src/Cache.php

    in reply to: Plugin translation into Brazilian Portuguese #48958
    PeterPeter
    Moderator

    Hello Jayron,

    Some strings in your screenshots are not generated in the POT file. I will inform the development team to generate a new POT file that has all translatable strings for translation.

    Thank you.

    in reply to: Admin Performance #48957
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    If you don't want to load the fields and show/hide them based on the JS - conditional logic - you can use the extension MB Include Exclude which supports loading custom fields based on certain conditions.

    Following documentation https://docs.metabox.io/extensions/meta-box-include-exclude/

    in reply to: Advanced Rules → Add Rule button non-functional #48956
    PeterPeter
    Moderator

    Hello Lucid,

    Thanks for reaching out.

    Can you please export the field group to a JSON file and share it here? I will import it to my demo site and investigate the issue.
    Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import

    in reply to: Getting data from custom table #48954
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    You can use the SQL query to query data from the custom table based on some values. Refer to the documentation
    https://docs.metabox.io/extensions/mb-custom-table/#query-posts-with-wp_query

    in reply to: Own field types doesn't works on MB builder 5 #48948
    PeterPeter
    Moderator

    Hello Kevin,

    Thank you for your feedback.

    I've escalated this issue to the development team to fix the issue with the new builder and custom field type. I will get back to you when I have more information.

    in reply to: Block Render Code Field in Backend empty #48947
    PeterPeter
    Moderator

    Hello,

    Thanks for reaching out.

    The code is saved to the database so you can see the block works properly. But somehow the saved code doesn't show when reloading the field group page. I'm asking the development team to check the issue and I will get back to you soon.

    in reply to: Bricks Dynamic Data & Nested Groups on a Settings Page #48946
    PeterPeter
    Moderator

    Hello Jayron,

    Thanks for reaching out.

    In case of using Bricks Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
    Refer to our support policy https://metabox.io/support/topic/support-policy/

Viewing 15 posts - 331 through 345 (of 3,786 total)