word-games-theme 2.8.8 → 2.9.0

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: 67d5d17a7bbc189f8352b92bce6e2edb83504a07c27e4e109461a20ac56b4040
4
- data.tar.gz: 9fade59847cac2d1c3699515b0166577184ff811c8e753929743866b160d75f0
3
+ metadata.gz: 3f65bcfb20e1866513c140faad2139f779b1c3cd1e4f5bb4accea4a342d70ec0
4
+ data.tar.gz: 2297d369885c957f6051007453184bc58eedd1c24d84e1be772a56c0892f3744
5
5
  SHA512:
6
- metadata.gz: f20949983017dc638f4c7a613f4fe86a6bc22b3431c20bc3d30b8ed188a0b93d5fafe6dd28df817d2f3829b42739878f37bb78f0e3e23c4196f37a92f7226124
7
- data.tar.gz: 88f4d5cb77759e0fda9e636ba2687482b37b6066747bd90ec6718bfb72e3daea54f163b991364c2ea656dd2aec51f0c4a463f3497017eecaa3d76584b3e31092
6
+ metadata.gz: 16cd60ae33fa7891025f6a97ac86f7ac54b7f086c3254ad488eb65f1189afa1125bcbda066eb9cfef09ee875f57a895169dc8d46974470065572eb2a80ee07ba
7
+ data.tar.gz: da22d7da56cfe62cdd24bf3994b7d06940b55b9e7c4acffcfc604c4f84898ed967bf02e5c28974a376dbf02ed52d8f0f8f28d9ac021bde73aef243eb7f65f5fa
@@ -5,7 +5,12 @@
5
5
  {%- for checklang in site.pages -%}
6
6
  {%- if checklang.permalink == i -%}
7
7
  {%- assign languagetext = [i] -%}
8
+
9
+ {% if site.noindex_languages contains languagetext[0] %}
10
+ {%- else -%}
8
11
  <link data-rh="true" rel="alternate" href="{{site.url}}/{{languagetext[0]}}" hreflang="{{languagetext[0]}}" />
12
+ {%- endif -%}
13
+
9
14
  {%- endif -%}
10
15
  {%- endfor -%}
11
16
 
@@ -18,12 +23,23 @@
18
23
  {%- for i in matchurls -%}
19
24
  {%- assign languagetext = [i] -%}
20
25
  {%- if i== page.permalink -%}
26
+
27
+ {% if site.noindex_languages contains languagetext[0] %}
28
+ {%- else -%}
21
29
  <link data-rh="true" rel="alternate" href="{{site.url}}{{page.permalink}}" hreflang="{{languagetext[0]}}" />
30
+ {%- endif -%}
31
+
22
32
  {%- else -%}
23
33
  {%- for checklang in site.pages -%}
24
34
  {%- if checklang.permalink == i -%}
25
35
  {%- assign languagetext = [i] -%}
36
+
37
+ {% if site.noindex_languages contains languagetext[0] %}
38
+ {%- else -%}
26
39
  <link data-rh="true" rel="alternate" href="{{site.url}}/{{languagetext[0]}}" hreflang="{{languagetext[0]}}" />
40
+ {%- endif -%}
41
+
42
+
27
43
  {%- endif -%}
28
44
  {%- endfor -%}
29
45
  {%- endif -%}
@@ -35,11 +51,21 @@
35
51
  {%- assign itemlink = item.permalink | split: "/" | last-%}
36
52
  {%- if pagelink == itemlink and page.lang != item.lang and page.permalink !=
37
53
  item.permalink -%}
54
+
55
+ {% if site.noindex_languages contains languagetext[0] %}
56
+ {%- else -%}
38
57
  <link data-rh="true" rel="alternate" href="{{site.url}}{{item.permalink}}" hreflang="{{languagetext[0]}}" />
58
+ {%- endif -%}
59
+
60
+
39
61
  {%- endif -%}
40
62
  {%- if pagelink == itemlink and page.lang == item.lang -%}
41
63
 
64
+ {% if site.noindex_languages contains languagetext[0] %}
65
+ {%- else -%}
42
66
  <link data-rh="true" rel="alternate" href="{{site.url}}{{item.permalink}}" hreflang="{{languagetext[0]}}" />
67
+ {%- endif -%}
68
+
43
69
  {%- endif -%}
44
70
  {%- endfor -%}
45
71
  {%- endif -%}
@@ -19,10 +19,10 @@
19
19
  </div>
20
20
  <div class="dictonaryDropdown">
21
21
  <select class="form-select select_dropDown2" name="dictionary" aria-label="Default select example">
22
- <option value="Dictionary">Dictionary</option>
23
- <option value="twl06" id="twl06">TWL06 (US, Canada, Thailand)</option>
24
- <option selected value="sowpods" id="sowpods">SOWPODS (Uk and Others)</option>
25
- <option value="wwf" id="wwf">Enable (Words With Friends)</option>
22
+ <option value="Dictionary">All Dictionaries</option>
23
+ <option value="twl06" id="twl06">Scrabble US (TWL06)</option>
24
+ <option selected value="sowpods" id="sowpods">Scrabble UK (SOWPODS)</option>
25
+ <option value="wwf" id="wwf">Words With Friends (Enable)</option>
26
26
  </select>
27
27
  </div>
28
28
  </div>
@@ -6,7 +6,7 @@
6
6
  {%- if site.noResultPage or page.noResultPage -%}
7
7
  <style>
8
8
  .main-header {
9
- padding-top: 12vh;
9
+ /* padding-top: 12vh; */
10
10
  margin: 0px !important;
11
11
  height: auto !important;
12
12
  /* padding-bottom: 50vh; */
@@ -114,11 +114,25 @@ input[type="number"] {
114
114
  box-shadow: 3px 6px 1px 0px var(--primary-color);
115
115
  }
116
116
 
117
- .txtBox:focus{
117
+ /* .txtBox:focus {
118
118
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
119
119
  border-color: #86b7fe !important;
120
+ } */
121
+
122
+ .blinkBoxShadow {
123
+ animation: blinkBoxShadow 1s infinite alternate;
124
+ }
125
+
126
+ @keyframes blinkBoxShadow {
127
+ 0% {
128
+ box-shadow: 0 0 5px 5px var(--primary-color);
129
+ }
130
+ 100% {
131
+ box-shadow: 0 0 8px 8px var(--primary-color);
132
+ }
120
133
  }
121
134
 
135
+
122
136
  .serachSection .serachBox .letter-close-button {
123
137
  position: absolute;
124
138
  right: 300px;
@@ -818,7 +832,7 @@ summary::-webkit-details-marker {
818
832
  display: none;
819
833
  }
820
834
 
821
- .navbar-toggler{
835
+ .navbar-toggler {
822
836
  position: absolute;
823
837
  right: 10px;
824
838
  z-index: 999999;
@@ -828,7 +842,7 @@ summary::-webkit-details-marker {
828
842
  padding: 0;
829
843
  }
830
844
 
831
- .navbar-toggler img{
845
+ .navbar-toggler img {
832
846
  height: 50px;
833
847
  }
834
848
 
@@ -1,5 +1,11 @@
1
1
  let txtBox = document.querySelector('.txtBox')
2
2
  txtBox.focus()
3
+
4
+
5
+
6
+ txtBox.addEventListener("input",()=>{
7
+ txtBox.classList.add('blinkBoxShadow');
8
+ })
3
9
  let letterCloseButton = document.querySelector('.letter-close-button')
4
10
  let startsWith = document.getElementById("startsWith");
5
11
  let mustInclude = document.getElementById("mustInclude");
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.8.8
4
+ version: 2.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-12 00:00:00.000000000 Z
11
+ date: 2024-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll