Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello James,
Do you mean to display each choice in one row? There isn't an option to display that.
Peter
ModeratorHello,
WooCommerce has its own function to get attributes and it is complicated to do that in View (Twig code). You can create a custom function to get attributes with PHP code, return the value and call it in View for easier.
Refer to the documentation https://docs.metabox.io/extensions/mb-views/#running-php-functionsPeter
ModeratorHello Chris,
The meta key in the database is the group field ID and meta value is a serialized array and I think it won't work with SEO Press in this case. You can contact their support if they support extracting a subfield value in a serialized array like the theme options.
Or you should use the top field to output value as a regular custom field.Peter
ModeratorHello,
Yes, it is possible. You can define a custom function in the file functions.php before adding the callback function in the MB builder. The choice should have the format:
value => Label. For example:function my_custom_callback() { return [ 'branda' => 'BrandA', 'model1' => 'Model1', 'model2' => 'Model2' ]; }September 15, 2023 at 10:52 PM in reply to: map & image not display if inside Group SUBFIELDS #43254Peter
ModeratorHello,
To display a map subfield in a group with the custom style, you need to use the PHP code, the Twig code in the View is not supported in this case. Refer to this topic https://support.metabox.io/topic/using-a-open-street-map-with-an-address-text-field-inside-a-group/
Peter
ModeratorHello,
Supporting a customization code for your specific needs is beyond our scope of support, please read more here https://support.metabox.io/topic/support-policy/
I think you can move the code that updates the group field value outside of the loop and recheck this issue. If you are not able to complete the task, please contact us here https://metabox.io/contact/
We offer a customization service with an extra fee.September 13, 2023 at 9:19 PM in reply to: Users Losing Access to Post Submission with Admin Interference #43243Peter
ModeratorHello,
I tested this issue again on my demo site but not see that. You can try to deactivate all plugins except Meta Box, MB extensions plugin, switch to a standard theme of WordPress and recheck this.
Peter
ModeratorHello,
The view content is saved to the database as a post so I'm not sure if WPML String Translation can scan the post to find the string. You should use the PHP code to let that plugin scan the code to translate the string.
Peter
ModeratorHello,
Maybe your issue is related to the Object Cache Pro plugin. Read more in this topic https://support.metabox.io/topic/issue-with-meta-box-relationships/
September 13, 2023 at 8:34 PM in reply to: ✅MetaBox's jQuery UI Dialogue CSS is throwing 404 errors #43240Peter
ModeratorThe icons are removed from this commit https://github.com/wpmetabox/meta-box/commit/f5a427e4a0deb6dbd15b47cb604cf00f21a8edbb
Peter
ModeratorHello,
Maybe it's a conflicting issue. This is a premium plugin and we have not tested it before. You can also contact Object Cache Pro support and ask for more information. Just one note: the relationship data is saved in a custom table wp_mb_relationships.
Peter
ModeratorHello,
If you just output the custom field value with Bricks builder, I think there is no issue there. And you can use the default Page of WordPress. To filter the value in the current language, you should ask the language plugin support for more information.
September 12, 2023 at 10:19 PM in reply to: Users Losing Access to Post Submission with Admin Interference #43224Peter
ModeratorHello,
Where do you edit the post of the user? In the admin area? If so, the author of the post will not be changed and the user still see their post in the frontend dashboard.
September 12, 2023 at 9:53 PM in reply to: ✅MetaBox's jQuery UI Dialogue CSS is throwing 404 errors #43222Peter
ModeratorHello,
Thanks for the feedback. I've escalated this issue to the development team to remove the icons that do not exist.
Peter
ModeratorHello,
Here is the screenshot when I test with the German language https://imgur.com/yiLWdj4
I don't see that issue. Please share the steps to reproduce the issue. You can also deactivate all plugins except Meta Box, MB extensions, switch to a standard theme of WordPress and recheck this. Or even re-install Meta Box on the site.
-
AuthorPosts