diff --git a/web/themes/asc_bootstrap/asc_bootstrap.theme b/web/themes/asc_bootstrap/asc_bootstrap.theme index ed531369aced9a1f484edb9eb357686c0feb2207..a1037700137d3272ef135e6843c22d65a117c74a 100755 --- a/web/themes/asc_bootstrap/asc_bootstrap.theme +++ b/web/themes/asc_bootstrap/asc_bootstrap.theme @@ -70,7 +70,7 @@ function asc_bootstrap_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $ /* * events and news filters */ - if (($form['#id'] == 'views-exposed-form-events-page-1')||($form['#id'] == 'views-exposed-form-news-page-1')||($form['#id'] == 'views-exposed-form-research-project-directory-page-1')) { + if (($form['#id'] == 'views-exposed-form-events-page-1')||($form['#id'] == 'views-exposed-form-news-page-1')||($form['#id'] == 'views-exposed-form-research-project-directory-page-1')||($form['#id'] == 'views-exposed-form-research-project-gallery-page-1')) { /* * add new HTML content to filters (headers and spacer) * and setting weights for where they should appear in the form hierarchy diff --git a/web/themes/asc_bootstrap/assets/sass/components/_filters.scss b/web/themes/asc_bootstrap/assets/sass/components/_filters.scss index 8a40defdfd5639cbe5299e0af795c096403229e4..e1f06d87a5e66e638da50e9d09e9d909000a2ae8 100644 --- a/web/themes/asc_bootstrap/assets/sass/components/_filters.scss +++ b/web/themes/asc_bootstrap/assets/sass/components/_filters.scss @@ -218,3 +218,13 @@ } } + + +// -------------------------------------------------- +//## Research Gallery filters. + +.view-research-project-gallery { + .control-label { + display: none; + } +} diff --git a/web/themes/asc_bootstrap/css/style.css b/web/themes/asc_bootstrap/css/style.css index 4518ccb193ebf4dd9b5f13bacac807d8354f7eb1..f522733149766b8fae7321eb1fbc32b79019e0f0 100644 --- a/web/themes/asc_bootstrap/css/style.css +++ b/web/themes/asc_bootstrap/css/style.css @@ -10508,6 +10508,11 @@ article .field--name-body { border-radius: 0; } +/* line 227, ../assets/sass/components/_filters.scss */ +.view-research-project-gallery .control-label { + display: none; +} + /* line 5, ../assets/sass/components/_menu.scss */ #main-nav { background-color: #373535; diff --git a/web/themes/asc_bootstrap/templates/node/node--research.html.twig b/web/themes/asc_bootstrap/templates/node/node--research.html.twig index 2cbc3e8afd7431947640bb48a1d6fd37ec9e6352..28317f694081d0fa78a1766707a49e2f7f191223 100644 --- a/web/themes/asc_bootstrap/templates/node/node--research.html.twig +++ b/web/themes/asc_bootstrap/templates/node/node--research.html.twig @@ -112,6 +112,7 @@ <div class="research-users"> <h2>Investigators:</h2> {{content.field_research_user}} + {{content.field_research_additional}} </div> {{ content.field_research_body }}