appscms-tools-theme 3.8.0 → 3.8.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,363 +2,294 @@
2
2
  = page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
3
3
  <!DOCTYPE html>
4
4
  <html lang="{{page.lang}}">
5
- {% include head/index.html %}
5
+ {% include head/index.html %}
6
6
 
7
- <body>
8
- {% include header/index.html %}
7
+ <body>
8
+ {% include header/index.html %}
9
9
 
10
- <div class="flex-container feature1-flex-container">
11
- <div class="flex-class py-4 mt-4 mt-md-0">
12
- <div
13
- id="h1-img-wrapper"
14
- class="d-flex justify-content-center align-items-center"
15
- >
16
- {%- assign featureh1 = featureData.H1 | replace: "$variable",
17
- page.value -%}
18
- <h1 class="feature1-h1">
19
- {%- for word in featureh1-%} {%- if forloop.first == true -%} {{word
20
- }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
21
- </h1>
22
- </div>
23
- {%- assign featureh2 = featureData.H2 | replace: "$variable", page.value
24
- -%}
25
- <h2 class="feature1-h2">
26
- {%- for word in featureh2 -%} {%- if forloop.first == true -%} {{word
27
- | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
28
- </h2>
10
+ <div class="flex-container feature1-flex-container">
11
+ <div class="flex-class py-4 mt-4 mt-md-0">
12
+ <div id="h1-img-wrapper" class="d-flex justify-content-center align-items-center">
13
+ {%- assign featureh1 = featureData.H1 | replace: "$variable",
14
+ page.value -%}
15
+ <h1 class="feature1-h1">
16
+ {%- for word in featureh1-%} {%- if forloop.first == true -%} {{word
17
+ }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
18
+ </h1>
29
19
  </div>
20
+ {%- assign featureh2 = featureData.H2 | replace: "$variable", page.value
21
+ -%}
22
+ <h2 class="feature1-h2">
23
+ {%- for word in featureh2 -%} {%- if forloop.first == true -%} {{word
24
+ | capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
25
+ </h2>
30
26
  </div>
27
+ </div>
31
28
 
32
- {%- if site.noFeatureBox == true -%}
33
- <div class="feature-content-box" id="theme-content-box">{{content}}</div>
34
- {%- else -%} {%- if page.noBox == true -%}
35
- <div class="feature-content-box" id="theme-content-box">{{content}}</div>
36
- {%- else -%}
37
- <div class="feature-content-box" id="theme-content-box">
38
- <div class="container">
39
- {%- assign boxColor =
40
- site.data[page.folderName][page.lang][page.fileName].color -%} {%- if
41
- page.removeBox != true -%}
42
- <div class="custom-box" data-color="{{boxColor}}">
43
- <div style="display: none" id="file-loader">
44
- <img
45
- src="/spinner.gif"
46
- alt="spinner"
47
- {%-
48
- if
49
- site.crossorigin
50
- -%}
51
- crossorigin
52
- {%-
53
- endif
54
- -%}
55
- />
56
- <p>Please Wait ,Loading Your file</p>
57
- </div>
58
- <div class="saving-file-download-wrap" style="display: none">
59
- <img
60
- loading="lazy"
61
- class="trust-img"
62
- src="/trust.svg"
63
- alt="trust"
64
- {%-
65
- if
66
- site.crossorigin
67
- -%}
68
- crossorigin
69
- {%-
70
- endif
71
- -%}
72
- />
73
- <p class="text-white my-2">Thanks for your patience</p>
74
- <button class="btn" id="download-zip">Download</button>
75
- </div>
76
- <div class="file-input" id="inputbox" style="color: #fff">
77
- <div class="m-auto">
78
- <div class="d-flex justify-content-center align-items-center">
79
- <div
80
- id="Inputbox"
81
- class="boxes"
82
- style="background-color: {{boxColor}};"
83
- >
84
- <img
85
- height="21px"
86
- width="21px"
87
- src="/assets/images/add.svg"
88
- alt="add"
89
- {%-
90
- if
91
- site.crossorigin
92
- -%}
93
- crossorigin
94
- {%-
95
- endif
96
- -%}
97
- />
98
- <span class="ml-3">CHOOSE FILE</span>
99
- </div>
100
- <div
101
- class="file-pick-dropdown"
102
- style="background-color:{{boxColor}}"
103
- >
104
- <i class="fas fa-angle-down arrow-sign"></i>
105
- <div class="file-picker-dropdown" style="display: none">
106
- <button id="filepicker">
107
- <svg
108
- class="mr-3"
109
- viewBox="0 0 24 24"
110
- xmlns="http://www.w3.org/2000/svg"
111
- >
112
- <path
113
- id="Path"
114
- d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z"
115
- fill="#FFC107"
116
- ></path>
117
- <path
118
- id="Path_2"
119
- d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z"
120
- fill="#1976D2"
121
- ></path>
122
- <path
123
- id="Path_3"
124
- d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z"
125
- fill="#4CAF50"
126
- ></path>
127
- </svg>
128
- Google Drive
129
- </button>
130
- <button id="dropbox">
131
- <svg
132
- class="mr-3"
133
- viewBox="0 0 24 24"
134
- fill="#0061FF"
135
- xmlns="http://www.w3.org/2000/svg"
136
- >
137
- <path
138
- id="icon"
139
- d="M12.0146 6.57367L6.50732 10.1473L12.0146 13.721L6.50732 17.2947L1 13.6912L6.50732 10.1176L1 6.57367L6.50732 3L12.0146 6.57367ZM6.47803 18.4263L11.9854 14.8527L17.4927 18.4263L11.9854 22L6.47803 18.4263ZM12.0146 13.6912L17.522 10.1176L12.0146 6.57367L17.4927 3L23 6.57367L17.4927 10.1473L23 13.721L17.4927 17.2947L12.0146 13.6912Z"
140
- ></path>
141
- </svg>
142
- Dropbox
143
- </button>
144
- </div>
29
+ {%- if site.noFeatureBox == true -%}
30
+ <div class="feature-content-box" id="theme-content-box">{{content}}</div>
31
+ {%- else -%} {%- if page.noBox == true -%}
32
+ <div class="feature-content-box" id="theme-content-box">{{content}}</div>
33
+ {%- else -%}
34
+ <div class="feature-content-box" id="theme-content-box">
35
+ <div class="container">
36
+ {%- assign boxColor =
37
+ site.data[page.folderName][page.lang][page.fileName].color -%} {%- if
38
+ page.removeBox != true -%}
39
+ <div class="custom-box" data-color="{{boxColor}}">
40
+ <div style="display: none" id="file-loader">
41
+ <img src="/spinner.gif" alt="spinner" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
42
+ <p>Please Wait ,Loading Your file</p>
43
+ </div>
44
+ <div class="saving-file-download-wrap" style="display: none">
45
+ <img loading="lazy" class="trust-img" src="/trust.svg" alt="trust" {%- if site.crossorigin -%} crossorigin {%-
46
+ endif -%} />
47
+ <p class="text-white my-2">Thanks for your patience</p>
48
+ <button class="btn" id="download-zip">Download</button>
49
+ </div>
50
+ <div class="file-input" id="inputbox" style="color: #fff">
51
+ <div class="m-auto">
52
+ <div class="d-flex justify-content-center align-items-center">
53
+ <div id="Inputbox" class="boxes" style="background-color: {{boxColor}};">
54
+ <img height="21px" width="21px" src="/assets/images/add.svg" alt="add" {%- if site.crossorigin -%}
55
+ crossorigin {%- endif -%} />
56
+ <span class="ml-3">CHOOSE FILE</span>
57
+ </div>
58
+ <div class="file-pick-dropdown" style="background-color:{{boxColor}}">
59
+ <i class="fas fa-angle-down arrow-sign"></i>
60
+ <div class="file-picker-dropdown" style="display: none">
61
+ <button id="filepicker">
62
+ <svg class="mr-3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
63
+ <path id="Path" d="M8.33331 3H15.6666L23 15H15.6666L8.33331 3Z" fill="#FFC107"></path>
64
+ <path id="Path_2" d="M4.6012 21L8.30086 15H23L19.3333 21H4.6012Z" fill="#1976D2"></path>
65
+ <path id="Path_3" d="M1 15.0625L4.60119 21L12 9L8.33333 3L1 15.0625Z" fill="#4CAF50"></path>
66
+ </svg>
67
+ Google Drive
68
+ </button>
69
+ <button id="dropbox">
70
+ <svg class="mr-3" viewBox="0 0 24 24" fill="#0061FF" xmlns="http://www.w3.org/2000/svg">
71
+ <path id="icon"
72
+ d="M12.0146 6.57367L6.50732 10.1473L12.0146 13.721L6.50732 17.2947L1 13.6912L6.50732 10.1176L1 6.57367L6.50732 3L12.0146 6.57367ZM6.47803 18.4263L11.9854 14.8527L17.4927 18.4263L11.9854 22L6.47803 18.4263ZM12.0146 13.6912L17.522 10.1176L12.0146 6.57367L17.4927 3L23 6.57367L17.4927 10.1473L23 13.721L17.4927 17.2947L12.0146 13.6912Z">
73
+ </path>
74
+ </svg>
75
+ Dropbox
76
+ </button>
145
77
  </div>
146
78
  </div>
147
79
  </div>
148
- <p id="dropfile" class="text-dark">or drop your file here</p>
149
- <p id="error" class="p-3"></p>
150
80
  </div>
81
+ <p id="dropfile" class="text-dark">or drop your file here</p>
82
+ <p id="error" class="p-3"></p>
151
83
  </div>
152
- {%- endif -%} {%- if page.workspace -%}
153
- <div class="workspace" style="display: none">
154
- <div class="row mx-auto">
155
- <div class="col-md-10 mx-auto">{{content}}</div>
156
- </div>
84
+ </div>
85
+ {%- endif -%} {%- if page.workspace -%}
86
+ <div class="workspace" style="display: none">
87
+ <div class="row mx-auto">
88
+ <div class="col-md-10 mx-auto">{{content}}</div>
157
89
  </div>
158
- {%- else -%}
159
- <div class="workspace" style="display: none">
160
- <div class="row">
161
- <div class="col-12">
162
- <div class="download-wrapper mt-3">
163
- <div class="row rowclass">
164
- <div class="col-7">
165
- <div class="d-flex align-items-center">
166
- <div class="select-format-title">image's format</div>
167
- <div class="download-format">
168
- <select name="image-format" id="image-format">
169
- {%- if pageData.downloadFormats -%} {%- for item in
170
- pageData.downloadFormats -%}
171
- <option value="{{item}}">{{item}}</option>
172
- {%- endfor -%} {%- else -%}
173
- <option value="png">png</option>
174
- <option value="jpg">jpg</option>
175
- <option value="jpeg">jpeg</option>
176
- <option value="webp">webp</option>
177
- <option value="gif">gif</option>
178
- {%- endif -%}
179
- </select>
180
- </div>
90
+ </div>
91
+ {%- else -%}
92
+ <div class="workspace" style="display: none">
93
+ <div class="row">
94
+ <div class="col-12">
95
+ <div class="download-wrapper mt-3">
96
+ <div class="row rowclass">
97
+ <div class="col-7">
98
+ <div class="d-flex align-items-center">
99
+ <div class="select-format-title">image's format</div>
100
+ <div class="download-format">
101
+ <select name="image-format" id="image-format">
102
+ {%- if pageData.downloadFormats -%} {%- for item in
103
+ pageData.downloadFormats -%}
104
+ <option value="{{item}}">{{item}}</option>
105
+ {%- endfor -%} {%- else -%}
106
+ <option value="png">png</option>
107
+ <option value="jpg">jpg</option>
108
+ <option value="jpeg">jpeg</option>
109
+ <option value="webp">webp</option>
110
+ <option value="gif">gif</option>
111
+ {%- endif -%}
112
+ </select>
181
113
  </div>
182
114
  </div>
183
- <div class="col-5">
184
- <div class="d-flex align-items-center">
185
- <button
186
- id="download-button"
187
- style="background-color: {{pageData.color}};"
188
- >
189
- <svg
190
- xmlns="http://www.w3.org/2000/svg"
191
- viewBox="0 0 512 512"
192
- >
193
- <path
194
- d="M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z"
195
- /></svg
196
- >Download
197
- </button>
198
- </div>
115
+ </div>
116
+ <div class="col-5">
117
+ <div class="d-flex align-items-center">
118
+ <button id="download-button" style="background-color: {{pageData.color}};">
119
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
120
+ <path
121
+ d="M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM382.6 302.6l-103.1 103.1C270.7 414.6 260.9 416 256 416c-4.881 0-14.65-1.391-22.65-9.398L129.4 302.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 306.8V128c0-17.69 14.33-32 32-32s32 14.31 32 32v178.8l49.38-49.38c12.5-12.5 32.75-12.5 45.25 0S395.1 290.1 382.6 302.6z" />
122
+ </svg>Download
123
+ </button>
199
124
  </div>
200
125
  </div>
201
126
  </div>
202
127
  </div>
203
128
  </div>
204
- {%- if page.commonStructure != false -%}
205
- <div class="row">
206
- <div class="col-md-7 mx-auto mb-2">
207
- <div class="select-img-panel">
208
- <div id="saving-data" style="display: none">
209
- <img
210
- loading="lazy"
211
- src="/assets/images/loader.gif"
212
- alt="saving"
213
- />
214
- <span
215
- class="ml-2"
216
- {%-
217
- if
218
- site.crossorigin
219
- -%}
220
- crossorigin
221
- {%-
222
- endif
223
- -%}
224
- >Saving your images...</span
225
- >
226
- </div>
227
- <div id="canvas-box-panel"></div>
129
+ </div>
130
+ {%- if page.commonStructure != false -%}
131
+ <div class="row">
132
+ <div class="col-md-7 mx-auto mb-2">
133
+ <div class="select-img-panel">
134
+ <div id="saving-data" style="display: none">
135
+ <img loading="lazy" src="/assets/images/loader.gif" alt="saving" />
136
+ <span class="ml-2" {%- if site.crossorigin -%} crossorigin {%- endif -%}>Saving your images...</span>
228
137
  </div>
138
+ <div id="canvas-box-panel"></div>
229
139
  </div>
230
- <div class="col-md-5">
231
- <div class="options-panel">
232
- {%- if pageData.optionPanelTitle -%}
233
- <div class="title">{{pageData.optionPanelTitle}}</div>
234
- {%- endif -%} {{content}}
235
- </div>
140
+ </div>
141
+ <div class="col-md-5">
142
+ <div class="options-panel">
143
+ {%- if pageData.optionPanelTitle -%}
144
+ <div class="title">{{pageData.optionPanelTitle}}</div>
145
+ {%- endif -%} {{content}}
236
146
  </div>
237
147
  </div>
238
- {%- else -%} {{content}} {%- endif -%}
239
148
  </div>
240
- {%- endif -%}
149
+ {%- else -%} {{content}} {%- endif -%}
241
150
  </div>
151
+ {%- endif -%}
242
152
  </div>
243
- {%- endif -%} {%- endif -%} {%- if featureData.TEXTUAL_CONTENT -%}
244
- <div class="container mt-4 mb-5">
245
- <div class="row px-0">
246
- <div class="col-md-12 mx-auto">
247
- <div class="row">
248
- {% for data in featureData.TEXTUAL_CONTENT %}
249
- <div class="col-md-4 my-4">
250
- <img
251
- class="feature-card-img"
252
- src="{{data.logoUrl}}"
253
- loading="lazy"
254
- height="48px"
255
- width="48px"
256
- alt="{{data.header}}"
257
- {%-
258
- if
259
- site.crossorigin
260
- -%}
261
- crossorigin
262
- {%-
263
- endif
264
- -%}
265
- />
266
- <div class="feature-card-title">
267
- {{data.header | replace: "$variable", page.value}}
268
- </div>
269
- <div class="feature1-card-desc">
270
- {{data.content | replace: "$variable", page.value}}
271
- </div>
153
+ </div>
154
+ {%- endif -%} {%- endif -%} {%- if featureData.TEXTUAL_CONTENT -%}
155
+ <div class="container mt-4 mb-5">
156
+ <div class="row px-0">
157
+ <div class="col-md-12 mx-auto">
158
+ <div class="row">
159
+ {% for data in featureData.TEXTUAL_CONTENT %}
160
+ <div class="col-md-4 my-4">
161
+ <img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
162
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
163
+ <div class="feature-card-title">
164
+ {{data.header | replace: "$variable", page.value}}
165
+ </div>
166
+ <div class="feature1-card-desc">
167
+ {{data.content | replace: "$variable", page.value}}
272
168
  </div>
273
- {% endfor %}
274
169
  </div>
170
+ {% endfor %}
275
171
  </div>
276
172
  </div>
277
173
  </div>
278
- {%- endif -%} {%- if featureData.HOW_TO_CONTENT -%}
279
- <section class="how-to-section">
280
- <div class="container">
281
- <div class="row">
282
- <div class="col-md-12 mx-auto">
283
- <div class="row">
284
- <h4 class="feature1-how-to-heading w-100 text-center mb-5">
285
- {{featureData.HOW_TO_CONTENT.mainHeading | replace: "$variable",
286
- page.value}}
287
- </h4>
174
+ </div>
175
+ {%- endif -%}
288
176
 
289
- {%- for data in featureData.HOW_TO_CONTENT.steps -%}
290
- <div
291
- class="col-md-4 d-flex justify-content-center order-{{forloop.index}}"
292
- >
293
- <div class="feature1-how-to-right">
294
- <span
295
- class="feature1-howto-steps"
296
- style="color: {{boxColor}} "
297
- >Step {{forloop.index}}</span
298
- >
299
- <h3 class="feature1-how-to-title">
300
- {{data.heading | replace: "$variable", page.value}}
301
- </h3>
302
- <ol class="how-to-list">
303
- <li
304
- id="step{{forloop.index}}"
305
- class="feature1-how-to-list-item"
306
- >
307
- {{data.desc | replace: "$variable", page.value}}
308
- </li>
309
- </ol>
310
- </div>
177
+ {%- if featureData.HOW_TO_CONTENT -%}
178
+ <section class="how-to-section">
179
+ <div class="container">
180
+ <div class="row">
181
+ {%- if site.monumetricId and page.url != '/' and page.lang == 'en' -%}
182
+ <div class="col-md-9 mx-auto">
183
+ <div class="row">
184
+ {%- endif -%}
185
+ <div class="col-md-6 order-0">
186
+ {%- if featureData.HOW_TO_CONTENT.YoutubeVideoUrl.size > 0 -%}
187
+ <div class="how-to-video-wrapper">
188
+ {% assign video_url = featureData.HOW_TO_CONTENT.YoutubeVideoUrl %}
189
+ {% assign video_id = "" %}
190
+ {% if video_url contains "youtu.be/" %}
191
+ {% assign parts = video_url | split: "/" %}
192
+ {% assign video_id = parts[3] %}
193
+ {% elsif video_url contains "youtube.com/watch" %}
194
+ {% assign params = video_url | split: "?" | last | split: "&" %}
195
+ {% for param in params %}
196
+ {% if param contains "v=" %}
197
+ {% assign video_id = param | split: "=" | last %}
198
+ {% endif %}
199
+ {% endfor %}
200
+ {% endif %}
201
+ {%- if site.monumetricId -%}
202
+ <iframe class="youtubeVideoPlayer mb-5" width="400" height="315"
203
+ src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen>
204
+ </iframe>
205
+ {%- else -%}
206
+ <iframe class="youtubeVideoPlayer mb-5" width="500" height="315"
207
+ src="https://www.youtube.com/embed/{{video_id}}?autoplay=1&mute=1" allowfullscreen>
208
+ </iframe>
209
+ {%- endif -%}
210
+ </div>
211
+ {%- else -%}
212
+ <div class="how-to-img-wrapper">
213
+ <img class="how-to-leftimg" height="180px" width="300px"
214
+ src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
215
+ alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if site.crossorigin
216
+ -%} crossorigin {%- endif -%} />
311
217
  </div>
312
- {%- endfor -%}
218
+ {%- endif -%}
313
219
  </div>
220
+ <div class="col-md-6 order-1">
221
+ <div class="how-to-right">
222
+ <h3 class="how-to-title text-left">
223
+ {{featureData.HOW_TO_CONTENT.heading | replace: "$variable",
224
+ page.value}}
225
+ </h3>
226
+ <ol class="how-to-list">
227
+ {% for data in featureData.HOW_TO_CONTENT.steps %}
228
+
229
+ <li id="step{{forloop.index}}" class="how-to-list-item">
230
+ <span>{{forloop.index}}.</span>{{data | replace:
231
+ "$variable", page.value}}
232
+ </li>
233
+ {% endfor %}
234
+ </ol>
235
+ </div>
236
+ </div>
237
+ {%- if site.monumetricId and page.url != '/' and page.lang == 'en'
238
+ -%}
314
239
  </div>
315
240
  </div>
241
+ {%- endif -%}
316
242
  </div>
317
- </section>
318
- {%- endif -%} {%- assign showFaqs= true -%} {%- for item in site.noFaqsList
319
- -%} {%- if item == page.lang -%} {%- assign showFaqs = false -%} {%- break
320
- -%} {%- else -%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%}
321
- {%- if showFaqs == true -%} {%- if featureData.FAQ.size>0 -%}
322
- <section class="faq-section">
323
- <div class="container">
324
- <div class="row">
325
- <div class="col-md-8 mx-auto">
326
- <main class="faqs">
327
- <h3 class="feature-h1 text-left mb-4" style="font-weight: 900">
328
- {{featureData.faqheading | default: "FAQ's"}}
329
- </h3>
330
- {% for data in featureData.FAQ %}
331
- <details open>
332
- <summary>
333
- {{data.question | replace: "$variable",page.value}}
334
- </summary>
335
- <div class="faq__content">
336
- <p style="color: #5c5e60; font-size: 14px">
337
- {{data.answer | replace: "$variable", page.value}}
338
- </p>
339
- </div>
340
- </details>
341
- {% endfor %}
342
- </main>
343
- </div>
243
+ </div>
244
+ </section>
245
+ {%- endif -%}
246
+
247
+
248
+ {%- assign showFaqs= true -%} {%- for item in site.noFaqsList
249
+ -%} {%- if item == page.lang -%} {%- assign showFaqs = false -%} {%- break
250
+ -%} {%- else -%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%}
251
+ {%- if showFaqs == true -%} {%- if featureData.FAQ.size>0 -%}
252
+ <section class="faq-section">
253
+ <div class="container">
254
+ <div class="row">
255
+ <div class="col-md-8 mx-auto">
256
+ <main class="faqs">
257
+ <h3 class="feature-h1 text-left mb-4" style="font-weight: 900">
258
+ {{featureData.faqheading | default: "FAQ's"}}
259
+ </h3>
260
+ {% for data in featureData.FAQ %}
261
+ <details open>
262
+ <summary>
263
+ {{data.question | replace: "$variable",page.value}}
264
+ </summary>
265
+ <div class="faq__content">
266
+ <p style="color: #5c5e60; font-size: 14px">
267
+ {{data.answer | replace: "$variable", page.value}}
268
+ </p>
269
+ </div>
270
+ </details>
271
+ {% endfor %}
272
+ </main>
344
273
  </div>
345
274
  </div>
346
- </section>
347
- {%- endif -%} {%- endif -%} {%- include share/socialshare.html -%} {%-
348
- include Rating/rating.html -%} {%- if featureData.infographics.size > 0 -%}
349
- {%- include infographics/infographics.html -%} {%- endif -%} {%- assign
350
- langen = "en" -%} {%- if site.data[folder][langen][file].categories -%} {%
351
- assign categories= site.data[folder][langen][file].categories %} {%- else
352
- -%} {% assign categories= page.categories %} {%- endif -%} {%- if
353
- site.data[folder][langen][file].tags -%} {% assign tags=
354
- site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
355
- page.tags %} {%- endif -%} {%- if featureData.posts.size > 0 -%} {%- include
356
- customblog/pageRelatedPosts.html -%} {%- else -%} {%- if categories.size > 0
357
- or tags.size > 0 -%} {%- include section/related_categories_post.html -%}
358
- {%- else -%} {%- include section/recent_posts.html -%} {%- endif -%} {%-
359
- endif -%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
360
- tags.size>0-%} {%- include customblog/relatedposts.html -%} {%- else -%} {%-
361
- include customblog/recentposts.html -%} {% endif %} {%- endif -%} {% include
362
- footer/index.html %} {% include script.html %}
363
- </body>
364
- </html>
275
+ </div>
276
+ </section>
277
+ {%- endif -%} {%- endif -%} {%- include share/socialshare.html -%} {%-
278
+ include Rating/rating.html -%} {%- if featureData.infographics.size > 0 -%}
279
+ {%- include infographics/infographics.html -%} {%- endif -%} {%- assign
280
+ langen = "en" -%} {%- if site.data[folder][langen][file].categories -%} {%
281
+ assign categories= site.data[folder][langen][file].categories %} {%- else
282
+ -%} {% assign categories= page.categories %} {%- endif -%} {%- if
283
+ site.data[folder][langen][file].tags -%} {% assign tags=
284
+ site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
285
+ page.tags %} {%- endif -%} {%- if featureData.posts.size > 0 -%} {%- include
286
+ customblog/pageRelatedPosts.html -%} {%- else -%} {%- if categories.size > 0
287
+ or tags.size > 0 -%} {%- include section/related_categories_post.html -%}
288
+ {%- else -%} {%- include section/recent_posts.html -%} {%- endif -%} {%-
289
+ endif -%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
290
+ tags.size>0-%} {%- include customblog/relatedposts.html -%} {%- else -%} {%-
291
+ include customblog/recentposts.html -%} {% endif %} {%- endif -%} {% include
292
+ footer/index.html %} {% include script.html %}
293
+ </body>
294
+
295
+ </html>