appscms-tools-theme 1.9.1 → 1.9.2

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.
data/_layouts/home.html CHANGED
@@ -56,40 +56,65 @@
56
56
  </div>
57
57
  {%- endif -%}
58
58
  {%- if homeData.features -%}
59
- <div class="flex-container">
60
- <div class="flex-class">
61
- <ul class="home-features">
62
- {% for product in homeData.features %}
63
- <li style=background:{{product.color}} class="home-feature-box">
64
- <div class="home-inner-box">
65
- <div class="div-cont feature-img" height="36px" width="36px">
66
- <img src="{{product.icon}}" height="36px" width="36px" alt="star icon" {%- if
67
- site.crossorigin -%} crossorigin {%- endif -%}>
68
- </div>
59
+ {%- if site.monumetricId -%}
60
+ <div class="container">
61
+ <div class="row">
62
+ <div class="col-md-9 mx-auto">
63
+ {%- endif -%}
64
+ <div class="flex-container">
65
+ <div class="flex-class">
66
+ <ul class="home-features">
67
+ {% for product in homeData.features %}
68
+ <li style=background:{{product.color}} class="home-feature-box">
69
+ <div class="home-inner-box">
70
+ <div class="div-cont feature-img" height="36px" width="36px">
71
+ <img src="{{product.icon}}" height="36px" width="36px" alt="star icon" {%- if
72
+ site.crossorigin -%} crossorigin {%- endif -%}>
73
+ </div>
74
+ </div>
75
+ <div class="home-feature-desc">{{product.description}}</div><a class="home-feature-name"
76
+ href="{{product.url}}">{{product.name}}</a>
77
+ </li>
78
+ {% endfor %}
79
+ </ul>
69
80
  </div>
70
- <div class="home-feature-desc">{{product.description}}</div><a class="home-feature-name"
71
- href="{{product.url}}">{{product.name}}</a>
72
- </li>
73
- {% endfor %}
74
- </ul>
81
+ </div>
82
+ {%- if site.monumetricId -%}
83
+ </div>
75
84
  </div>
76
85
  </div>
77
86
  {%- endif -%}
87
+ {%- endif -%}
78
88
  <div>
79
89
  {{content}}
80
90
  </div>
81
91
  {%- if homeData.TEXTUAL_CONTENT -%}
82
92
  <div class="container mt-4 mb-4">
83
93
  <div class="row px-0">
84
- {% for data in homeData.TEXTUAL_CONTENT %}
85
- <div class="col-lg-4 col-md-6 my-4">
86
- <div><img class="feature-card-img" height="48px" width="48px" loading="lazy" src="{{data.logoUrl}}"
87
- alt={{data.header}} {%- if site.crossorigin -%} crossorigin {%- endif -%}>
88
- <div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
89
- <div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
94
+ {%- if site.monumetricId -%}
95
+ <div class="col-md-9 mx-auto">
96
+ <div class="row">
97
+ {%- endif -%}
98
+ {% for data in homeData.TEXTUAL_CONTENT %}
99
+ <div class="
100
+ {%- if site.monumetricId -%}
101
+ col-md-6 my-4
102
+ {%- else -%}
103
+ col-md-4 my-4
104
+ {%- endif -%}
105
+ ">
106
+ <div><img class="feature-card-img" height="48px" width="48px" loading="lazy"
107
+ src="{{data.logoUrl}}" alt={{data.header}} {%- if site.crossorigin -%} crossorigin {%-
108
+ endif -%}>
109
+ <div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
110
+ <div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
111
+ </div>
112
+ </div>
113
+ {% endfor %}
114
+ {%- if site.monumetricId -%}
90
115
  </div>
91
116
  </div>
92
- {% endfor %}
117
+ {%- endif -%}
93
118
  </div>
94
119
  </div>
95
120
  {%- endif -%}
@@ -98,31 +123,40 @@
98
123
  <section class="how-to-section">
99
124
  <div class="container">
100
125
  <div class="row">
101
- <div class="col-md-6 order-0 ">
102
- {%- if homeData.HOW_TO_CONTENT.logoImageUrl -%}
103
- <div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
104
- src="{{homeData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
105
- alt="{{homeData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if
106
- site.crossorigin -%} crossorigin {%- endif -%}>
107
- </div>
108
- {%- endif -%}
109
- </div>
110
- <div class="col-md-6 order-1">
111
- <div class="how-to-right">
112
- <h3 class="how-to-title text-left">{{homeData.HOW_TO_CONTENT.heading | replace: "$variable",
113
- page.value}}</h3>
114
- <ol class="how-to-list">
115
- {% for data in homeData.HOW_TO_CONTENT.steps %}
126
+ {%- if site.monumetricId -%}
127
+ <div class="col-md-9 mx-auto">
128
+ <div class="row">
129
+ {%- endif -%}
130
+ <div class="col-md-6 order-0 ">
131
+ {%- if homeData.HOW_TO_CONTENT.logoImageUrl -%}
132
+ <div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
133
+ src="{{homeData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
134
+ alt="{{homeData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if
135
+ site.crossorigin -%} crossorigin {%- endif -%}>
136
+ </div>
137
+ {%- endif -%}
138
+ </div>
139
+ <div class="col-md-6 order-1">
140
+ <div class="how-to-right">
141
+ <h3 class="how-to-title text-left">{{homeData.HOW_TO_CONTENT.heading | replace:
142
+ "$variable",
143
+ page.value}}</h3>
144
+ <ol class="how-to-list">
145
+ {% for data in homeData.HOW_TO_CONTENT.steps %}
116
146
 
117
- <li id="step{{forloop.index}}" class="how-to-list-item">
118
- <span>{{forloop.index}}.</span>{{data |
119
- replace: "$variable",
120
- page.value}}
121
- </li>
122
- {% endfor %}
123
- </ol>
147
+ <li id="step{{forloop.index}}" class="how-to-list-item">
148
+ <span>{{forloop.index}}.</span>{{data |
149
+ replace: "$variable",
150
+ page.value}}
151
+ </li>
152
+ {% endfor %}
153
+ </ol>
154
+ </div>
155
+ </div>
156
+ {%- if site.monumetricId -%}
124
157
  </div>
125
158
  </div>
159
+ {%- endif -%}
126
160
  </div>
127
161
 
128
162
  </div>
@@ -145,9 +179,9 @@
145
179
  <div class="col-md-8 mx-auto">
146
180
  <div class="faq">
147
181
  {%- if homeData.FAQ.size>0 -%}
148
- <h2 class="feature-h1 text-center mb-4">{{homeData.faqheading | default: 'Frequently Asked
182
+ <h3 class="feature-h1 text-center mb-4">{{homeData.faqheading | default: 'Frequently Asked
149
183
  Questions'}}
150
- </h2>
184
+ </h3>
151
185
  {%- endif -%}
152
186
  <ul class="list-unstyled">
153
187
  {% for data in homeData.FAQ %}
data/_layouts/post.html CHANGED
@@ -34,13 +34,29 @@
34
34
  <section class="section_post">
35
35
  <div class="container">
36
36
  <div class="row section-title-wrap">
37
- <div class="col-md-12 mt-5">
37
+ <div class="
38
+ {%- if site.monumetricId -%}
39
+ col-8 mt-5 mx-auto
40
+ {%- else -%}
41
+ col-md-12 mt-5
42
+ {%- endif -%}
43
+
44
+
45
+ ">
38
46
 
39
47
  <h1 class="display-4" style="font-weight: 900;">{{ title }}</h1>
40
48
  </div>
41
49
  </div>
42
50
  <div class="row mt-5">
43
- <div class="col-md-8">
51
+ <div class="
52
+ {%- if site.monumetricId -%}
53
+ col-md-8 mx-auto
54
+ {%- else -%}
55
+ col-md-8
56
+ {%- endif -%}
57
+
58
+
59
+ ">
44
60
  {%- include authors/authors.html -%}
45
61
  {%- include postauthorbio.html -%}
46
62
  {% if page.author %}
@@ -52,7 +68,15 @@
52
68
 
53
69
  {%- include paginationPostPage.html -%}
54
70
  </div>
55
- <div class="col-md-4">
71
+ <div class="
72
+ {%- if site.monumetricId -%}
73
+ col-md-8 mx-auto
74
+ {%- else -%}
75
+ col-md-4
76
+ {%- endif -%}
77
+
78
+
79
+ ">
56
80
  <div class="mainThings">
57
81
  <div class="socialIons">
58
82
  <ul class="list-unstyled item-lists2">
@@ -120,7 +144,15 @@
120
144
  {% endif %}
121
145
  <div class="commentsection my-5">
122
146
  {%- if site.disqus.shortname -%}
123
- {%- include disqus_comments.html -%}
147
+ {%- if site.monumetricId -%}
148
+ <div class="row">
149
+ <div class="col-md-9 mx-auto">
150
+ {%- endif -%}
151
+ {%- include disqus_comments.html -%}
152
+ {%- if site.monumetricId -%}
153
+ </div>
154
+ </div>
155
+ {%- endif -%}
124
156
  {%- endif -%}
125
157
  </div>
126
158
  </div>