appscms-tools-theme 2.0.5 → 2.0.9

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: d641c198fd933cd2983036db74bac2cb0022adc3634fbd99cd8963c676191456
4
- data.tar.gz: b6386718370901403ff2110736fa5d159f4b1db73d1e1d559035d17a17183912
3
+ metadata.gz: 53756f87ca5a4f73039684a97fff5c5a9a67b92eec99d8301ef17df51720eaa5
4
+ data.tar.gz: fcf7fbd8a9f3ac782c1bd1f579a2f8c39a32ef2463b829cb770b7e00a7a3c0e0
5
5
  SHA512:
6
- metadata.gz: 6d79cfbcac5cd0a643d14c69a0d415cea120653e0d1cff6c5560fdc49ccbd6f455f3ac2d4cbd3c1308edeed0e7fdde4f25bec0b046211feca9f7eef89695c5c3
7
- data.tar.gz: b5f73bf0e6d673abc43a3b37b334bc748f0fe8e4abe8b3a9a551f2c7211facd802e4c6cab72df098696794f5827ad3749eb2770caf35016b0f224bc9a9af6ee0
6
+ metadata.gz: eabaac25e7f4801fce6103a77df00d4da11b5a8bd74a36ae29dc9072f95ebaba889f6ca62d6eded1a0d163aaab028c62f12e7691e1767335bb83765c1121468e
7
+ data.tar.gz: 30baf2d3e5fd9ea8d6e8c6af6ba2de5bf02dbd1a39354599f9bd396fbdaa935d0825e09a0f4700447f6ba9e0224e35c16420c94e39833615eceb3506d950e7bf
@@ -50,7 +50,7 @@
50
50
  {% elsif page.layout == "termAndCondition" %}
51
51
  <title>{{site.name}} - Terms and conditions | {{title}}</title>
52
52
  {% elsif page.layout == "disclaimer" %}
53
- <title>{{site.name}} - Disclaimer | {{itle}}</title>
53
+ <title>{{site.name}} - Disclaimer | {{title}}</title>
54
54
  {% elsif page.layout == "privacyPolicy" %}
55
55
  <title>{{site.name}} - Privacy policy | {{title}}</title>
56
56
  {% elsif page.layout == "contactUs" %}
@@ -208,5 +208,6 @@
208
208
  {%- endif -%}
209
209
 
210
210
  {%- include monumetric/ads.html -%}
211
+ {%- include monumetric/profitablecpmgate.html -%}
211
212
 
212
213
  </head>
@@ -0,0 +1,52 @@
1
+ {% if page.url != '/' %}
2
+ {% if jekyll.environment == 'production' and site.profitablecpmgateId %}
3
+ <script>
4
+ const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
5
+ eventList.forEach(function (event) {
6
+ window.addEventListener(event, triggerScripts, { passive: true })
7
+ });
8
+
9
+ function triggerScripts() {
10
+ runScripts();
11
+ eventList.forEach(function (event) {
12
+ window.removeEventListener(event, triggerScripts, { passive: true });
13
+ });
14
+ }
15
+
16
+ function runScripts() {
17
+ document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
18
+ scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
19
+ });
20
+ }
21
+ </script>
22
+ <script type="text/javascript" delay="/assets/js/append-div.js"></script>
23
+ <script async="async" type="text/javascript" data-cfasync="false"
24
+ delay="//pl17448257.profitablecpmgate.com/{{site.profitablecpmgateId}}/invoke.js"></script>
25
+ {% endif %}
26
+
27
+ {% if jekyll.environment == 'development' and site.profitablecpmgateId %}
28
+ <script>
29
+ const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
30
+ eventList.forEach(function (event) {
31
+ window.addEventListener(event, triggerScripts, { passive: true })
32
+ });
33
+
34
+ function triggerScripts() {
35
+ runScripts();
36
+ eventList.forEach(function (event) {
37
+ window.removeEventListener(event, triggerScripts, { passive: true });
38
+ });
39
+ }
40
+
41
+ function runScripts() {
42
+ document.querySelectorAll("script[delay]").forEach(function (scriptTag) {
43
+ scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
44
+ });
45
+ }
46
+ </script>
47
+ <script type="text/javascript" delay="/assets/js/append-div.js"></script>
48
+ <script async="async" type="text/javascript" data-cfasync="false"
49
+ delay="//pl17448257.profitablecpmgate.com/{{site.profitablecpmgateId}}/invoke.js"></script>
50
+
51
+ {% endif %}
52
+ {% endif %}
@@ -4,6 +4,11 @@
4
4
  {%- assign $folderName = '$folderName' -%}
5
5
  <script defer="defer" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" {%- if site.crossorigin
6
6
  -%} {{ }} crossorigin {%- endif -%}></script>
7
+ {%- if site.safeui -%}
8
+ code
9
+ {%- endif -%}
10
+ <script src="/assets/js/theme.js"></script>
11
+
7
12
  <script defer="defer" src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
8
13
  integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
9
14
  {{site.data.customcdns.customcdns.jsfiles}}
@@ -10,7 +10,7 @@
10
10
  {% include header/index.html %}
11
11
  {%- if site.safeui -%}
12
12
  <div class="alert alert-{{featureData.variant | default: 'info'}} alert-dismissible fade show text-center"
13
- role="alert">
13
+ role="alert" id="safeui-alert">
14
14
  <div class="container">
15
15
  <img src="/assets/secure.svg" height="23px" width="18px" alt="secure" {%- if site.crossorigin -%}
16
16
  crossorigin {%- endif -%}> &nbsp;
@@ -67,16 +67,16 @@
67
67
  </div>
68
68
  </div>
69
69
  {%- if site.noFeatureBox == true -%}
70
- <div class="feature-content-box">
70
+ <div class="feature-content-box" id="theme-content-box">
71
71
  {{content}}
72
72
  </div>
73
73
  {%- else -%}
74
74
  {%- if page.noBox == true -%}
75
- <div class="feature-content-box">
75
+ <div class="feature-content-box" id="theme-content-box">
76
76
  {{content}}
77
77
  </div>
78
78
  {%- else -%}
79
- <div class="box-padding">
79
+ <div class="box-padding" id="theme-content-box">
80
80
  <div class="d-flex" id="__cond-922051">
81
81
  <div class="flex-container">
82
82
  <div class="flex-class">
data/_layouts/home.html CHANGED
@@ -9,7 +9,7 @@
9
9
  <body>
10
10
  {% include header/index.html %}
11
11
  {%- if homeData.nofileupload -%}
12
- <div class="alert alert-{{homeData.variant | default: 'info'}} alert-dismissible fade show text-center"
12
+ <div id="safeui-alert" class="alert alert-{{homeData.variant | default: 'info'}} alert-dismissible fade show text-center"
13
13
  role="alert">
14
14
  <div class="container"> <img src="/assets/secure.svg" height="23px" width="18px" alt="secure" {%- if
15
15
  site.crossorigin -%} crossorigin {%- endif -%}> &nbsp;
@@ -85,7 +85,7 @@
85
85
  </div>
86
86
  {%- endif -%}
87
87
  {%- endif -%}
88
- <div class="home-content-box">
88
+ <div class="home-content-box" id="theme-content-box">
89
89
  {{content}}
90
90
  </div>
91
91
  {%- if homeData.TEXTUAL_CONTENT -%}
data/assets/js/ads.js CHANGED
@@ -1 +1,8 @@
1
- (function(s,u,z,p){s.src=u,s.setAttribute('data-zone',z),p.appendChild(s);})(document.createElement('script'),'https://inklinkor.com/tag.min.js',5225477,document.body%7C%7Cdocument.documentElement)
1
+ ;(function (s, u, z, p) {
2
+ ;(s.src = u), s.setAttribute('data-zone', z), p.appendChild(s)
3
+ })(
4
+ document.createElement('script'),
5
+ 'https://inklinkor.com/tag.min.js',
6
+ 5225477,
7
+ document.body || document.documentElement
8
+ )
@@ -0,0 +1,10 @@
1
+ ---
2
+ ---
3
+ function insertAfter(referenceNode, newNode) {
4
+ referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling)
5
+ }
6
+ let themeContentBox = document.getElementById('theme-content-box')
7
+ const div = document.createElement('div')
8
+ const profitablecpmgateId = '{{site.profitablecpmgateId}}'
9
+ div.setAttribute('id', `container-${profitablecpmgateId}`)
10
+ insertAfter(themeContentBox, div)
@@ -0,0 +1,11 @@
1
+ $(document).ready(function () {
2
+ var safuiAlert = $('#safeui-alert')
3
+ if (safuiAlert) {
4
+ safuiAlert
5
+ .first()
6
+ .delay(10000)
7
+ .slideUp(1000, function () {
8
+ $(this).remove()
9
+ })
10
+ }
11
+ })
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-08 00:00:00.000000000 Z
11
+ date: 2022-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -118,6 +118,7 @@ files:
118
118
  - _includes/languages/languages.html
119
119
  - _includes/monumetric/ads.html
120
120
  - _includes/monumetric/monumetric.html
121
+ - _includes/monumetric/profitablecpmgate.html
121
122
  - _includes/nofiletransfer/nofiletransfer.html
122
123
  - _includes/paginationBlogPage.html
123
124
  - _includes/paginationPostPage.html
@@ -298,12 +299,14 @@ files:
298
299
  - assets/js/TopScroll.js
299
300
  - assets/js/adBlocker.js
300
301
  - assets/js/ads.js
302
+ - assets/js/append-div.js
301
303
  - assets/js/featureResult.js
302
304
  - assets/js/googledrive.js
303
305
  - assets/js/homeResult.js
304
306
  - assets/js/manifest.json
305
307
  - assets/js/multiselect.js
306
308
  - assets/js/redirectResult.js
309
+ - assets/js/theme.js
307
310
  - assets/linkdin.svg
308
311
  - assets/noserverupload.svg
309
312
  - assets/pdf.svg