Forum Replies Created
-
AuthorPosts
-
Tobias Haas
ParticipantHey 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!Tobias Haas
ParticipantServer Environment
Server info: Apache/2.4.65 (Unix)MySQL version: 10.11.14
Postmeta table meta_value type: longtextPHP 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: 128MTobias Haas
ParticipantHey 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/mrmJCw3FThank you for your help.
Tobias Haas
ParticipantNo Conditions are set
Tobias Haas
ParticipantHey Peter,
After deactivating and reactivating it worksthanks
Tobias Haas
ParticipantIs this still a Issue?
Version 2.0.2
Tobias Haas
ParticipantGood 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!
Tobias Haas
Participantnevermind! i ask the SearchWP Team. thanks
Tobias Haas
ParticipantHey Tan, sure i'll let them know.
ThanksTobias Haas
ParticipantHere'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:175Tobias Haas
ParticipantHey Tan,
Thank you very much! This fixed the problem.Tobias 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
Tobias Haas
ParticipantPHP 8.3.10
Bricks 1.12-betaTobias Haas
ParticipantUsing PHP 8.2
July 16, 2024 at 3:31 AM in reply to: ✅Avoiding Custom Field Duplication Across Multiple CPTs in BricksBuilder #45909 -
AuthorPosts