Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 51 total)
  • Author
    Posts
  • in reply to: Time Field Not Saving #49574
    Tobias HaasTobias Haas
    Participant

    Hey Peter,

    Thanks so much! That did the trick. Unfortunately, it’s a bit inconvenient that the values don’t update or get cleared when changing the custom field. It was originally set as a Datetime field, which I later changed to a Time field — ideally, the timestamp attribute should automatically be removed in that case.

    Anyway, it worked! Maybe this feedback is helpful for you and the team.
    Wishing you all a great start to the new year!

    in reply to: Time Field Not Saving #49562
    Tobias HaasTobias Haas
    Participant

    Server Environment
    Server info: Apache/2.4.65 (Unix)

    MySQL version: 10.11.14
    Postmeta table meta_value type: longtext

    PHP version: 8.3.28
    PHP post max size: 128M
    PHP execution time limit: 240
    PHP max input vars: 4000
    PHP safe mode: -
    PHP memory limit: 512M
    PHP max upload file size: 128M

    in reply to: the Field Group broken #47881
    Tobias HaasTobias Haas
    Participant

    Hey Peter,
    this is weird but yes, its working when i set it to 12.

    It would be great if you could solve this problem or somehow make it possible to have more options for making the layout look better 😀

    Something always doesn't work or doesn't look the way I want it to, and my customers always have trouble finding something because the layout looks terrible.

    Here, for example, it would be cool if the clones could be displayed next to each other like in a grid, rather than one below the other.
    https://share.cleanshot.com/mrmJCw3F

    Thank you for your help.

    in reply to: the Field Group broken #47863
    Tobias HaasTobias Haas
    Participant

    No Conditions are set

    https://pastebin.com/rZd5eamV

    in reply to: Add More Button - display:none #47832
    Tobias HaasTobias Haas
    Participant

    Hey Peter,
    After deactivating and reactivating it works

    thanks

    in reply to: Add More Button - display:none #47826
    Tobias HaasTobias Haas
    Participant

    Is this still a Issue?

    Version 2.0.2

    in reply to: Re-order posts not working #47300
    Tobias HaasTobias Haas
    Participant

    Good to know! That doesn't work for me either...
    I suspected Admin Columns and so I installed a re-order plugin that made it work.

    Then I can uninstall it again soon when it gets fixed!

    in reply to: comparison function is deprecated #47299
    Tobias HaasTobias Haas
    Participant

    nevermind! i ask the SearchWP Team. thanks

    in reply to: Metabox - SearchWP 1.1.0 $beta is deprecated #47298
    Tobias HaasTobias Haas
    Participant

    Hey Tan, sure i'll let them know.
    Thanks

    in reply to: comparison function is deprecated #47297
    Tobias HaasTobias Haas
    Participant

    Here's another one

    Deprecated	Creation of dynamic property SWP_Meta_Box_Integration_Updater::$beta is deprecated	
    wp-content/plugins/searchwp-meta-box-integration/vendor/updater.php:46
    SWP_Meta_Box_Integration_Updater->__construct()
    wp-content/plugins/searchwp-meta-box-integration/searchwp-meta-box-integration.php:486
    searchwp_meta_box_integration_update_check()
    wp-includes/class-wp-hook.php:324
    do_action('admin_init')
    wp-admin/admin.php:175
    in reply to: comparison function is deprecated #47296
    Tobias HaasTobias Haas
    Participant

    Hey Tan,
    Thank you very much! This fixed the problem.

    in reply to: comparison function is deprecated #47287
    Tobias HaasTobias Haas
    Participant
    {% set group = attribute(site, 'fc-koenigsfeld') %}
    {% set erste_mannschaft = attribute(group, 'erste_mannschaft') %}
    {% set erste_mannschaft = (erste_mannschaft|length > 1) 
                                ? (erste_mannschaft|sort((a, b) => a.date_nextmatch_erste.timestamp > b.date_nextmatch_erste.timestamp)
                                    |filter(v => v.date_nextmatch_erste.timestamp > mb.microtime(true)))
                                : erste_mannschaft %}
    
    {% if erste_mannschaft|length > 0 %}
        {% set erste_mannschaft = erste_mannschaft|first %}
        <p class="fck-next">Nächstes Spiel</p>
        <div class="fck-next-match">
            <div class="fck-team-block">
                <p class="fck-team-name">{{ erste_mannschaft.heimmannschaft_erste.title }}</p>    
                {{ _self.logo(erste_mannschaft.heimmannschaft_erste) }}
            </div>
            <span class="fck-vs-nextgame">vs</span>        
            <div class="fck-team-block">
                <p class="fck-team-name">{{ erste_mannschaft.auswaerts_erste.title }}</p>    
                {{ _self.logo(erste_mannschaft.auswaerts_erste) }}
            </div>
        </div>
        <div class="fck-match-data">
            <div class="fck-match-data__inner">
                <p>// {{ erste_mannschaft.Liga_erste.label }}</p>
                <p>// {{ erste_mannschaft.date_nextmatch_erste.timestamp|date("d.m.Y") }} um {{ erste_mannschaft.date_nextmatch_erste.timestamp|date("H:i") }} Uhr</p>
                <p>// {{ mb.rwmb_meta('adresse_sportplatz', null, erste_mannschaft.heimmannschaft_erste.ID) }}</p>
            </div>
        </div>
    {% else %}
        <div class="fck-match-data">
            <div class="fck-match-data__inner">
               <p style="text-align:center">Aktuell sind keine Spiele geplant...</p>
            </div>
        </div>
    {% endif %}
    
    {% macro logo(post, size = 'medium') %}
        <img class="fck-team-logo" src="{{ post.thumbnail[size].url }}" alt="{{ post.alt }}" title="{{ post.title }}">
    {% endmacro %}

    Is this enought? Lemme know if you need more informations

    in reply to: comparison function is deprecated #47279
    Tobias HaasTobias Haas
    Participant

    PHP 8.3.10
    Bricks 1.12-beta

    in reply to: Constant FILTER_SANITIZE_STRING is deprecated #45964
    Tobias HaasTobias Haas
    Participant

    Using PHP 8.2

    Tobias HaasTobias Haas
    Participant
Viewing 15 posts - 1 through 15 (of 51 total)