Forum Replies Created
-
AuthorPosts
-
[email protected]
ParticipantHere you see. And it was not hitting the delete button, the the complete Fieldgroup was removed.
I can't reproduce this, but it wasn't the first time (see earlier post).The only thing I did was moving the fields and hit save.
[email protected]
ParticipantPlease for me: why I the post-id not in the documentation here:
https://docs.metabox.io/extensions/meta-box-group/Sometimes it cost me a lot of time to figure out how it works.
[email protected]
ParticipantNo it is something stranger. And not the first time:
I have this got earlier that all the fields are removed from the Custom Field after that I moved them up and down. After hit save all is removed, only the Field Group page exist without any fields. I have some images of that.
[email protected]
ParticipantHi Long,
I don't understand which post_id U have to use.
The function is placed on an element of a page (in Oxygen) and decide of it is hide or not.
[email protected]
ParticipantHi Long, can you please tell me more how to do this?
[email protected]
ParticipantThanks, is this the only way? I use this fields also for clients with no HTHL knowledge.
[email protected]
ParticipantFound!! Missing one } 🙂
Sorry.
[email protected]
ParticipantHi Long,
Sorry.. it gives a Eval()'d code error and I can't figure out why.
[email protected]
ParticipantIt won't display at the front-end. What is wrong? I have a group_id pj_taken and two subfields pj_taak and pj_taak_text. I also don't understand the ??'' in the code sample from your website.
$group = rwmb_meta( 'pj_taken' ); if ( empty( $group ) ) { } $output = ''; // Sub-field title. $title = $group['pj_taak'] ?? ''; $output .= '<h3 class="my-title">' . $title . '</h3>'; // Sub-field description. $desc = $group['pj_taak_text'] ?? ''; $output .= '<div class="my-description">' . wpautop( $desc ). '</div>'; echo $output;?>
[email protected]
ParticipantHi,
Yes I need sometimes one, sometimes three etc. But each clonable row has three or four fields:
- taskname
- task-number
- tasktextI is true that I have to use a group for this?
[email protected]
ParticipantHi Long,
The website is live now. You can see there problem here: https://www.groetenuitleusden.nl/doen/hardlooproute-amersfoort/
I share a video what is happening :
https://api.vadoo.tv/landing_page?vid=63wYAKBAmkbwY0ELr29PducxHNpowzOW
[email protected]
ParticipantHi Long,
Which debug log do I have to send?
You can see here an example:
https://oxygen.groetenuitleusden.nl/doen/hardlopen-in-asschat/
(removed)
You see that at below the heading Horeca langs de route an empty picture and link. This is what happens (also at heading Bezienswaardigheden langs de route) where are no related post at the current post. When I save this post then the problem is gone.
[email protected]
ParticipantIt is a bug. I have do the new migration tool.
This code $arrayLength = count($post_id) show 1 when there is no related post.
I have edit the and save and got a error-message that I have to fill al the fields (required) but that isn't required.I go to metabox and save the Custom Fields without changing anything. Now the results on the front-end are oke and I can change the post without fill all the fields.
I see this message on all posts where I use the Custom Fields that are migrate from ACF.
[email protected]
ParticipantHi,
It doesn't change anything.
if ( $post_id ) {
echo "True";
} else {
echo "False";
}gives a true on every page (with or without related posts). I have migrate from ACF to METABOX with the tool. I don't understand what is happen.
[email protected]
ParticipantThe same here! I have an order field for display posts in an order.
-
AuthorPosts