This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright (C) 2026 BricksExtras | |
| # This file is distributed under the same license as the BricksExtras plugin. | |
| msgid "" | |
| msgstr "" | |
| "Project-Id-Version: BricksExtras\n" | |
| "Report-Msgid-Bugs-To: https://bricksextras.com\n" | |
| "POT-Creation-Date: 2026-01-21 01:05+0000\n" | |
| "MIME-Version: 1.0\n" | |
| "Content-Type: text/plain; charset=UTF-8\n" | |
| "Content-Transfer-Encoding: 8bit\n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| add_filter( 'bricksextras/breadcrumbs/', function( $crumbs ) { | |
| $crumbPosition = 1; | |
| $url = 'https://kevinc366.sg-host.com/tournaments/'; | |
| $text = 'Tournaments'; | |
| /* if single event, add new breadcrumb */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Redirect WordPress search to WPGB search format | |
| */ | |
| add_action('template_redirect', function() { | |
| if (isset($_GET['s']) && !empty($_GET['s'])) { | |
| $search_query = sanitize_text_field($_GET['s']); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %root% .splide__track { | |
| --x-slider-mask-edge: 20%; | |
| --x-slider-mask-edge-slope: 2; | |
| mask-image: linear-gradient(to right, black 0%, black 100%); | |
| -webkit-mask-image: linear-gradient(to right, black 0%, black 100%); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %root% .x-tabs_content:not(.x-tabs_content-accordion) { | |
| flex-direction: row; | |
| } | |
| %root% .x-tabs_content:not(.x-tabs_content-accordion) .x-tabs_panel { | |
| display: flex!important; /* undo "display: none;" */ | |
| opacity: 0; | |
| visibility: hidden; | |
| width: 100%; | |
| } |
NewerOlder