_includes/section/commonPage.html in word-games-theme-1.8.5 vs _includes/section/commonPage.html in word-games-theme-1.8.6
- old
+ new
@@ -48,11 +48,11 @@
<section class="result_sticky_nav">
<div class="pageHeading text-center">
<h1 class="result_heading m-0 pb-0">
{{dataToShow.h1}}</h1>
</div>
- <div class="serachSection2">
+ <div class="serachSection">
<div class="position-relative serachBox mt-4">
<form action="" id='form'>
<input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
placeholder="Enter up to 15 letters?" class="txtBox resultPageTxtBox" value='' name="search"
maxlength="15" value required autocomplete="off">
@@ -94,66 +94,66 @@
</div>
<div class="startsWith same">
<label data-toggle="tooltip" data-placement="top"
title="Filter for words that starts with these letters" for="startsWith">Starts
With</label>
- <input type="text" class="filter_val" id="startsWith" placeholder="Prefix" value=""
- name="prefix">
+ <input autocomplete="off" type="text" class="filter_val" id="startsWith"
+ placeholder="Prefix" value="" name="prefix">
<!-- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
title="Find words that start with these letters(AB-> Able)">
<i class="bi bi-question-circle"></i>
</div> -->
</div>
<div class="mustInclude same">
<label for="mustInclude" data-toggle="tooltip" data-placement="top"
title=" Words that contain letters in this order(ab)">Must Contains </label>
- <input type="text" class="filter_val" id="mustInclude" placeholder="Contains"
- name="contains" value="">
+ <input autocomplete="off" type="text" class="filter_val" id="mustInclude"
+ placeholder="Contains" name="contains" value="">
<!-- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
title="Words that contain letters in this order(ab)">
<i class="bi bi-question-circle"></i>
</div> -->
</div>
<div class="endsWith same">
<label for="endsWith" data-toggle="tooltip" data-placement="top"
title="Filter for words that ends with these letters">End With</label>
- <input type="text" class="filter_val" id="endsWith" placeholder="Suffix" name="suffix"
- value="">
+ <input autocomplete="off" type="text" class="filter_val" id="endsWith"
+ placeholder="Suffix" name="suffix" value="">
<!-- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
title="Filter for words that ends with these letters">
<i class="bi bi-question-circle"></i>
</div> -->
</div>
<div class="exculdeWith same">
<label data-toggle="tooltip" data-placement="top"
title="Only words that not contain the letters you enter here"
for="exculdeWith">Exculde</label>
<br>
- <input type="text" class="filter_val" id="exculdeWith" placeholder="Exculde" value=""
- name="exculde">
+ <input autocomplete="off" type="text" class="filter_val" id="exculdeWith"
+ placeholder="Exculde" value="" name="exculde">
<!-- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
title="Only words that not contain the letters you enter here">
<i class="bi bi-question-circle"></i>
</div> -->
</div>
<div class="inculdeWith same">
<label data-toggle="tooltip" data-placement="top"
title="Only words that contain the letters you enter here"
for="inculdeWith">Include</label>
<br>
- <input type="text" class="filter_val" id="inculdeWith" placeholder="Include" value=""
- name="include">
+ <input autocomplete="off" type="text" class="filter_val" id="inculdeWith"
+ placeholder="Include" value="" name="include">
<!-- <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
title="Only words that contain the letters you enter here">
<i class="bi bi-question-circle"></i>
</div> -->
</div>
<div class="wordLength same">
<label data-toggle="tooltip" data-placement="top"
title="Filter for words with this length" for="wordLength">Word Length </label>
- <input type="text" class="filter_val" id="wordLength" placeholder="Length" name="length"
- value="">
+ <input autocomplete="off" type="text" class="filter_val" id="wordLength"
+ placeholder="Length" name="length" value="">
<div style="margin-top: 1.2rem; gap:5px" class="d-flex w-100">
<input type="button" value="Clear" class="clearFilter btn-info text-white"
style="background-color:#808080;">
<input id="applyBtn" type="submit" value="Apply" class="btn-info text-white"
style="background: #808080">
@@ -169,14 +169,10 @@
</div>
</section>
</div>
</nav>
-
-<div id="ezoic-pub-ad-placeholder-109"> </div>
-<div id="ezoic-pub-ad-placeholder-110"> </div>
-
<div class="container" id="containerWd">
{%- if page.layout == "page2" -%}
<a id="home_page_search_result"
onclick="gtag('event', 'click', {'event_category': 'Link click', 'event_label': 'Home Page Search Result'});"></a>
@@ -185,10 +181,9 @@
{% include section/wordGroup.html %}
</div>
-<link rel="stylesheet" href="{{ '/assets/css/advancedFilter.css' | relative_url }}">
<script>
const clearFilter = document.querySelector('.clearFilter')
clearFilter.addEventListener('click', () => {
startsWith.value = ''
\ No newline at end of file