Forum Replies Created
-
AuthorPosts
-
JC
ParticipantI have the same issue. Updated to newest version: Metabox 5.7.3 and Meta Box AUI 1.21.2 and now have a lot of empty fields in the backend on hundreds of posts. Frontend works fine.
JC
ParticipantThat's it.
Thank you Long!
JC
ParticipantHi Long,
here is a screenshot of the color picker I test on:
I set like 12 colours in this group.
And here I am looking for the color palette. The first three colours should be Red, Black, Red. But it is the same palette as in every other color picker.
And here is the group field export:
https://www.dropbox.com/s/qvyoqxmixw1sccm/stundenplan.json?dl=0
Thanks for your support.
Jan
JC
ParticipantThank you, Long.
I entered the values as shown but the palette is not changing. Does it maybe not work with multiple color pickers in the same block/field group?
Best
Jan
JC
ParticipantHello Long,
could you please reupload the screenshots? They don't work any more.
Where do I enter the palette-values? Under "Color picker options" or under "Advanced / Custom settings"? Will the key be "js_options" or "palettes"?
Thanks.
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