Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi Greg,
After taking a deep digger about this case, I think it's not an issue of the field
datetime. The format to display the date should follow the JS format, which you can see here https://api.jqueryui.com/datepicker/#utility-formatDate
It does not work like the PHP format https://www.php.net/manual/en/datetime.format.phpLong Nguyen
ModeratorHi Marco,
Can you please share some screenshots or a screen record of the issue?
Long Nguyen
ModeratorHi Marco,
It works as well on my local site, screen record https://monosnap.com/file/itLmSKdUyJNP9n4XEx3tFWl326AoaI
You can also try to use this plugin to translate theme/plugin texts https://wordpress.org/plugins/theme-translation-for-polylang/
Long Nguyen
ModeratorHi Marco,
Did you try to translate the hardcoded strings in a theme or a plugin with the PO file? Refer to this documentation https://polylang.pro/doc/how-to-translate-the-themes-and-plugins-hardcoded-strings/
I've also tried to translate the field label with Loco Translate but do not see any issue like that.
July 5, 2022 at 11:28 AM in reply to: ✅How to get custom post data in json array format using meta view #36795Long Nguyen
ModeratorHi,
No, unfortunately. It is not possible to use a variable between tabs in View (CSS, JS). I will inform the development team to consider supporting this case in future updates.
Long Nguyen
ModeratorHi Cees,
First, please deactivate all plugins except Meta Box, MB extensions and re-check the issue. If it still persists, please share all the code that create the custom fields, relationship on your site, and some screenshots of the steps to reproduce the issue.
Long Nguyen
ModeratorHi,
Did you implement other code snippets on your site (enqueue script, JS code)? You can also use the block
Custom HTMLin the block editor to add the HTML code instead of using another shortcode.
If it still does not work, please share your site URL, I will help you to check the issue on your site.Long Nguyen
ModeratorHi,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a closer look.Long Nguyen
ModeratorHi Marius,
If you want to display all posts (News) with the same taxonomy associated (Profile), please use the function
get_posts()with the parametertax_query
Read more on the documentation https://developer.wordpress.org/reference/classes/wp_query/#taxonomy-parameters
https://developer.wordpress.org/reference/functions/get_posts/Long Nguyen
ModeratorHi Marius,
Do you mean to display an author box at the bottom of the single post Agent? You can use the argument
object_idsto get all terms associated with the current post.{% set args = { taxonomy: 'profile', hide_empty: false, object_ids: post.ID } %}Read more on the documentation https://developer.wordpress.org/reference/classes/WP_Term_Query/__construct/
Long Nguyen
ModeratorHi David,
You can try to set the view Type to Shortcode then add the shortcode to the Gridbuilder card to display view content. Screenshot https://monosnap.com/file/UZPOaDZOYrAeCoIYPXT2lSX5sRG6rh
Long Nguyen
ModeratorHi,
Thank you for your feedback.
There is an issue with the extension MB Elementor Integrator when trying to get the field value from a settings page. I've escalated this issue to the development team to fix it in the next update.
Long Nguyen
ModeratorHi,
I've removed the last text field which missed some field settings in the JSON file and might cause the issue.
Please follow this article to increase the PHP settingmax_input_varsthen remove the current event field group and reimport the field group.
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Let me know if the issue still persists.
July 2, 2022 at 4:35 PM in reply to: ✅How to get custom post data in json array format using meta view #36775Long Nguyen
ModeratorHi,
The view does not support using variables between tab CSS, and JS like that. In the case of using JS and PHP code, I recommend using PHP code to query posts and localize data via the WP function
wp_localize_script()then you can use the array in view JS content as well.
https://developer.wordpress.org/reference/functions/wp_localize_script/Long Nguyen
ModeratorHi guys,
It is possible that you've changed the ID of a/some fields but kept the old View content. Please try to delete all variables/field IDs and try to insert new ones from the Insert Field list then re-check this issue. On Ole's staging site, it is resolved.
-
AuthorPosts