I'm working my way through the template changes to update the search (with plans to include the facets). When I make the template changes for User Interface > Settings > Global Header & Footer > Global Header changing the input from
to
and then go test the search, it "works" but the results aren't in a modal or a drop down div, instead they seem to push the header div down resulting in a huge header. I did add the CSS and made sure the javascript matched the changes.
For the time being I've rolled back the input to token change to see if anyone else has run up against this before I start digging.
Code:
<input type="text" name="Search" id="searchfield" value="&mvte:global:Search;" class="textfield" />
Code:
<mvt:item name="searchfield" />
For the time being I've rolled back the input to token change to see if anyone else has run up against this before I start digging.
Comment