Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi Erik,
Checked that option means the editor does not save the
<p>tag that automatically applies when you hit enter to break the line. See on the documentation https://docs.metabox.io/fields/wysiwyg/#settingsIf you want to save data in raw format, e.g. exactly the same as you enter in the editor without applying wpautop() function. Can be true or false (default). Optional.So please uncheck the option
Save data in the raw formatto save the<p>tag.Long Nguyen
ModeratorHi Ivan,
I do not see the issue on my local site, screen record https://share.getcloudapp.com/P8u5AQBn.
Can you please re-add the code then check the taxonomy
leeftijdscategorieand custom fields?Long Nguyen
ModeratorHi Stephen,
I'm afraid there is no option to change the existing date formatted when editing a post. You can create your own JS code to do that or PHP code to re-update all field values in the database.
Long Nguyen
ModeratorHi,
Yes, it is possible to query by meta value. But for some specific field types like
fieldset_textorgroup, the value stored in the database is a serialized array and it very hard to query by this value. You need to use another plugin to do that, read more here https://metabox.io/searchwp-metabox-integration/.For simplicity, I recommend using
textfield to save the data to get easier when querying.Long Nguyen
ModeratorHi,
The field type
postonly helps you to select the post and save its ID to the database. It does not help to populate the field value of that post. Your case needs a lot of code to do that, you can follow the series Hotel Booking for more information https://metabox.io/series/hotel-booking/. Or create your own field type https://docs.metabox.io/custom-field-type/.May 14, 2021 at 9:56 PM in reply to: ✅Latest AIO update broke something with FB Frontend Submission #28187Long Nguyen
ModeratorHi Stephen,
Thank you for getting in touch.
I've tried to run your code on my local site but do not see any issue with the field post_title, post_content. It populates the existing post data when editing from Frontend Dashboard as well.
Can you please share some screenshots or a screen record of your screen? You can also follow the Debugging Information step to troubleshoot this issue https://support.metabox.io/topic/how-to-create-a-new-topic/.
Long Nguyen
ModeratorHi Dorian,
Please update the new version of MB Builder 4.1.4 or MB AIO 1.13.10 to fix this issue. Let me know how it goes.
Long Nguyen
ModeratorHi,
It would be appreciated to share the knowledge here, other users can follow your way.
Long Nguyen
ModeratorHi Austin,
You can use the filter upload_mimes to restrict file type when uploading to the media library.
But use this filter for a specific field, is not possible.
Long Nguyen
ModeratorHi,
You can use the field type
image, it does not allow users to access Media Library when uploading images.Get more details on the documentation https://docs.metabox.io/fields/image/.
May 14, 2021 at 12:20 PM in reply to: ✅Bug :: Adding prefix to Separate Database Table is not working #28178Long Nguyen
ModeratorHi Shrini,
If you add the prefix for fields, the field ID would be
prefixFieldID. In your case, the shortcode should be[rwmb_meta id="MyCFparty_logo"]You can click on the button Generate PHP Code to see how it works https://docs.metabox.io/extensions/meta-box-builder/#getting-php-code.
Get more details here https://docs.metabox.io/creating-meta-boxes/#fields-1.
May 14, 2021 at 12:11 PM in reply to: ✅SQL syntax error near '`mbr_order` ASC, mbr_id DESC ASC' #28177Long Nguyen
ModeratorHi,
Thank you for your feedback.
I'm going to check this issue and get back to you later.
Long Nguyen
ModeratorHi,
Thanks for your feedback.
I've informed the development team to consider adding it to the to-do list for future development of the plugin.
Long Nguyen
ModeratorHi Greg,
Thank you for your additional information.
Which's the staging plugin that you are using? If it's a premium plugin, please share a copy via this contact form https://metabox.io/contact/, I will help you to check it.
Long Nguyen
ModeratorHi Igor,
Deactivate all plugins except Meta Box and Meta Box AIO to resolve this issue. Screenshot https://share.getcloudapp.com/4gu2BwQO.
Can you please re-check it?
-
AuthorPosts