Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi SG, I've known the issue and fixed that. It will be available in the next version, which will be release in a few days.
Anh Tran
KeymasterHi Jon,
Since version 5.1, we add sanitization for all inputs. For textarea field, we use the
wp_kses_postfor sanitization and it sanitizes the HTML comments as you see.If you want to keep that, you probably need to bypass the sanitization by setting
'sanitize_callback' => 'none'for the field. Or write your custom sanitize callback. Please see the documentation for details.September 17, 2019 at 4:13 PM in reply to: ✅Private $user_id and $config causes bugs in rwmb_profile_before_save_user #16169Anh Tran
KeymasterHi Cedric, it's fixed in version 1.4.2. Please update.
Anh Tran
KeymasterJust fixed this in the 1.1.2 version. Please update.
Anh Tran
KeymasterHi,
Regarding
std, I see you put it underquery_argswhich is wrong and set it empty. Can you try this code (I modified your latest code)?Regarding the taxonomy issue: if you want to use taxonomy, then you have to create the taxonomy first. I don't see any reason for date, author or post type should be taxonomies. This is a post I wrote about custom fields vs. custom taxonomies. Maybe it helps.
Anh Tran
KeymasterHi Charlin,
Just want to let you know that in recent versions of MB Conditional Logic, you're now able to set conditions for fields outside of the group. So, your conditions above will work (I've just tested)!
Anh Tran
KeymasterHi Ryan, I've just added
classparam to meta box settings, which allows you to set an unique CSS class.Anh Tran
KeymasterThanks for your feedback. I've just fixed it in version 1.0.7. Please update.
Anh Tran
KeymasterHi, you can do that with custom admin column. Please see the docs here:
https://docs.metabox.io/extensions/mb-admin-columns/#custom-admin-columns
Anh Tran
KeymasterHi,
I'm not really clear because the term gallery is used in both post types.
Where do you want the select field? In the gallery post type or in regular post?
Doesn't the
postfield allow you to select a specific post?Anh Tran
KeymasterHi,
1st and 2nd problem: I guess you're using Gutenberg, thus the
requiredparameter doesn't work, because WordPress submits values via Ajax. Until now, there's no solution for that yet.3rd problem: I see you miss
stdfrom my code, so of courses, fields are not filled.Regarding the filter: you might want to try Search & Filter plugin. It's free on wordpress.org.
September 14, 2019 at 11:07 AM in reply to: ✅How to remove Meta Box license key Notification when Extension is Bundled? #16125Anh Tran
KeymasterDone! Here you are. The class is
rwmb-activate-license.September 13, 2019 at 10:24 AM in reply to: ✅How to remove Meta Box license key Notification when Extension is Bundled? #16112Anh Tran
KeymasterHi Swami, how about adding a CSS class to the "Activate License" text? You can hide them with CSS.
Anh Tran
KeymasterHere is the code with
std:Regarding filtering results on the front end, please use a search & filter plugin like FacetWP. We support FacetWP via a free extension.
-
AuthorPosts