Support Forum » User Profile

Forum Replies Created

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • in reply to: Filter Relationships Query #31592
    JCJC
    Participant

    Hi,

    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

    in reply to: Filter Relationships Query #31556
    JCJC
    Participant

    Hi 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.

    in reply to: Several Blocks don't work after AIO-Update 1.13.0 #24265
    JCJC
    Participant

    Thank you!

    in reply to: WYSIWYG Editor Not Working Correctly #24185
    JCJC
    Participant

    Hi 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

    in reply to: WYSIWYG Editor Not Working Correctly #23967
    JCJC
    Participant

    Hi Anh,

    the fix works for me. Thanks again.

    Jan

    in reply to: WYSIWYG Editor Not Working Correctly #23947
    JCJC
    Participant

    Thank 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

    in reply to: WYSIWYG Editor Not Working Correctly #23927
    JCJC
    Participant

    The new js is working fine for me (#23854). Thank you!

    in reply to: WYSIWYG Editor Not Working Correctly #23854
    JCJC
    Participant

    Hi,

    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.

    in reply to: Retrieve ID from Post field #22626
    JCJC
    Participant

    Thank you.

Viewing 9 posts - 16 through 24 (of 24 total)