appscms-tools-theme 4.1.7 → 4.1.9

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: 54836c40b127d458f0c10594a3e3f153c16690a0a94083b13158ef62bf89a2c8
4
- data.tar.gz: 23db1093c7cc60383aedb422710bd11c706a3ed80ed4abc1adcac945ed30fb47
3
+ metadata.gz: 51e654fe7a1a3ac91fe3b58f01f908ea8d87a42d8d2eb6299db43adc730656ed
4
+ data.tar.gz: dade9f0aff8ce3cd286d9c07757f73cee3798554d9cafcf806c9e5470caa694a
5
5
  SHA512:
6
- metadata.gz: bb4b7f11981ee53c09f9e45f9b80836871c54d704cc7367b8cea5014dcb58cfad7c2a7ac93d679f256ddfd7f5ce03bdb2bae1a59f7a0bc8bbe56bdf7281feb44
7
- data.tar.gz: 8af9d5dc4117e8310bfb9e9ebe3c6b1f160846cfa72dea0a4961a93382bb36e11a7f853bb46bf8d59b72f7cda3ea011a5895c726b9793fac778e109355cf989b
6
+ metadata.gz: d3d877f3b5b17e1fe61340106b0acb5baacd07cc76e83c4c9ba4732d50f97f8f493e95dfae7ee03f10dd8f0091869bd8b911c32fbd9391373446f351f44d2bb6
7
+ data.tar.gz: 040a58a3a8f2088316a7a879d814c6ed61fde113a5bbef66747efe06a5425fe69dada52f1d27e238515afae41c49854ea70e7abdb5cdb3034c6bc95dde44d0a3
@@ -18,24 +18,19 @@
18
18
  "imgwidth": "40px",
19
19
  "imgheight": "40px",
20
20
  "imgalt": "altvalue",
21
- "author": "Keshav Agarwal",
21
+
22
22
  "contributors": [
23
23
  {
24
- "name": "aditya thakur"
24
+ "name": "RK Shree"
25
25
  },
26
26
  {
27
- "name": "Suchita Kasab"
28
- },
29
- {
30
- "name": "balark"
31
- },
32
- {
33
- "name": "pallavi"
34
- },
35
- {
36
- "name": "Nikita"
27
+ "name": "Taufik Ali"
37
28
  }
38
- ],
29
+ ],
30
+ "categories": [],
31
+ "primaryKeywords": [],
32
+ "secondaryKeywords": [],
33
+ "author": "Debosmita Bedajna",
39
34
  "TEXTUAL_CONTENT": [
40
35
  {
41
36
  "priority": 1,
@@ -21,7 +21,7 @@
21
21
 
22
22
  <div class="featurePageAuthor">
23
23
  <a
24
- href="/authors/{{featureAuthor | downcase | replace: ' ' , '-'' }}"
24
+ href="/authors/{{featureAuthorName | downcase | replace: ' ', '-' }}"
25
25
  class="author_image d-flex justify-content-center"
26
26
  >
27
27
  <img
@@ -30,7 +30,7 @@
30
30
  src="{{ featureAuthorImage }}"
31
31
  height="35px"
32
32
  width="35px"
33
- alt="{{ featureAuthor}}"
33
+ alt="{{ featureAuthorName }}"
34
34
  id="author_img"
35
35
  {%-
36
36
  if
@@ -46,9 +46,9 @@
46
46
  <p class="mb-0 authorName text-capitalize">
47
47
  <a
48
48
  target="_blank"
49
- href="/authors/{{featureAuthor | downcase | replace: ' ' , '-'' }}"
49
+ href="/authors/{{featureAuthorName | downcase | replace: ' ','-' }}"
50
50
  >
51
- {{featureAuthor}}
51
+ {{featureAuthorName}}
52
52
  </a>
53
53
  </p>
54
54
  <p class="author_bio mb-0">{{featureAuthorBio}}</p>
@@ -120,11 +120,12 @@ replace: "$fileName", page.fileName | replace: "$lang", page.lang | replace:
120
120
  {%- endif -%}
121
121
  {%- include google-analytics.html
122
122
  -%}
123
- <!-- {%- if page.layout == "appscms-feature" -%}
123
+ {%- if site.bookmark -%}
124
+ {%- if page.layout == "appscms-feature" -%}
124
125
  <script>
125
126
  const toaster = document.querySelector(".toaster");
126
127
  if (
127
- !/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
128
+ !/webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(
128
129
  navigator.userAgent
129
130
  )
130
131
  ) {
@@ -134,8 +135,13 @@ replace: "$fileName", page.fileName | replace: "$lang", page.lang | replace:
134
135
  toaster.innerHTML = `Press Ctrl + D to Bookmark this page`;
135
136
  }
136
137
  }
138
+ else{
139
+ toaster.style.display = "none";
140
+ }
137
141
  setTimeout(() => {
138
142
  toaster.style.display = "none";
139
143
  }, 10000);
140
144
  </script>
141
- {%- endif -%} -->
145
+ {%- endif -%}
146
+ {%- endif -%}
147
+
@@ -1,5 +1,7 @@
1
- <!-- <div class="toaster">
1
+ {%- if site.bookmark -%}
2
+ <div class="toaster">
2
3
  <div class="toaster__body">
3
4
  <div class="toaster__message">Bookmark this webpage</div>
4
5
  </div>
5
- </div> -->
6
+ </div>
7
+ {%- endif -%}
@@ -20,7 +20,10 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
20
20
  endif -%}
21
21
  </div>
22
22
  </div>
23
- {%- endif -%} {%- include appscms/headings/headings.html -%} {%- include
23
+ {%- endif -%} {%- include appscms/headings/headings.html -%}
24
+ <div class="appscms-sidebar-left"></div>
25
+ <div class="appscms-sidebar-right"></div>
26
+ {%- include
24
27
  appscms/uploadbutton/uploadbutton.html -%} {%- include
25
28
  appscms/featurehighlight/featurehighlight.html -%} {%- include
26
29
  appscms/howto/howto.html -%} {%- if pageData.infographics.size > 0 -%} {%-
data/assets/.DS_Store CHANGED
Binary file
@@ -1432,24 +1432,6 @@ body {
1432
1432
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 14%);
1433
1433
  }
1434
1434
 
1435
- #filepicker,
1436
- #dropbox {
1437
- border: none;
1438
- background: var(--primary-color);
1439
- border-radius: 100%;
1440
- height: 32px;
1441
- width: 32px;
1442
- min-width: 0;
1443
- padding: 0;
1444
- color: #fff;
1445
- text-decoration: none;
1446
- display: -ms-inline-flexbox;
1447
- display: inline-flex;
1448
- justify-content: center;
1449
- align-items: center;
1450
- -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 14%);
1451
- box-shadow: 0 3px 6px 0 rgb(0 0 0 / 14%);
1452
- }
1453
1435
 
1454
1436
 
1455
1437
  #Inputbox:hover,
@@ -1906,4 +1888,44 @@ input[type='range']::-moz-focus-outer {
1906
1888
  display: none;
1907
1889
  }
1908
1890
 
1909
- }
1891
+ }
1892
+ @media (max-width: 992px) {
1893
+ .appscms-sidebar-right,
1894
+ .appscms-sidebar-left {
1895
+ display: none;
1896
+ }
1897
+
1898
+ }
1899
+ .appscms-sidebar-right,
1900
+ .appscms-sidebar-left {
1901
+ min-width: 220px;
1902
+ max-width: fit-content;
1903
+ height: 100vh;
1904
+ min-height: 300px;
1905
+ max-height: fit-content;
1906
+ top: 72px;
1907
+ position: absolute;
1908
+ }
1909
+ .appscms-sidebar-left {
1910
+ left: 80px;
1911
+ }
1912
+ .appscms-sidebar-right {
1913
+ right: 80px;
1914
+ }
1915
+ @media screen and (min-width: 1450px) {
1916
+ .appscms-sidebar-left {
1917
+ left: 200px !important;
1918
+ }
1919
+ .appscms-sidebar-right {
1920
+ right: 200px !important;
1921
+ }
1922
+ }
1923
+ @media screen and (min-width: 1920px) {
1924
+
1925
+ .appscms-sidebar-left {
1926
+ left: 300px !important;
1927
+ }
1928
+ .appscms-sidebar-right {
1929
+ right: 300px !important;
1930
+ }
1931
+ }
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: 4.1.7
4
+ version: 4.1.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: 2023-12-29 00:00:00.000000000 Z
11
+ date: 2024-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll