Skip to content

Commit

Permalink
Trying to fix search widget again
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 27, 2024
1 parent 9b6ca6a commit f817e02
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions config/onboarding-shared.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,16 @@
'type' => 'text',
'args' => [
'title' => '',
'text' => '<div class="sec-nav">
<a href="javascript:void(0);" role="button" class="search-toggle">
<span class="sr-only">Search Dropdown</span>
<img class="search-ico" width="21" height="21" src="https://chapter-template.internetsociety.org/wp-content/themes/genesis-child-chapters/images/search-icon-21px-21px.svg" alt="Search Icon">
</a>
<a href="https://community.internetsociety.org/s/new-registration" class="join customize-unpreviewable">Join</a>
'text' => '<<div class="sec-nav"><a class="seach-toggle" role="button"><span class="sr-only">Search Dropdown</span>
<img class="search-ico" src="https://chapter-template.internetsociety.org/wp-content/themes/genesis-child-chapters/images/search-icon-21px-21px.svg" alt="Search Icon" width="21" height="21" />
</a><a class="join customize-unpreviewable" href="https://community.internetsociety.org/s/new-registration">Join</a>
</div>
<div class="search-block" style="display: none;"><form class="is-search-form is-disable-submit is-form-style is-form-style-3 is-form-id-540 is-ajax-search" role="search" action="https://chapter-template.isoc.org/" method="get" target="_self" data-min-no-for-search="1" data-result-box-max-height="400" data-form-id="540"><input name="customize_messenger_channel" type="hidden" value="preview-0" /><input name="customize_autosaved" type="hidden" value="on" /><input name="customize_changeset_uuid" type="hidden" value="dc0b2f39-1120-4274-b43b-4322e61b0ce2" /><label for="is-search-input-540"><input id="is-search-input-540" class="is-search-input" autocomplete="off" name="s" type="search" value="" placeholder="Search by Keyword" /></label>
<div class="search-block" style="display: none">
<form data-min-no-for-search="1" data-result-box-max-height="400" data-form-id="540" class="is-search-form is-disable-submit is-form-style is-form-style-3 is-form-id-540 is-ajax-search" action="https://chapter-template.isoc.org/" method="get" role="search" target="_self"><input type="hidden" name="customize_messenger_channel" value="preview-0"><input type="hidden" name="customize_autosaved" value="on"><input type="hidden" name="customize_changeset_uuid" value="dc0b2f39-1120-4274-b43b-4322e61b0ce2"><label for="is-search-input-540"><input type="search" id="is-search-input-540" name="s" value="" class="is-search-input" placeholder="Search by Keyword" autocomplete="off"><span class="is-loader-image" style="display: none;background-image:url(https://chapter-template.internetsociety.org/wp-content/plugins/add-search-to-menu/public/images/spinner.gif);"></span></label>
<input name="id" type="hidden" value="540" />
<input type="hidden" name="id" value="540"></form>
</div>',
</form></div>',
'filter' => 1,
'visual' => 1,
],
Expand Down

0 comments on commit f817e02

Please sign in to comment.