appscms-tools-theme 5.3.9 → 5.4.0

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: 32c3bbbc1679b6d62991152c20752c3f280b5e440064fdf05d1c402b152208f1
4
- data.tar.gz: 4f436e82b3f457c699113b4a03c75c6997a186551b7a7547f69a491a3a99683c
3
+ metadata.gz: 7f09f3a5c0ee771d8107b1e1e0ef225167ab2452c6a1b094007c2cd176261a29
4
+ data.tar.gz: a72010d8f3d4a9f72acb6f43985a0ff42f35cf092547b7a4bf43f7002e4acd92
5
5
  SHA512:
6
- metadata.gz: f11debc00f8eb3c0a489f50c517c1b6738c5430e348229fc02e3ba45d2981975b5676f0ec27470d5978e6ba2898ab40d85df22e211d14294eda27b59f8614dc0
7
- data.tar.gz: 88ac2ad64e0b2c0400d436c5feb88ed680d89c807fbd9e57523bc7db3d2d562cdf760fc473a0f99719c440fe25baeb2695bc7900d29ca1d45ddc38721c353a4f
6
+ metadata.gz: ac50a9377d6085fd6f2b9fa5bb9458d3ba9da5c544e41f957d8c940ee96201c3039a0c26f7171d0165b178a0d0ade49545d049ba18cc837eda7a7a39fed44c41
7
+ data.tar.gz: 4fb0046d8c346b35f206aad4c5683928ec4ca063559a5037f967abcc7b01b198333cbef22f5ba49e00dbfe54a64e69ca68584cc1cd2e02e2ab0f65a094ea451b
@@ -0,0 +1,68 @@
1
+ {% if jekyll.environment == 'production' and site.adsterra.enabled %}
2
+
3
+ <style>
4
+ /* Ad ko center mein rakhne ke liye wrapper */
5
+ .ad-wrapper {
6
+ display: flex;
7
+ justify-content: center;
8
+ margin: 20px 0;
9
+ width: 100%;
10
+ }
11
+
12
+ /* By default Mobile ad hide rahega aur Desktop dikhega */
13
+ .ad-mobile {
14
+ display: none;
15
+ }
16
+
17
+ .ad-desktop {
18
+ display: block;
19
+ }
20
+
21
+ /* Jab screen 768px se kam ho (Mobile/Tablet) */
22
+ @media screen and (max-width: 767px) {
23
+ .ad-desktop {
24
+ display: none;
25
+ /* Desktop ad hide ho jayega */
26
+ }
27
+
28
+ .ad-mobile {
29
+ display: block;
30
+ /* Mobile ad show ho jayega */
31
+ }
32
+ }
33
+ </style>
34
+
35
+ <div class="ad-wrapper">
36
+ {% if site.adsterra.desktop_banner %}
37
+ <div class="ad-desktop">
38
+ <script type="text/javascript">
39
+ atOptions = {
40
+ 'key': '{{ site.adsterra.desktop_banner }}',
41
+ 'format': 'iframe',
42
+ 'height': 90,
43
+ 'width': 728,
44
+ 'params': {}
45
+ };
46
+ </script>
47
+ <script type="text/javascript"
48
+ src="https://www.highperformanceformat.com/{{ site.adsterra.desktop_banner }}/invoke.js"></script>
49
+ </div>
50
+ {% endif %}
51
+
52
+ {% if site.adsterra.mobile_banner %}
53
+ <div class="ad-mobile">
54
+ <script type="text/javascript">
55
+ atOptions = {
56
+ 'key': '{{ site.adsterra.mobile_banner }}',
57
+ 'format': 'iframe',
58
+ 'height': 250,
59
+ 'width': 300,
60
+ 'params': {}
61
+ };
62
+ </script>
63
+ <script type="text/javascript"
64
+ src="https://www.highperformanceformat.com/{{ site.adsterra.mobile_banner }}/invoke.js"></script>
65
+ </div>
66
+ {% endif %}
67
+ </div>
68
+ {% endif %}
@@ -0,0 +1,9 @@
1
+ {% if jekyll.environment == 'production' and site.adsterra.enabled %}
2
+ <script
3
+ async="async"
4
+ data-cfasync="false"
5
+ src="https://pl29135430.profitablecpmratenetwork.com/{{ site.adsterra.native_banner }}/invoke.js">
6
+ </script>
7
+
8
+ <div id="container-{{ site.adsterra.native_banner }}"></div>
9
+ {% endif %}
@@ -0,0 +1,44 @@
1
+
2
+ {% if jekyll.environment == 'production' and site.adsterra.enabled %}
3
+ <style>
4
+ /* Common Sidebar Style */
5
+ .sidebar-ad {
6
+ position: fixed;
7
+ top: 120px;
8
+ /* header ke niche adjust kar lena */
9
+ width: 160px;
10
+ height: 600px;
11
+ z-index: 999;
12
+ }
13
+
14
+ /* Left */
15
+ .left-ad {
16
+ left: 40px;
17
+ }
18
+
19
+ /* Right */
20
+ .right-ad {
21
+ right: 40px;
22
+ }
23
+
24
+ /* Mobile / small screen pe hide */
25
+ @media (max-width: 1200px) {
26
+ .sidebar-ad {
27
+ display: none;
28
+ }
29
+ }
30
+ </style>
31
+
32
+ <div class="sidebar-ad left-ad">
33
+ <script>
34
+ atOptions = {
35
+ 'key': '{{site.adsterra.sidebar_banner}}',
36
+ 'format': 'iframe',
37
+ 'height': 600,
38
+ 'width': 160,
39
+ 'params': {}
40
+ };
41
+ </script>
42
+ <script src="https://www.highperformanceformat.com/{{site.adsterra.sidebar_banner}}/invoke.js"></script>
43
+ </div>
44
+ {%- endif -%}
@@ -0,0 +1,15 @@
1
+ {% if jekyll.environment == 'production' and site.adsterra.enabled %}
2
+ <div class="sidebar-ad right-ad">
3
+ <script>
4
+ atOptions = {
5
+ 'key': '{{site.adsterra.sidebar_banner}}',
6
+ 'format': 'iframe',
7
+ 'height': 600,
8
+ 'width': 160,
9
+ 'params': {}
10
+ };
11
+ </script>
12
+ <script src="https://www.highperformanceformat.com/{{site.adsterra.sidebar_banner}}/invoke.js"></script>
13
+ </div>
14
+
15
+ {%- endif -%}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.9
4
+ version: 5.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
@@ -169,6 +169,10 @@ files:
169
169
  - _includes/Rating/structureddata.html
170
170
  - _includes/Usp/usp.html
171
171
  - _includes/adblocker.html
172
+ - _includes/ads/banner.html
173
+ - _includes/ads/native_banner.html
174
+ - _includes/ads/sidebar_left.html
175
+ - _includes/ads/sidebar_right.html
172
176
  - _includes/adsense/adsense.html
173
177
  - _includes/adstera_ads.html
174
178
  - _includes/aitools/instagram-hashtag-generator.html