Forum Replies Created
-
AuthorPosts
-
JC
ParticipantHi,
thanks for your answer. I tried your suggestions in every combination without any success. I guess there is another problem. I'll try to solve this with custom categories instead of relationships then.
Best
Jan
JC
ParticipantHi Long,
thanks for your answer. I'm probably doing something wrong, because the result isn't filtered:
$connected = new WP_Query( [ 'relationship' => [ 'id' => 'fromdatestovenues', 'to' => get_the_ID(), 'meta_key' => 'wochentag_select', 'meta_value' => $dertag,], 'nopaging' => true, ] );doesn't show any posts:
$connected = new WP_Query( [ 'relationship' => [ 'id' => 'fromdatestovenues', 'to' => get_the_ID(), ], 'meta_key' => 'wochentag_select', 'meta_value' => $dertag, 'nopaging' => true, ] );Is it relevant that the custom field is not in the post I'm running the query from, but in the post with the relationship?
In Views (Singleview) the working query is:
{% for post in relationships.fromdatestovenues.from|filter(post => post.wochentag_select.name == dertag or post.wochentag_select.name == heute)|sort((a, b) => b.wochentag_select <=> a.wochentag_select ?: a.startzeit <=> b.startzeit) %}But I have to rewrite it to php.
JC
ParticipantThank you!
JC
ParticipantHi Anh,
today, after an Update to Meta Box AIO (1.13.0), the problem appeared on another website I'm working on ... White Text in visual mode, can't edit content in visual mode.
Jan
JC
ParticipantHi Anh,
the fix works for me. Thanks again.
Jan
JC
ParticipantThank you Anh,
second fix works for me but now the first return key will be ignored in Visuell mode. I always have to type it a second time.
Best,
Jan
JC
ParticipantThe new js is working fine for me (#23854). Thank you!
JC
ParticipantHi,
I too have this problem with empty wysiwyg-fields. Seems to work after I save some content in text-modus and switch to visible afterwards.
JC
ParticipantThank you.
-
AuthorPosts