- Issue created by @SirClickALot
I am using the latest version of Search API Block → to place a global Search block. That works perfectly fine and the block looks like this (relatively un-styled) ...
I am then attempting to use this module (Better Search) style it up.
Here is the mark-up of the block that should be being altered...
<div class="search-api-form block block-search-api-block block-search-api-form-block"
data-drupal-selector="search-api-form" novalidate="novalidate" id="block-bit-by-bit-searchapiform">
<form data-block="nav_branding" action="/search/student" method="get" id="search-api-form" accept-charset="UTF-8">
<div
class="clearfix js-form-item form-item js-form-type-search form-type-search js-form-item-search-api-fulltext form-item-search-api-fulltext form-no-label">
<label for="edit-search-api-fulltext--2" class="visually-hidden">Search</label>
<input title="Enter the terms you wish to search for." data-drupal-selector="edit-search-api-fulltext"
type="search" id="edit-search-api-fulltext--2" name="search_api_fulltext" value="" size="15" maxlength="128"
placeholder="" class="form-search form-control">
</div>
<div data-drupal-selector="edit-actions" class="form-actions js-form-wrapper form-wrapper" id="edit-actions--2">
<input data-drupal-selector="edit-submit" type="submit" id="edit-submit" value="Search"
class="button js-form-submit form-submit btn btn-primary btn-sm">
</div>
</form>
</div>
I can see clearly that the ID of the block is block-bit-by-bit-searchapiform
and the name of the <input> is search_api_fulltext
.
I have configured the module (basic) like this...
I have specifically set the block ID and the <input> name too...
The net result is no kicking-in and so not restyling as far as I can see.
Multiple cache-clears, both Drupal, and Browser, CSS aggregation and page caching are OFF.
What I am I missing here?
Thank you
Active
2.0
Miscellaneous