word-games-theme 1.9.4 → 1.9.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: c222de8d9b86843c2d37894f42e3bc7fedccda5299d8c642fcee8ca5c3d5591d
4
- data.tar.gz: a900d1fec8869ee798cf838b83983053dd0f65d92eeda8b654ece33efe723872
3
+ metadata.gz: 861002d13c13e4c180b03b37a7d1a080279ba60ba778611b764b4f290ecda637
4
+ data.tar.gz: 56de38a6a2b9bed46d88847057544898624d2a363e935a9b869f629bfe57a0f4
5
5
  SHA512:
6
- metadata.gz: 47efc7d365c91e19ad8468e82b0d1fc367be17a64eb3d2be4179b4122fddc089a3584352a4909eb32370c888da46953ef7af9141b5f65985d3526ad0c148435a
7
- data.tar.gz: a23d988751dd96820200b90d6b4fda222777b4813aaca5ffb59fd545d0e20fdebf16844fed7d4136ebd683534fefc2942fb522f36856da47f9aa2031257909d7
6
+ metadata.gz: 8a698031d4f4393843199f0c332e095db34c903a0c04b719f381dfe0e062fd9a79bd3a50229f8153f71772df902f479c6788b0e6e2e3c94d94d6ee3f525b7c0f
7
+ data.tar.gz: 39f44cf658ebb656c78cd2e5090dcbfb34f66a9a39757a4bfbc9124437cc5a3925e409b46f04608de7c1599bc448b25f99fc4ff46477985bd58631de61044b1d
@@ -46,6 +46,16 @@
46
46
  "fa_class": "/assets/images/star.svg"
47
47
  }
48
48
  ],
49
+ "HOW_TO_CONTENT": {
50
+ "logoImageUrl": "/assets/images/check.svg",
51
+ "heading": "How to set alarm for $variable minutes:",
52
+ "steps": [
53
+ "Click on set alarm ",
54
+ "Set $variable minutes for alarm.",
55
+ "Choose sound of your choice.",
56
+ "Click submit to set alarm, that's it !."
57
+ ]
58
+ },
49
59
  "faqList": [
50
60
  {
51
61
  "Question": "Tips and tricks to Unscramble words quickly",
@@ -92,8 +92,11 @@
92
92
  </div>
93
93
  {%- endfor -%}
94
94
  {%- endfor -%}
95
+ <div class="wordsdata" style="font-size: 15px;">
96
+ {{item.conclusion}}
97
+ </div>
95
98
  </div>
96
99
  </div>
97
100
  </div>
98
101
  </div>
99
- </div>
102
+ </div>
@@ -66,9 +66,8 @@
66
66
  true -%}
67
67
  <link rel="stylesheet" href="/assets/css/bootstrap-icons.css" />
68
68
  {%- endif -%}
69
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"
70
- integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
71
- <link rel="stylesheet" href="/assets/css/blog.css">
69
+ <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
70
+ <link rel="stylesheet" href="/assets/css/blog.css?v={{ site.time | date: '%s' }}">
72
71
  {%- include google-analytics.html -%}
73
72
 
74
73
 
@@ -7,7 +7,12 @@
7
7
  <div class="footer-wrap">
8
8
  <div class="container">
9
9
  <div class="footer-single-col">
10
- <div class="row d-flex justify-content-between">
10
+ {%- if site.ezoicAds -%}
11
+ {%- assign config = 'justify-content-center' -%}
12
+ {%- else -%}
13
+ {%- assign config = 'justify-content-between' -%}
14
+ {%- endif -%}
15
+ <div class="row d-flex {{config}}">
11
16
  <div class="col-md-2 txt-secondary">
12
17
  <p class="font-weight-bold txt-primary footer_subheading">{{dataToShow.linksTitle | default:
13
18
  'Links' }}</p>
@@ -88,7 +93,8 @@
88
93
  <div class="modal-header">
89
94
  <h5 class="modal-title text-center w-100 " id="staticBackdropLabel">Select Language
90
95
  </h5>
91
- <button type="button" class="close" id="close-modal" data-dismiss="modal" aria-label="Close">
96
+ <button type="button" class="close" id="close-modal" data-dismiss="modal"
97
+ aria-label="Close">
92
98
  <span aria-hidden="true">&times;</span>
93
99
  </button>
94
100
  </div>
@@ -186,7 +192,8 @@
186
192
  <div class="modal-header">
187
193
  <h5 class="modal-title text-center w-100 " id="staticBackdropLabel">Select Language
188
194
  </h5>
189
- <button type="button" class="close" id="close-modal" data-dismiss="modal" aria-label="Close">
195
+ <button type="button" class="close" id="close-modal" data-dismiss="modal"
196
+ aria-label="Close">
190
197
  <span aria-hidden="true">&times;</span>
191
198
  </button>
192
199
  </div>
@@ -18,22 +18,24 @@
18
18
 
19
19
  {%- if site.removeBootstrapIcons !=
20
20
  true -%}
21
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.10.5/font/bootstrap-icons.min.css" integrity="sha512-ZnR2wlLbSbr8/c9AgLg3jQPAattCUImNsae6NHYnS9KrIwRdcY9DxFotXhNAKIKbAXlRnujIqUWoXXwqyFOeIQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
21
+ <link rel="stylesheet" href="/assets/css/bootstrap-icons.css" />
22
22
  {%- endif -%}
23
23
 
24
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.0/css/bootstrap.min.css" integrity="sha512-P5MgMn1jBN01asBgU0z60Qk4QxiXo86+wlFahKrsQf37c9cro517WzVSPPV1tDKzhku2iJ2FVgL67wG03SGnNA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
25
- <link rel="stylesheet" href="/assets/css/style.css">
24
+ <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
25
+
26
+
27
+ <link rel="stylesheet" href="/assets/css/style.css?v={{ site.time | date: '%s' }}">
26
28
 
27
29
  {%- if page.layout == "autogencontent"-%}
28
- <link rel="stylesheet" href="/assets/css/content.css">
30
+ <link rel="stylesheet" href="/assets/css/content.css?v={{ site.time | date: '%s' }}">
29
31
  {%- endif -%}
30
32
 
31
33
  {%- if page.layout == 'page' or page.layout == 'page2' -%}
32
- <link rel="stylesheet" href="/assets/css/wordGroup.css">
34
+ <link rel="stylesheet" href="/assets/css/wordGroup.css?v={{ site.time | date: '%s' }}">
33
35
  {%- endif -%}
34
36
 
35
37
  {%- if page.layout == 'xyzpages' -%}
36
- <link rel="stylesheet" href="/assets/css/wordGroup.css">
38
+ <link rel="stylesheet" href="/assets/css/wordGroup.css?v={{ site.time | date: '%s' }}">
37
39
  {%- endif -%}
38
40
 
39
41
  {%- if page.wordle == 'solver' -%}
@@ -52,7 +54,7 @@
52
54
  {%- endif -%}
53
55
 
54
56
  {%- if site.show_allow_ad_blocker_pop -%}
55
- <link rel="stylesheet" href="/assets/css/adBlocker.css">
57
+ <link rel="stylesheet" href="/assets/css/adBlocker.css?v={{ site.time | date: '%s' }}">
56
58
  {%- endif -%}
57
59
 
58
60
  <link rel="manifest" href="/manifest.json">
@@ -1,7 +1,6 @@
1
1
  {% assign lang = page.lang %}
2
2
  {% assign dataToShow = site.data.header[lang].data %}
3
3
  {%- assign CustomColor = site.data.theme.colors -%}
4
-
5
4
  <header id="header">
6
5
  <nav class="navbar navbar-expand-lg navbar-dark" style="background: {{CustomColor.navbarBg}}">
7
6
  <a class="navbar-brand" href="/" title="{{dataToShow.tooltip}}">
@@ -13,8 +12,6 @@
13
12
  <div class="header_bars"></div>
14
13
  <div class="header_bars"></div>
15
14
  </button>
16
-
17
- {%- if site.MonumetricID -%}
18
15
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
19
16
  <div class="navbar-nav">
20
17
  <div class="nav-item">
@@ -43,27 +40,5 @@
43
40
  </div>
44
41
  </div>
45
42
  </div>
46
- {% else %}
47
- <div class="collapse navbar-collapse" id="navbarSupportedContent">
48
- <div class="navbar-nav">
49
- <li class="nav-item">
50
- <a class="nav-link" href="/blog">Blog</a>
51
- </li>
52
- <li class="nav-item dropdown" id="navbarDropdown">
53
- <span class="nav-link dropdown-toggle" id="dropdownMenuButton" data-toggle="dropdown" role="button">
54
- More
55
- </span>
56
- <div class="top_tool_bar dropmenu dropdown-menu" aria-labelledby="navbarDropdown">
57
- {% for item in dataToShow.more %}
58
- <a class="dropdown-item" href="{{item.url}}">
59
- {{item.name}}
60
- </a>
61
- {% endfor %}
62
-
63
- </div>
64
- </li>
65
- </div>
66
- </div>
67
- {%- endif -%}
68
43
  </nav>
69
44
  </header>
@@ -10,8 +10,6 @@
10
10
  <a class="nav_menu_bar" href="/" title="{{dataToShow.tooltip}}" style="position: absolute; top:5px">
11
11
  <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
12
12
  </a>
13
-
14
- {%- if site.MonumetricID -%}
15
13
  <span class="mobile_bars"><i style="top:0px" id="bars_style" class="bi bi-list bi-2x bars"></i></span>
16
14
  <div id="open_list_bar">
17
15
  {%- if header.megaMenu -%}
@@ -41,9 +39,6 @@
41
39
  {%- endfor -%}
42
40
  {%- endif -%}
43
41
  </div>
44
- {%- endif -%}
45
-
46
-
47
42
  <div class="container" id="containerWd">
48
43
  <section class="result_sticky_nav">
49
44
  <div class="pageHeading text-center">
@@ -6,6 +6,22 @@
6
6
  <div class="faqs news">
7
7
  <p class="title mb-0">FAQ</p>
8
8
  </div>
9
+ {%- if site.ezoicAds -%}
10
+ <div class="container">
11
+ <div class="row my-xl-0">
12
+ <div class="col-md-9 mx-auto">
13
+ <div class="row">
14
+ {% for entry in dataToShow.faqList %}
15
+ <div class="col-md-6 pt-5">
16
+ <h3 class="meduim-text2 mb-2">{{entry.Question}}</h3>
17
+ <p class="meduim-text mb-0">{{entry.Answer}}</p>
18
+ </div>
19
+ {% endfor %}
20
+ </div>
21
+ </div>
22
+ </div>
23
+ </div>
24
+ {%- else -%}
9
25
  <div class="container">
10
26
  <div class="row my-xl-0">
11
27
  {% for entry in dataToShow.faqList %}
@@ -16,5 +32,7 @@
16
32
  {% endfor %}
17
33
  </div>
18
34
  </div>
35
+ {%- endif -%}
36
+
19
37
  </div>
20
38
  </div>
@@ -1,6 +1,7 @@
1
1
  {% assign file = page.fileName %}
2
2
  {% assign lang = page.lang %}
3
3
  {% assign dataToShow = site.data.[page.folderName][lang][file] %}
4
+
4
5
  <div class="container-fluid">
5
6
  <div class="row">
6
7
  <div class="ads_layout feature">
@@ -9,6 +10,7 @@
9
10
  <p class="description">{{dataToShow.feature_description}}</p>
10
11
  {%- endif -%}
11
12
  </div>
13
+ {%- if site.ezoicAds -%}
12
14
  <div class="container">
13
15
  <div class="row text-center features_data">
14
16
  {% assign totalHeaderCount = 0 %}
@@ -18,6 +20,40 @@
18
20
  {% assign totalHeaderCount = totalHeaderCount | plus: word_count %}
19
21
  {% endfor %}
20
22
 
23
+ <div class="col-md-9 mx-auto">
24
+ <div class="row">
25
+ {% for entry in dataToShow.featureList %}
26
+ <div class="col-md-6 my-3">
27
+ <div class="card-body h-100">
28
+ <img src="{{ entry.fa_class }}" loading="lazy" height="25px" width="25px"
29
+ alt="{{entry.feature_heading}}"></img>
30
+ <div class="card-title">
31
+ {%- if dataToShow.h2 -%}
32
+ {%- if totalHeaderCount > site.count_of_words_in_headings -%}
33
+ {{dataToShow.h2}}
34
+ {%- endif -%}
35
+ {%- else -%}
36
+ {{ entry.feature_heading }}
37
+ {%- endif -%}
38
+ </div>
39
+ <div class="card-text" style="color: gray;
40
+ font-size: 14px;">{{ entry.feature_text}}</div>
41
+ </div>
42
+ </div>
43
+ {% endfor %}
44
+ </div>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ {%- else -%}
49
+ <div class="container">
50
+ <div class="row text-center features_data">
51
+ {% assign totalHeaderCount = 0 %}
52
+ {% for data in dataToShow.featureList %}
53
+ {% assign words = data.feature_heading | split: " " %}
54
+ {% assign word_count = words | size %}
55
+ {% assign totalHeaderCount = totalHeaderCount | plus: word_count %}
56
+ {% endfor %}
21
57
 
22
58
  {% for entry in dataToShow.featureList %}
23
59
  <div class="col-lg-4 col-md-6 my-3">
@@ -40,6 +76,7 @@
40
76
  {% endfor %}
41
77
  </div>
42
78
  </div>
79
+ {%- endif -%}
43
80
  </div>
44
81
  </div>
45
82
 
@@ -4,6 +4,49 @@
4
4
  <h2 class="related_post_heading">Recent Posts</h2>
5
5
  {%- endif -%}
6
6
  <div class="row">
7
+ {%- if site.ezoicAds -%}
8
+ <div class="col-md-9 mx-auto">
9
+ <div class="row">
10
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
11
+ {% for post in posts limit: 6%}
12
+ {%- include /authors/authors.html -%}
13
+ <div class="col-md-6 mb-4 card-group">
14
+ <div class="card h-100">
15
+ <a href="{{ post.url }}">
16
+ <img src="{{ post.image }}" class="card-img-top" height="100%" width="100%"
17
+ loading="lazy" alt="{{post.title}}">
18
+ </a>
19
+ <div class="card-body">
20
+ <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
21
+ <h3 class="card-title mb-4 text-left">{{ post.title }}</h3>
22
+ </a>
23
+ </div>
24
+ <div class="card-footer bg-white">
25
+ <div class="wrapfooter">
26
+ {% if post.author %}
27
+ <span class="meta-footer-thumb">
28
+ <img class="author-thumb" loading="lazy" height="35px" width="35px"
29
+ src="{{image}}" alt="{{ authorName }}">
30
+ </span>
31
+ {% endif %}
32
+ <span class="author-meta">
33
+ <span class="post-name">
34
+ <a target="_blank" href="/blog">{{authorName}}</a>
35
+ </span><br>
36
+ <span class="post-date">{{post.date | date_to_string }}</span>
37
+ </span>
38
+ <!-- <p class="post-read-more">
39
+ <a class="text-dark" href="{{ post.url }}"
40
+ aria-label="Read more about blog post">Read</a>
41
+ </p> -->
42
+ </div>
43
+ </div>
44
+ </div>
45
+ </div>
46
+ {% endfor %}
47
+ </div>
48
+ </div>
49
+ {%- else -%}
7
50
  {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
8
51
  {% for post in posts limit: 6%}
9
52
  {%- include /authors/authors.html -%}
@@ -41,6 +84,7 @@
41
84
  </div>
42
85
  </div>
43
86
  {% endfor %}
87
+ {%- endif -%}
44
88
  </div>
45
89
  </div>
46
90
  </div>