word-games-theme 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6409bd08518f07e72403caf4b01b18b8c58228f5dfa44e1173f07583217b1c14
4
- data.tar.gz: 034f2f9c48a9bd5d7a2368ddbba3d4e0825244fcc20fbde8a85d2ad9672d9512
3
+ metadata.gz: a411013804718321bc4795c345acdb82cbdefdf7182cebef2651b9fdaeceb9e5
4
+ data.tar.gz: 791c421fb697e3caf75b955e9f1ae761f0523a4dc01120c19235614ce99b5f2a
5
5
  SHA512:
6
- metadata.gz: bdd0e0f7b77c51c699dec006d31dd5c23ebbd2ecbe72552878b61a4e4bcd27b57122bfd33c45124b338df6f572174d1cf34753323e144c737e21d7922ae1de53
7
- data.tar.gz: 01b2f85572dae8a430889a106b5ba40910610d1e000f8b108ace7696ae1c5ff34389b842ac6125e714c4dcf8e4730c1c3699fd77c9ff7b18b2a4bd24af3e11e0
6
+ metadata.gz: 9adabd67dd7fbc995bb728d0dd2f3bbfc245a975082ba567ed2270187481ea46e9075df093deaf4c36aec2e626a2e7720f9b636c0588fdf8166977f53a676865
7
+ data.tar.gz: ace616d2a6d3753a2f09b04d71315d31180ae589ae43a3befa13b99836e47bc6bdbca0508440dfd1428526562680c628dd4a981ac5535ff22961a87cfcf057f9
@@ -107,6 +107,9 @@
107
107
 
108
108
  {%- include google-analytics.html -%}
109
109
 
110
+ {% if page.url != '/' %}
110
111
  {% include Monumetric/Monumetric.html %}
112
+ {% endif %}
113
+
111
114
 
112
115
  </head>
data/_includes/howto.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <section class="how-to-section">
4
4
 
5
5
 
6
- {%- if site.MonumetricID -%}
6
+ {%- if site.MonumetricID and page.url != '/'-%}
7
7
  <div class="ads_layout">
8
8
  <h5 class="title">{{dataToShow.howto}}</h5>
9
9
  </div>
@@ -18,7 +18,7 @@
18
18
 
19
19
  <div class="container">
20
20
  <div class="row pt-5 justify-content-center">
21
- {% if site.MonumetricID %}
21
+ {% if site.MonumetricID and page.url != '/' %}
22
22
  <div class="col-md-4 order-0 ">
23
23
  {%- if dataToShow.HOW_TO_CONTENT.logoImageUrl -%}
24
24
  <div class="how-to-img-wrapper ">
@@ -4,7 +4,7 @@
4
4
  <div class="container-fluid">
5
5
  <div class="row">
6
6
 
7
- {%- if site.MonumetricID -%}
7
+ {%- if site.MonumetricID and page.url != '/' -%}
8
8
  <div class="ads_layout">
9
9
  <h5 class="title">{{dataToShow.feature_title}}</h5>
10
10
  <p class="description">{{dataToShow.feature_description}}</p>
@@ -21,7 +21,7 @@
21
21
  <div class="container">
22
22
  <!--class earlier= col-xl-9 col-lg-12-->
23
23
  <div class="row text-center features_data">
24
- {% if site.MonumetricID %}
24
+ {% if site.MonumetricID and page.url != '/' %}
25
25
  {% for entry in dataToShow.featureList %}
26
26
  <div class="col-md-8 my-3 mx-auto">
27
27
  <div class="card-body h-100">
@@ -7,7 +7,7 @@
7
7
 
8
8
 
9
9
 
10
- {%- if site.MonumetricID -%}
10
+ {%- if site.MonumetricID and page.url != '/' -%}
11
11
  <div class="ads_layout">
12
12
  <h5 class="title">{{dataToShow.Faq_title}}</h5>
13
13
  </div>
@@ -23,7 +23,7 @@
23
23
  <div class="container">
24
24
  <!--class earlier=col-xl-9 col-lg-12 -->
25
25
  <div class="row my-xl-0">
26
- {% if site.MonumetricID %}
26
+ {% if site.MonumetricID and page.url != '/' %}
27
27
  {% for entry in dataToShow.faqList %}
28
28
  <div class="col-md-8 mx-auto pt-5">
29
29
  <p class="meduim-text2 text-center mb-0">{{entry.Question}}</p>
@@ -1,7 +1,7 @@
1
1
  <div class="container">
2
2
  <div class="relatedPosts">
3
3
 
4
- {% if site.MonumetricID %}
4
+ {% if site.MonumetricID and page.url != '/' %}
5
5
  <div class="row">
6
6
  <div class="col-lg-8 mx-auto">
7
7
  {%- if site.posts.size>0 -%}
@@ -53,7 +53,7 @@
53
53
  {%- include section/recent_posts.html -%}
54
54
  {% endif %}
55
55
 
56
- {%- if site.MonumetricID -%}
56
+ {%- if site.MonumetricID and page.url != '/' -%}
57
57
  {%- include footer/unqFooter.html -%}
58
58
  {%- else -%}
59
59
  {%- include footer/index.html -%}
@@ -85,7 +85,7 @@
85
85
  flex-direction: row !important;
86
86
  display: flex;
87
87
  overflow: hidden;
88
- margin: 0 35px;
88
+ margin: 0 20px;
89
89
  }
90
90
  .tab_link_wrapper {
91
91
  display: flex;
@@ -122,8 +122,8 @@ a {
122
122
  padding: 3px;
123
123
  border: none;
124
124
  position: absolute;
125
- top: 15px;
126
- right: 43px;
125
+ top: 14px;
126
+ right: 20px;
127
127
  }
128
128
  #prev {
129
129
  background: url('/assets/images/prev.webp');
@@ -133,8 +133,8 @@ a {
133
133
  padding: 3px;
134
134
  border: none;
135
135
  position: absolute;
136
- top: 15px;
137
- left: 43px;
136
+ top: 14px;
137
+ left: 20px;
138
138
  }
139
139
 
140
140
  @media (max-width: 768px) {
@@ -172,6 +172,17 @@ a {
172
172
  left: 112px;
173
173
  bottom: 8px;
174
174
  }
175
+ .tab_link{
176
+ font-size: 12px;
177
+ }
178
+ #prev{
179
+ top:12px;
180
+ left: 15px;
181
+ }
182
+ #next{
183
+ top:12px;
184
+ right: 15px;
185
+ }
175
186
  }
176
187
 
177
188
  @media (min-width: 576px) {
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.1.7
4
+ version: 1.1.8
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-03-28 00:00:00.000000000 Z
11
+ date: 2022-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll