Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
I set up the same location but still do not see that issue. If you remove the view, does the Category Archive page work?
February 21, 2023 at 9:22 PM in reply to: MB slows down site and editing pages + doesn't seem to save in custom table #40642Peter
ModeratorHello,
I think there is an issue with the field group Custom Report on your staging site, it has too many custom fields (around 322 fields). I've created a new testing field group and saved field values to the custom table, it works correctly.
You can try to increase the PHP settings max_input_vars and max_execution_time to a higher value and check this issue again.February 21, 2023 at 6:30 PM in reply to: Bug: Conditional Logic Set On Value Of Taxonomy Custom Field Prevents Post Save #40640Peter
ModeratorHello,
Thanks for your details. I see that issue on my demo site and I've escalated this issue to the development team to fix it in the next update.
February 21, 2023 at 6:20 PM in reply to: Is it possible to show all the custom fields (inclusief group's) for een SOP? #40639Peter
ModeratorHello,
You can use the WordPress function
get_post_custom()to get all custom fields attached to a post based on the post ID.
Please read more on the documentation https://developer.wordpress.org/reference/functions/get_post_custom/February 21, 2023 at 6:14 PM in reply to: ✅Conditional Logic Based On Taxonomy Term Slug Or Name #40638Peter
ModeratorHello,
Yes, it is possible. Please read more on the documentation https://docs.metabox.io/extensions/meta-box-conditional-logic/#using-with-taxonomies
February 21, 2023 at 12:03 PM in reply to: ✅Bug: Nested Group Not Display Extra Options When Set To Cloneable #40634Peter
ModeratorHello,
I do not see that issue on my demo site. You can try to deactivate all plugins except Meta Box, MB AIO, and switch to a standard theme of WordPress. Or try to reproduce this issue in a fresh install of WordPress and let me know how it goes.
Peter
ModeratorHello,
Please set up the Location for All Archives or Search Results like this https://monosnap.com/file/v45dFiX46vs6LLoCvYtwUaLwYBBI6T
then re-save permalink settings (post name) and check this issue again.Let me know how it goes.
Peter
ModeratorHello there,
I think it might relate to the database charset in WordPress settings, please read more on this topic https://wordpress.stackexchange.com/questions/92253/how-does-wordpress-support-unicode
If you add the multibyte text to the post content (not the custom field), does it display in the same unicode?
February 20, 2023 at 9:47 PM in reply to: the map-marker icon on a map is not exactly located as the original one #40623Peter
ModeratorHello Cees,
I see that issue. The custom map marker icon does not display correctly on the map. You can try to use this custom CSS code to fix the issue with the custom icon.
img.leaflet-marker-icon { margin-left: -12px; margin-top: -41px; width: 25px; height: 41px; }I've escalated this issue to the development team to fix it in the next update.
February 20, 2023 at 9:23 PM in reply to: Force Delete option of the Image Advance field don't work #40622Peter
ModeratorHello Ash,
Do you mean after activating WPML, this feature does not work? You can try to deactivate all plugins and leave Meta Box, MB AIO activate and see if it works. If yes, you can enable plugins one by one to find which plugin causes the issue.
February 20, 2023 at 9:16 PM in reply to: ✅How to make frontend forms re-editable by the users? #40620Peter
ModeratorHello there,
The main purpose of the frontend dashboard is to allow users to edit their posts on the frontend. Please try to create two pages:
- one has the frontend submission shortcode
- one has the frontend dashboard shortcodethen login to your site as a normal user and check this feature again. Please read more on the documentation https://docs.metabox.io/extensions/mb-frontend-submission
February 20, 2023 at 9:03 PM in reply to: Any disadvantage creating all table feilds as TEXT? #40619Peter
ModeratorHello there,
You can read more about the differences between data types here https://www.w3schools.com/sql/sql_datatypes.aspf
February 20, 2023 at 8:49 PM in reply to: Change textarea_rows on all WYSIWYG fields for a specific post type #40618Peter
ModeratorHello Kyle,
The code below works as well on my demo site without using a condition to check the post type
function proposal_textarea_rows( $settings ) { $settings['textarea_rows'] = 3; return $settings; } add_filter( 'rwmb_wysiwyg_settings', 'proposal_textarea_rows' );Can you please check this filter hook again in a fresh install of WordPress and install Meta Box only?
Peter
ModeratorHello,
You can try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress, or create a new field group and save field value in a new custom table and check this issue again.
Let me know how it goes.
February 20, 2023 at 7:30 PM in reply to: AJAX submission no longer redirects after AIO update #40616Peter
ModeratorHello,
You can try to check this issue again in a fresh install of WordPress and Meta Box. Let me know if the issue still happens.
-
AuthorPosts