word-games-theme 1.3.8 → 1.4.1

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: 02ee41c2cfb21fc49bbafe26838eb5c1105b92f8e9e3c9ff477b70d58f2563c4
4
- data.tar.gz: 1b91abb9eb5ce94e35d314dc89f1236e9f8b946285502b4afd072e8479d3b510
3
+ metadata.gz: 76948f748c93570cfed33b5ff486a7d8c63e01d09ef4f2590282c3fcf7b0cf7a
4
+ data.tar.gz: 34e573efd53f7d2ab2f29168d848139a260f7ce75f521d007e587411e3791421
5
5
  SHA512:
6
- metadata.gz: cb0e87dcb1fbe7c7080252a81b4d38f5442175f775039405f4c0f36302f834121f8f9fb23ad126b117f4e2478e152f1f812ddd3574700c3b16350c47be072a39
7
- data.tar.gz: 56c966a3dbe5f44b14f1cead48a58579b619b6b4ac942f8329ffe0dd29a33d2faa23764155177f4d91b8c06f15639a1905943eed1b4454887bb9dbbb8f7cd5ff
6
+ metadata.gz: 2e56f3436fe260ae6d529f9d43fdca230b0e3c4580cc4134f70aa1d8f6eb503e0f9bc70b868fef4f80bac4aa10df8743723c8d67993f39b3c2508fb5ece5abd9
7
+ data.tar.gz: 41f451f77b24421f71e9945f5c25bacc50a7e339300ed662c80bacaafbdf62b7caec24b15741aa8f96c03eb3b92fc890b3b5f831f2b2383d373b204cac6a9289
@@ -70,6 +70,4 @@
70
70
  <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
71
71
 
72
72
  {%- include google-analytics.html -%}
73
- <!-- {% include adsense/adsense.html %} -->
74
- {% include Monumetric/Monumetric.html %}
75
73
  </head>
@@ -107,9 +107,4 @@
107
107
 
108
108
  {%- include google-analytics.html -%}
109
109
 
110
- {% if page.url != '/' and page.lang == "en" %}
111
- {% include Monumetric/Monumetric.html %}
112
- {% endif %}
113
-
114
-
115
110
  </head>
@@ -6,50 +6,46 @@
6
6
  <header id="header">
7
7
  <!-- navigation startss -->
8
8
  <nav class="navbar navbar-expand-lg navbar-dark" style="background: {{CustomColor.navbarBg}}">
9
-
10
9
  <a class="navbar-brand" href="/" title="{{dataToShow.tooltip}}">
11
10
  <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
12
11
  </a>
13
-
14
12
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
15
13
  <i class="bi bi-list bi-2x bars"></i>
16
14
  </button>
17
15
 
18
16
  {%- if site.MonumetricID -%}
19
17
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
20
- <ul class="navbar-nav">
21
- <li class="nav-item">
18
+ <div class="navbar-nav">
19
+ <div class="nav-item">
22
20
  <a class="nav-link" href="/blog">Blog</a>
23
- </li>
24
-
25
-
26
- <li class="nav-item dropdown">
21
+ </div>
22
+ <div class="nav-item dropdown">
27
23
  <a class="nav-link dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown"
28
24
  aria-expanded="false">
29
25
  More
30
26
  </a>
31
27
  {%- if dataToShow.megaMenu -%}
32
- <ul class="dropdown-menu top_tool_bar" aria-labelledby="dropdownMenuButton">
28
+ <div class="dropdown-menu top_tool_bar" aria-labelledby="dropdownMenuButton">
33
29
  {%- for item in dataToShow.megaMenu.dropdown -%}
34
30
  <div class="catPad mb-4">
35
- <li style="margin: 0 0 20px;" class="text-muted">{{item.categoryName}}</li>
31
+ <div style="margin: 0 0 20px;" class="text-muted">{{item.categoryName}}</div>
36
32
  {%- for item in item.links -%}
37
- <li style="margin:0 0 15px">
33
+ <div style="margin:0 0 15px">
38
34
  <a class="dropdown-item p-0" href="{{item.url}}">
39
35
  {{item.name}}
40
36
  </a>
41
- </li>
37
+ </div>
42
38
  {%- endfor -%}
43
39
  </div>
44
40
  {%- endfor -%}
45
- </ul>
41
+ </div>
46
42
  {%- endif -%}
47
- </li>
48
- </ul>
43
+ </div>
44
+ </div>
49
45
  </div>
50
46
  {% else %}
51
47
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
52
- <ul class="navbar-nav">
48
+ <div class="navbar-nav">
53
49
  <li class="nav-item">
54
50
  <a class="nav-link" href="/blog">Blog</a>
55
51
  </li>
@@ -59,7 +55,6 @@
59
55
  More
60
56
  </a>
61
57
  <div class="top_tool_bar dropdown-menu" aria-labelledby="navbarDropdown">
62
-
63
58
  {% for item in dataToShow.more %}
64
59
  <a class="dropdown-item" href="{{item.url}}">
65
60
  {{item.name}}
@@ -68,7 +63,7 @@
68
63
 
69
64
  </div>
70
65
  </li>
71
- </ul>
66
+ </div>
72
67
  </div>
73
68
  {%- endif -%}
74
69
  </nav>
@@ -15,13 +15,7 @@
15
15
  <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
16
16
  </a>
17
17
 
18
- <!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
19
- <div id="ezoic-pub-ad-placeholder-109"> </div>
20
- <!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
21
18
 
22
- <!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
23
- <div id="ezoic-pub-ad-placeholder-110"> </div>
24
- <!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
25
19
 
26
20
  {%- if site.MonumetricID -%}
27
21
 
@@ -159,6 +153,17 @@
159
153
  </div>
160
154
  </nav>
161
155
  <!-- </header> -->
156
+
157
+ <!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
158
+ <div id="ezoic-pub-ad-placeholder-109"> </div>
159
+ <!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
160
+
161
+ <!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
162
+ <div id="ezoic-pub-ad-placeholder-110"> </div>
163
+ <!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
164
+
165
+
166
+
162
167
  <div class="container" id="containerWd">
163
168
  {%- if page.layout == "page2" -%}
164
169
 
@@ -54,7 +54,7 @@
54
54
  }
55
55
  </style>
56
56
 
57
- {% include Monumetric/Monumetric.html %}
57
+
58
58
 
59
59
  </head>
60
60
 
data/assets/css/blog.css CHANGED
@@ -572,20 +572,20 @@ header {
572
572
 
573
573
 
574
574
  /* for ezoic ads css */
575
- /* #ezoic-pub-ad-placeholder-109 {
576
- position: fixed;
577
- left: 0;
578
- width: 170px;
579
- height: 100vh;
575
+ #ezoic-pub-ad-placeholder-109 {
576
+ position: absolute;
580
577
  top: 60px;
578
+ left: 0;
581
579
  z-index: 99999;
580
+ /* width: 160px;
581
+ height: 100vh; */
582
582
  }
583
583
 
584
584
  #ezoic-pub-ad-placeholder-110 {
585
- position: fixed;
586
- right: 0;
587
- width: 170px;
588
- height: 100vh;
585
+ position: absolute;
589
586
  top: 60px;
587
+ right: 0;
590
588
  z-index: 99999;
591
- } */
589
+ /* width: 160px;
590
+ height: 100vh; */
591
+ }
data/assets/css/style.css CHANGED
@@ -583,20 +583,20 @@ header {
583
583
 
584
584
 
585
585
  /* for ezoic ads css */
586
- /* #ezoic-pub-ad-placeholder-109 {
587
- position: fixed;
586
+ #ezoic-pub-ad-placeholder-109 {
587
+ position: absolute;
588
+ top: 60px;
588
589
  left: 0;
589
- width: 170px;
590
- height: 100vh;
591
- top: 65px;
592
590
  z-index: 99999;
591
+ /* width: 160px;
592
+ height: 100vh; */
593
593
  }
594
594
 
595
595
  #ezoic-pub-ad-placeholder-110 {
596
- position: fixed;
596
+ position: absolute;
597
+ top: 60px;
597
598
  right: 0;
598
- width: 170px;
599
- height: 100vh;
600
- top: 65px;
601
599
  z-index: 99999;
602
- } */
600
+ /* width: 160px;
601
+ height: 100vh; */
602
+ }
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: 1.3.8
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-08-30 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll