word-games-theme 2.3.7 → 2.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/wordgames/en/root.json +1 -1
- data/_data/wordleSolver/en/data.json +2 -4
- data/_includes/section/blog.html +1 -1
- data/_includes/wordgames/footer/footer.html +1 -1
- data/_includes/wordgames/headings/headings.html +2 -0
- data/_includes/wordgames/howto/howto.html +8 -16
- data/_includes/wordgames/rating/rating.html +0 -2
- data/_includes/wordgames/recent-posts/recent-posts.html +4 -4
- data/_includes/wordgames/related-posts/related-posts.html +4 -4
- data/_includes/wordgames/search-box/search-box.html +1 -1
- data/_layouts/blog.html +1 -1
- data/_layouts/wordgames-blog.html +2 -2
- data/_layouts/wordgames-home.html +2 -0
- data/_layouts/wordgames-result.html +9 -1
- data/assets/css/wordgames-home.css +9 -1
- data/assets/css/wordgames-theme.css +23 -1
- data/assets/css/wordgames-variables.css +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e193b50c0938504865fc9b4efadb0bbefdea432f439708884622f2a7840ca30
|
4
|
+
data.tar.gz: b657a97db383fc3415a79762e2f0292cd70281eaac0b91dda28caa0e30650f4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f68a57132bd71984cde9c7fd869d3eb4528175eddb0a1ab53928428adb90604dffae56d5a26a020f7dc7db7e879d9f9274333996c49eacc58effb3cc53f9a8f6
|
7
|
+
data.tar.gz: 15547231cc4554e5a0240224c40c8c9da826de811e186b471b3b26f1437fa23b7c7bf2da0f8da00f66311fc5c1af9f75049726fefd05f6cb99d14a69f4650b27
|
@@ -226,7 +226,7 @@
|
|
226
226
|
}
|
227
227
|
],
|
228
228
|
"HOW_TO_CONTENT": {
|
229
|
-
"YoutubeVideoUrl": "https://www.youtube.com/watch?v=
|
229
|
+
"YoutubeVideoUrl": "https://www.youtube.com/watch?v=qv7lH5Cxu1g",
|
230
230
|
"heading": "How to set alarm for $variable minutes:",
|
231
231
|
"steps": [
|
232
232
|
"Click on set alarm ",
|
@@ -56,11 +56,9 @@
|
|
56
56
|
}
|
57
57
|
],
|
58
58
|
"jsfilepaths": [
|
59
|
-
"/assets/js/wordleSolver.js"
|
60
|
-
"https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.js"
|
59
|
+
"/assets/js/wordleSolver.js"
|
61
60
|
],
|
62
61
|
"cssfilepaths": [
|
63
|
-
"/assets/css/wordle-solver.css"
|
64
|
-
"https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.css"
|
62
|
+
"/assets/css/wordle-solver.css"
|
65
63
|
]
|
66
64
|
}
|
data/_includes/section/blog.html
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
class="card-img-top" alt="{{post.image}}">
|
26
26
|
</a>
|
27
27
|
<a href="{{ post.url }}" class="anchor_link p-3">
|
28
|
-
<
|
28
|
+
<h3 class="card-title mb-4">{{ post.title }}</h3>
|
29
29
|
</a>
|
30
30
|
<!-- / <p class="card-subtitle mb-3">{{ post.date | date_to_string }}</p> -->
|
31
31
|
{%- include authors/authors.html -%}
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<div class="col-md-10 mx-auto">
|
11
11
|
<div class="d-flex align-items-center justify-content-start footer-prducts-div-heading py-4">
|
12
12
|
|
13
|
-
<
|
13
|
+
<h4 class="text-center wordgames-h3 text-white my-4" style="font-size: 30px">Products</h4>
|
14
14
|
<hr class="flex-grow-1 mx-4 mb-0 footer-product-line"
|
15
15
|
style="height: 1px; background-color: var(--primary-color);width: 644px; max-width: 644px;">
|
16
16
|
</div>
|
@@ -2,6 +2,8 @@
|
|
2
2
|
{% assign lang = page.lang %}
|
3
3
|
{% assign dataToShow = site.data.[page.folderName][lang][file] %}
|
4
4
|
{%- assign CustomColor = site.data.theme.colors -%}
|
5
|
+
<div class="mt-4 top-banner-ad"></div>
|
6
|
+
<div class="mt-4 bottom-banner-ad"></div>
|
5
7
|
<div class="container">
|
6
8
|
<div class="pageHeading text-center" style="margin:22px 0px">
|
7
9
|
<h1 class="heading pb-0 mb-3">
|
@@ -29,20 +29,9 @@
|
|
29
29
|
{% endif %}
|
30
30
|
{% endfor %}
|
31
31
|
{% endif %}
|
32
|
-
|
33
|
-
<iframe loading="lazy" class="youtubeVideoPlayer mb-5" width="400" height="315"
|
34
|
-
src="https://www.youtube.com/embed/{{video_id}}?autoplay=0&mute=1" allowfullscreen
|
35
|
-
loading="lazy">
|
36
|
-
</iframe>
|
37
|
-
{%- else -%}
|
38
|
-
<iframe loading="lazy" class="youtubeVideoPlayer mb-5" width="500" height="315"
|
39
|
-
src="https://www.youtube.com/embed/{{video_id}}?autoplay=0&mute=1" allowfullscreen
|
40
|
-
loading="lazy">
|
41
|
-
</iframe>
|
42
|
-
{%- endif -%} -->
|
43
|
-
|
32
|
+
|
44
33
|
<div class="how-to-video" data-videoid="{{video_id}}">
|
45
|
-
<img class="youtubeVideoPlayer mb-5" width="
|
34
|
+
<img class="youtubeVideoPlayer mb-5" width="100%" height="100%" id="thumbnail-img" alt="thumbnail-img" />
|
46
35
|
<div class="youtube-play-btn-wrapper">
|
47
36
|
<button class="play-btn btn btn-primary" onClick="loadVideo()">►</button>
|
48
37
|
</div>
|
@@ -85,15 +74,17 @@
|
|
85
74
|
</section>
|
86
75
|
{%- endif -%}
|
87
76
|
|
77
|
+
|
78
|
+
{%- if dataToShow.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%}
|
88
79
|
<script>
|
89
80
|
let videoContainer = document.querySelector('.how-to-video');
|
81
|
+
let videoId = videoContainer.getAttribute("data-videoid")
|
90
82
|
let thumbnail = document.getElementById('thumbnail-img');
|
91
|
-
let videoId =videoContainer.getAttribute("data-videoid")
|
92
83
|
let thumbnailUrl = 'https://img.youtube.com/vi/' + videoId + '/maxresdefault.jpg';
|
93
84
|
|
94
85
|
// Function to load video
|
95
86
|
function loadVideo() {
|
96
|
-
videoContainer.innerHTML = '<iframe loading="lazy" class="youtubeVideoPlayer mb-5" width="
|
87
|
+
videoContainer.innerHTML = '<iframe loading="lazy" class="youtubeVideoPlayer mb-5" width="100%" height="315" src="https://www.youtube.com/embed/' + videoId + '?autoplay=1&mute=1" allowfullscreen></iframe>';
|
97
88
|
}
|
98
89
|
// Function to handle lazy loading of the thumbnail
|
99
90
|
function lazyLoadThumbnail(entries, observer) {
|
@@ -111,4 +102,5 @@
|
|
111
102
|
observer.observe(thumbnail);
|
112
103
|
// Optionally, you can add an event listener to trigger video loading on click or other interactions
|
113
104
|
thumbnail.addEventListener('click', loadVideo);
|
114
|
-
</script>
|
105
|
+
</script>
|
106
|
+
{%- endif -%}
|
@@ -8,8 +8,6 @@
|
|
8
8
|
<img id="rating-img" loading='lazy' src="/assets/images/rating.webp" alt="rating-img">
|
9
9
|
<div class="rating-text">Rate this tool</div>
|
10
10
|
<div class="rating-stars">
|
11
|
-
|
12
|
-
|
13
11
|
<svg class="rating-star" width="56" height="53" viewBox="0 0 56 53" fill="gray"
|
14
12
|
xmlns="http://www.w3.org/2000/svg">
|
15
13
|
<path
|
@@ -28,8 +28,8 @@
|
|
28
28
|
</a> -->
|
29
29
|
<div class="card-body">
|
30
30
|
<a href="{{ post.url }}" class="anchor_link">
|
31
|
-
<
|
32
|
-
</
|
31
|
+
<h3 class="card-title mb-4">{{ post.title }}
|
32
|
+
</h3>
|
33
33
|
<p class="post-desc"> {{post.description}}</p>
|
34
34
|
</a>
|
35
35
|
</div>
|
@@ -70,8 +70,8 @@
|
|
70
70
|
</a> -->
|
71
71
|
<div class="card-body">
|
72
72
|
<a href="{{ post.url }}" class="anchor_link">
|
73
|
-
<
|
74
|
-
</
|
73
|
+
<h3 class="card-title mb-4">{{ post.title }}
|
74
|
+
</h3>
|
75
75
|
<p class="post-desc"> {{post.description}}</p>
|
76
76
|
</a>
|
77
77
|
</div>
|
@@ -80,8 +80,8 @@
|
|
80
80
|
</a> -->
|
81
81
|
<div class="card-body">
|
82
82
|
<a href="{{ post.url }}" class="anchor_link">
|
83
|
-
<
|
84
|
-
</
|
83
|
+
<h3 class="card-title mb-4">{{ post.title }}
|
84
|
+
</h3>
|
85
85
|
<p class="post-desc"> {{post.description}}</p>
|
86
86
|
</a>
|
87
87
|
</div>
|
@@ -161,8 +161,8 @@
|
|
161
161
|
</a> -->
|
162
162
|
<div class="card-body">
|
163
163
|
<a href="{{ post.url }}" class="anchor_link">
|
164
|
-
<
|
165
|
-
</
|
164
|
+
<h3 class="card-title mb-4">{{ post.title }}
|
165
|
+
</h3>
|
166
166
|
<p class="post-desc"> {{post.description}}</p>
|
167
167
|
</a>
|
168
168
|
</div>
|
@@ -26,7 +26,7 @@
|
|
26
26
|
</div>
|
27
27
|
</div>
|
28
28
|
<input style="background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn"
|
29
|
-
id="serach"
|
29
|
+
id="serach">
|
30
30
|
<div class="dictonaryDropdown">
|
31
31
|
<select class="form-select select_dropDown2" name="dictionary" aria-label="Default select example">
|
32
32
|
<option value="Dictionary">Dictionary</option>
|
data/_layouts/blog.html
CHANGED
@@ -51,8 +51,8 @@
|
|
51
51
|
</a> -->
|
52
52
|
<div class="card-body">
|
53
53
|
<a href="{{ post.url }}" class="anchor_link">
|
54
|
-
<
|
55
|
-
</
|
54
|
+
<h3 class="card-title mb-4">{{ post.title }}
|
55
|
+
</h3>
|
56
56
|
<p class="post-desc"> {{post.description}}</p>
|
57
57
|
</a>
|
58
58
|
</div>
|
@@ -2,8 +2,16 @@
|
|
2
2
|
<html lang="en">
|
3
3
|
|
4
4
|
{%- include wordgames/head/head.html -%}
|
5
|
-
|
5
|
+
<style>
|
6
|
+
.wordgametheme-sidebar-left,.wordgametheme-sidebar-right{
|
7
|
+
z-index: 9999999;
|
8
|
+
}
|
9
|
+
</style>
|
6
10
|
<body>
|
11
|
+
{%- if site.newFeatureBox -%}
|
12
|
+
<div class="wordgametheme-sidebar-left"></div>
|
13
|
+
<div class="wordgametheme-sidebar-right"></div>
|
14
|
+
{%- endif -%}
|
7
15
|
|
8
16
|
{%- include wordgames/result-page/result-page.html -%}
|
9
17
|
|
@@ -37,6 +37,11 @@ input[type="number"] {
|
|
37
37
|
}
|
38
38
|
|
39
39
|
|
40
|
+
#header-img{
|
41
|
+
position: absolute;
|
42
|
+
width: 100%;
|
43
|
+
top:0px;
|
44
|
+
}
|
40
45
|
/* headings css */
|
41
46
|
.main-header {
|
42
47
|
background: url(/assets/images/background.svg) no-repeat;
|
@@ -120,6 +125,7 @@ input[type="number"] {
|
|
120
125
|
}
|
121
126
|
|
122
127
|
.serachSection .serachBox .serachBtn {
|
128
|
+
color: var(--primary-color);
|
123
129
|
background-color: var(--primary-color) !important;
|
124
130
|
background: url(/assets/images/search.svg) no-repeat center center;
|
125
131
|
background-size: 35px 35px;
|
@@ -761,7 +767,9 @@ summary::-webkit-details-marker {
|
|
761
767
|
.overlay {
|
762
768
|
display: none;
|
763
769
|
}
|
764
|
-
|
770
|
+
#header-img{
|
771
|
+
display: none;
|
772
|
+
}
|
765
773
|
.txt-box-container {
|
766
774
|
padding: 0 1rem;
|
767
775
|
}
|
@@ -1,4 +1,3 @@
|
|
1
|
-
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300&display=swap');
|
2
1
|
|
3
2
|
* {
|
4
3
|
margin: 0;
|
@@ -225,3 +224,26 @@ header {
|
|
225
224
|
.footer-bottom .modal .close {
|
226
225
|
font-size: 3rem;
|
227
226
|
}
|
227
|
+
|
228
|
+
|
229
|
+
/* ads css */
|
230
|
+
.top-banner-ad{
|
231
|
+
display: none;
|
232
|
+
width: 100%;
|
233
|
+
/* height: 80px; */
|
234
|
+
}
|
235
|
+
|
236
|
+
.bottom-banner-ad{
|
237
|
+
width: 100%;
|
238
|
+
height: 80px;
|
239
|
+
display: none;
|
240
|
+
position: fixed;
|
241
|
+
bottom: 0;
|
242
|
+
z-index: 999;
|
243
|
+
}
|
244
|
+
@media (max-width: 768px) {
|
245
|
+
.top-banner-ad,.bottom-banner-ad{
|
246
|
+
display: block;
|
247
|
+
}
|
248
|
+
|
249
|
+
}
|
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.3.
|
4
|
+
version: 2.3.9
|
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-12-
|
11
|
+
date: 2023-12-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|