Forum Replies Created
-
AuthorPosts
-
Ole Poetter
ParticipantBut this should also being fixed, I think.
Not every user may want to do this workaround in the database.Ole Poetter
ParticipantFound my issue.
On the site where I wanted to import, the alpha version of MB Builder 5 was still installed and active.
Kind regards,
OleOle Poetter
ParticipantHi Peter,
I tried it again on withe the latest Version auf Metabox AIO and got the same error.
Here is the json:
{
"$schema": "https://schemas.metabox.io/field-group.json",
"fields": [
{
"type": "single_image",
"id": "sc_screenshot",
"name": "Screenshot",
"force_delete": true
},
{
"type": "textarea",
"id": "sc_beschreibung",
"name": "Beschreibung"
},
{
"type": "url",
"id": "sc_url",
"name": "Url"
},
{
"type": "text",
"id": "verwendete_addons",
"name": "verwendete Addons"
},
{
"type": "text",
"id": "verwendete_vorlagen",
"name": "verwendete Vorlagen"
},
{
"type": "text",
"id": "verwendete_frameworks",
"name": "verwendete Frameworks"
},
{
"type": "text",
"id": "verwendete_tools",
"name": "verwendete Tools"
}
],
"id": "showcase-fields",
"modified": 1755157515,
"post_types": [
"showcase"
],
"title": "showcase Fields"
}`
`Kind regards,
OleOle Poetter
ParticipantHello Peter,
thank you very much!
It works!Ole Poetter
ParticipantI'm looking for a way to exclude one term id in this taxonomy field on MB Frontend Submission form, but have alle term id's in wp backend.
I doubt if this is the right way.
Peter, can you please assist for a right way?
Kind regards,
OleOle Poetter
ParticipantHi Peter,
The condition is_adminbis clear.
But the whole function does not work for me.Kind regards,
OleOle Poetter
ParticipantHi Peter,
I'm not sooo goog in developing, so maybe you can assist.
I tried it this way, but it doesn't works:
add_filter( 'rwmb_normalize_kind_of_stuff_field', function( $field ) { $field['query_args'] => []; return $field; });Ole Poetter
ParticipantQuick additional question.
Is there a way a filter or somthing to override this qyery arg?
I want to exclude the term only on frontent, but not on backend.
Kind regards,
OleOle Poetter
ParticipantThanks! It works.
Ole Poetter
ParticipantMetabox inherits the styling from the used theme.
In some cases, or the themes has no styling for the button you have to style it via custom css.Ole Poetter
ParticipantIt is not a email template. It is the success message when a user verifucates his email successful after registration.
This success message is thrown by wp_die() (which makes absolutely no sense in my mind, because wp_die and the wp error handler are function to throw error messages and stop the actual process).
It makes more sense if we could define a own custom "verification done" page, as it is possible in almost all registration plugins.
Ole Poetter
ParticipantHi,
2.) I mean this:
https://imgur.elightup.com/RxYEMTX.pngOle Poetter
ParticipantHi,
1.) Maybe it can be added. In the builder the settings for tooltip on heading field are already there, but there is no output.
2.) Sorry I missed some words. Defaulr tooltip is for field labels. Programaticly thwr is a option also for tooltips on the input fields. Is there a way to do this also in the MB Builder?
Ole Poetter
ParticipantHi,
same here.
Kind regards,
OleOle Poetter
Participant@Arno Metabox has posted this in Facebook group.
I installed it, and don't have any issues more.
-
AuthorPosts