word-games-theme 2.1.4 → 2.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1cbb8a2cfafdf5269c9b68a00aa9699e9986477404e9fb2144864ecc59badfc
4
- data.tar.gz: f3a5d09d12824c6dd3260ed82f0cb7a8a106a4dac2f8185f1c2e17e393cee6b9
3
+ metadata.gz: 3d1b9400e492b539bb902fc6d63633772f722ed4cd6bcf6544cfcea4df209b95
4
+ data.tar.gz: 616fce728a7d29cb85cea08991418da87233980341eea9feb0a33453b7c3e4b4
5
5
  SHA512:
6
- metadata.gz: e1fe5ba47af0cdedba285e5295d9e01b3750661f690f531659698d6454427fb59367cdcef3420e92453140c8764fe947d0025e47335b3d1e98c9ba0236ac9632
7
- data.tar.gz: 64c011253df5c0490bad5b253dc03b55dbae3b5031f100f273b76f6302e1a3aa4c84e154823c5649ba17120043f4204205735b2d63d168eab4620a1b3d9e15c9
6
+ metadata.gz: b1aa1c2a703101f232e48f51bdc138aefd489424e3bcb1ec003324f85bb0373748acfcf87cf43b54c8e1aab0fd0e6079438420ee64f876cc4884b06efc1b7898
7
+ data.tar.gz: ee6ece6b52c7b6570841552f67e3904b5ea21064e212aa684526a0c6ffb8aafe23a2052bea924fd01aa33a7b8d01e1f6fd0bc023d7b63f5961fb6e2e46214f60
@@ -62,7 +62,7 @@
62
62
  }
63
63
  ],
64
64
  "HOW_TO_CONTENT": {
65
- "YoutubeVideoUrl": "https://www.youtube.com/watch?v=KvG92NJQssk&ab_channel=WordsWithLettersOrg",
65
+ "YoutubeVideoUrl": "https://youtu.be/KvG92NJQssk?si=DUjC9DBi3MHZbvFW",
66
66
  "logoImageUrl": "/assets/images/check.svg",
67
67
  "heading": "How to set alarm for $variable minutes:",
68
68
  "steps": [
data/_includes/howto.html CHANGED
@@ -13,12 +13,18 @@
13
13
  {%- if dataToShow.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%}
14
14
  <div class="how-to-video-wrapper">
15
15
  {% assign video_url = dataToShow.HOW_TO_CONTENT.YoutubeVideoUrl %}
16
+ {% assign video_id = "" %}
17
+ {% if video_url contains "youtu.be/" %}
18
+ {% assign parts = video_url | split: "/" %}
19
+ {% assign video_id = parts[3] %}
20
+ {% elsif video_url contains "youtube.com/watch" %}
16
21
  {% assign params = video_url | split: "?" | last | split: "&" %}
17
22
  {% for param in params %}
18
23
  {% if param contains "v=" %}
19
24
  {% assign video_id = param | split: "=" | last %}
20
25
  {% endif %}
21
26
  {% endfor %}
27
+ {% endif %}
22
28
  {%- if site.ezoicAds -%}
23
29
  <iframe class="youtubeVideoPlayer mb-5" width="400" height="315"
24
30
  src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen>
@@ -22,8 +22,9 @@
22
22
  method="GET">
23
23
  <div style="position: relative;">
24
24
  <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text"
25
- placeholder="Enter up to 15 letters?" class="txtBox" value='' name="search" maxlength="15"
26
- required autocomplete="off">
25
+ placeholder="{% if page.size > 15 %}Enter up to {{page.size}} letters?{% else %}Enter up to 15 letters?{% endif %}"
26
+ class="txtBox" value='' name="search" maxlength="{% if page.size > 15 %}{{page.size}}{% else %}15?{% endif %}" required autocomplete="off">
27
+
27
28
  <span class="d-none focus-border">
28
29
  <i></i>
29
30
  </span>
@@ -47,7 +48,9 @@
47
48
  <div class="wrapper_dropDown d-flex justify-content-end" style="gap:15px">
48
49
  <div class="advancedFilter" style="position: relative;" onclick="myFunction()">
49
50
  <input type="button" value="Advanced Filter" class="filterButton">
50
- <div class="angle-arrow2" style="background: url(/assets/images/angle-arrow-down.svg) no-repeat center center; background-size: contain;"></div>
51
+ <div class="angle-arrow2"
52
+ style="background: url(/assets/images/angle-arrow-down.svg) no-repeat center center; background-size: contain;">
53
+ </div>
51
54
  </div>
52
55
  </div>
53
56
  <div class="fillterWrapper hide">
@@ -60,7 +63,8 @@
60
63
  <label for="startsWith">Starts With</label>
61
64
  <input autocomplete="off" type="text" id="startsWith" placeholder="Prefix" value=""
62
65
  name="prefix">
63
- <div class="filter-tooltip" data-tip="Find words that start with these letters(AB-&gt; Able)">
66
+ <div class="filter-tooltip"
67
+ data-tip="Find words that start with these letters(AB-&gt; Able)">
64
68
  <i class="bi bi-question-circle"></i>
65
69
  </div>
66
70
  </div>
@@ -68,8 +72,7 @@
68
72
  <label for="mustInclude">Must Contains </label>
69
73
  <input autocomplete="off" type="text" id="mustInclude" placeholder="Contains"
70
74
  name="contains">
71
- <div class="filter-tooltip"
72
- data-tip="Words that contain letters in this order(ab)">
75
+ <div class="filter-tooltip" data-tip="Words that contain letters in this order(ab)">
73
76
  <i class="bi bi-question-circle"></i>
74
77
  </div>
75
78
 
@@ -78,7 +81,7 @@
78
81
  <label for="endsWith">End With</label>
79
82
  <input autocomplete="off" type="text" id="endsWith" placeholder="Suffix" name="suffix">
80
83
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
81
- data-tip="Filter for words that ends with these letters">
84
+ data-tip="Filter for words that ends with these letters">
82
85
  <i class="bi bi-question-circle"></i>
83
86
  </div>
84
87
  </div>
@@ -88,7 +91,7 @@
88
91
  <input autocomplete="off" type="text" id="exculdeWith" placeholder="Exculde" value=""
89
92
  name="exculde">
90
93
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
91
- data-tip="Only words that not contain the letters you enter here">
94
+ data-tip="Only words that not contain the letters you enter here">
92
95
  <i class="bi bi-question-circle"></i>
93
96
  </div>
94
97
  </div>
@@ -99,7 +102,7 @@
99
102
  <input autocomplete="off" type="text" id="inculdeWith" placeholder="Inculde" value=""
100
103
  name="inculde">
101
104
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
102
- data-tip="Only words that contain the letters you enter here">
105
+ data-tip="Only words that contain the letters you enter here">
103
106
  <i class="bi bi-question-circle"></i>
104
107
  </div>
105
108
  </div>
@@ -115,7 +118,7 @@
115
118
  style="background-color: {{CustomColor.inputButtonBg}};">
116
119
  </div>
117
120
  <div class="filter-tooltip" data-toggle="tooltip" data-placement="top"
118
- data-tip="Filter for words with this length">
121
+ data-tip="Filter for words with this length">
119
122
  <i class="bi bi-question-circle"></i>
120
123
  </div>
121
124
  </div>
@@ -155,19 +158,19 @@
155
158
  if (fillterWrapper.classList.contains('actives')) {
156
159
  fillterWrapper.style.display = "block"
157
160
  fillterWrapper.style.zIndex = "999";
158
- fillterWrapper.style.top= "90px";
159
- fillterWrapper.style.background= "#fff";
160
- fillterWrapper.style.boxShadow= "0 0 5px rgb(0 0 0 / 40%)"
161
- fillterWrapper.style.padding= "15px 15px"
162
- fillterWrapper.style.borderRadius= "15px"
163
- fillterWrapper.style.height= "auto";
164
- fillterWrapper.style.position= "absolute";
165
- fillterWrapper.style.right= "-16px"
166
- fillterWrapper.style.margin= "1rem 0"
167
- fillterWrapper.style.flexDirection= "column";
168
- fillterWrapper.style.width= "240px"
169
- fillterWrapper.style.display= "inline-flex !important"
170
- fillterWrapper.style.gap= "5px"
161
+ fillterWrapper.style.top = "90px";
162
+ fillterWrapper.style.background = "#fff";
163
+ fillterWrapper.style.boxShadow = "0 0 5px rgb(0 0 0 / 40%)"
164
+ fillterWrapper.style.padding = "15px 15px"
165
+ fillterWrapper.style.borderRadius = "15px"
166
+ fillterWrapper.style.height = "auto";
167
+ fillterWrapper.style.position = "absolute";
168
+ fillterWrapper.style.right = "-16px"
169
+ fillterWrapper.style.margin = "1rem 0"
170
+ fillterWrapper.style.flexDirection = "column";
171
+ fillterWrapper.style.width = "240px"
172
+ fillterWrapper.style.display = "inline-flex !important"
173
+ fillterWrapper.style.gap = "5px"
171
174
  }
172
175
  fillterWrapper.classList.remove('hide')
173
176
  })
@@ -120,7 +120,7 @@
120
120
  {%- if site.versioning -%}
121
121
  <script defer src="{{ site.baseurl }}/{% ministamp assets/js/xyz.js assets/js/xyz.js %}"></script>
122
122
  {%- else -%}
123
- <script defer src="/assets/js/xyz.js assets/js/xyz.js"></script>
123
+ <script defer src="/assets/js/xyz.js"></script>
124
124
  {%- endif -%}
125
125
  {%- include script.html -%}
126
126
  </body>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.4
4
+ version: 2.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-26 00:00:00.000000000 Z
11
+ date: 2023-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll