appscms-tools-theme 5.4.3 → 5.4.5

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: 23467949a8bd6cd7cc7d99dd0e0998cebde90af7fa509e5018c5deb4a2eb9698
4
- data.tar.gz: da1ffd4e858c9711e4084ebe6999cd54b4ad49a6045eab29e624de8cfb5e4e87
3
+ metadata.gz: 84a70701ab8fd0c8c8b529539ee267e07f411e44396c5d9ef57bc5b7eebb5b4c
4
+ data.tar.gz: 7973db255d2bbc4dbed5f2fb20efaf311af19c1276a1dae277ab53dc47ac1bb9
5
5
  SHA512:
6
- metadata.gz: 782197a52618a0e4e15e8ebe221e939032413db10355dc673e40a8aea3cc682e81b703864dc95dc3dd3e824275d97598ad2c2d2eec37d056c1b50ccf0679099c
7
- data.tar.gz: 244b5fa398d787ee563204f20daa89ade4db4dcc1b988c435e8bf005a1a0c14b5e7bd62894ce88955bb456ae575472942dddbc27e74d77228865413fdd1ffe58
6
+ metadata.gz: 1d768c5991e38529980284e01a9c301facde35e1f24501c4d8621aad3a0527cc8837ff8fecb1504441b8338ccc0f4940c9ae2e90762d30cf4f62d3d93ec7e5b3
7
+ data.tar.gz: fdabc83163c3f610625031370c90ad1a86c3b4d8cdd997dfa772b3adf402f8dcb4fcdbdc85b84862c3d79d927f1fc5b607176a2c824d58e605eaa4024912b1a6
data/_data/.DS_Store CHANGED
Binary file
@@ -71,6 +71,10 @@
71
71
  ]
72
72
  },
73
73
  "FAQ": [
74
+ {
75
+ "question": "Can I also find 5-letter words with these letters?",
76
+ "answer": "Yes. Apply filters to get the list, or you can visit our https://wordswithletters.org/five-letter-words-with-these-letters"
77
+ },
74
78
  {
75
79
  "question": "Can I also find words using 3 blanks instead of 2?\n",
76
80
  "answer": "Yes! You can use 3 blanks or simply visit <a href=\"<a href=\"https://wordswithletters.org/words-with-these-letters-and-3-blanks\" target=\"_blank\" rel=\"noopener noreferrer\">https://wordswithletters.org/words-with-these-letters-and-3-blanks</a>\" target=\"_blank\" rel=\"noopener noreferrer\"><a href=\"https://wordswithletters.org/words-with-these-letters-and-3-blanks\" target=\"_blank\" rel=\"noopener noreferrer\">https://wordswithletters.org/words-with-these-letters-and-3-blanks</a></a>. \n"
data/_includes/.DS_Store CHANGED
Binary file
@@ -0,0 +1,50 @@
1
+ {% if jekyll.environment == 'production' and site.clientid %}
2
+
3
+ <style>
4
+ .appscms-left-sidebar {
5
+ position: fixed;
6
+ /* border: 2px solid red; */
7
+ width: 200px;
8
+ top: 180px;
9
+ left: 20px;
10
+ height: 100vh;
11
+ /* z-index: 9999; */
12
+ }
13
+
14
+ .appscms-right-sidebar {
15
+ right: 20px;
16
+ position: fixed;
17
+ /* border: 2px solid red; */
18
+ width: 200px;
19
+ top: 180px;
20
+ height: 100vh;
21
+ /* z-index: 9999; */
22
+ }
23
+
24
+ @media (max-width: 768px) {
25
+
26
+ .appscms-left-sidebar,
27
+ .appscms-right-sidebar {
28
+ display: none;
29
+ }
30
+ }
31
+ </style>
32
+
33
+ <!-- Left Ad -->
34
+ <div class="appscms-left-sidebar">
35
+ <ins class="adsbygoogle" style="display:block" data-ad-client="{{site.clientid}}" data-ad-slot="6398009079"
36
+ data-ad-format="auto" data-full-width-responsive="true"></ins>
37
+ <script>
38
+ (adsbygoogle = window.adsbygoogle || []).push({});
39
+ </script>
40
+ </div>
41
+
42
+ <!-- Right Ad -->
43
+ <div class="appscms-right-sidebar">
44
+ <ins class="adsbygoogle" style="display:block" data-ad-client="{{site.clientid}}" data-ad-slot="6398009079"
45
+ data-ad-format="auto" data-full-width-responsive="true"></ins>
46
+ <script>
47
+ (adsbygoogle = window.adsbygoogle || []).push({});
48
+ </script>
49
+ </div>
50
+ {% endif %}
@@ -4,37 +4,45 @@
4
4
  {%- assign showFaqs= true -%} {%- for item in site.noFaqsList -%} {%- if item ==
5
5
  page.lang -%} {%- assign showFaqs = false -%} {%- break -%} {%- else -%} {%-
6
6
  assign showFaqs = true -%} {%- endif -%} {%- endfor -%} {%- if showFaqs == true
7
- -%}
7
+ -%}
8
8
  {%- if pageData.FAQ.size>0 -%}
9
9
  <div class="container heading mt-5">
10
- <div class="d-flex align-items-center justify-content-center">
11
- <hr
12
- class="flex-grow-1 mx-4 mb-0"
13
- style="height: 2px; background-color: #000"
14
- />
15
- <p class="appscms-h3 my-4 text-center">
16
- {{pageData.faqheading | default: 'Frequently Asked Questions'}}
17
- </p>
18
- <hr
19
- class="flex-grow-1 mx-4 mb-0"
20
- style="height: 2px; background-color: #000"
21
- />
22
- </div>
10
+ <div class="d-flex align-items-center justify-content-center">
11
+ <hr class="flex-grow-1 mx-4 mb-0" style="height: 2px; background-color: #000" />
12
+ <p class="appscms-h3 my-4 text-center">
13
+ {{pageData.faqheading | default: 'Frequently Asked Questions'}}
14
+ </p>
15
+ <hr class="flex-grow-1 mx-4 mb-0" style="height: 2px; background-color: #000" />
16
+ </div>
23
17
  </div>
24
18
  <div class="container mx-auto appscms-faq-section col-md-9 p-3 pb-3 col-12">
25
- {% for data in pageData.FAQ %}
19
+ {% for data in pageData.FAQ %}
26
20
  <div class="faq-item">
27
21
  <h3 class="faq-question">
28
22
  {{ data.question | replace: "$variable", page.value }}
29
23
  </h3>
30
- <p class="faq-answer">
31
- {% assign final_answer = data.answer | replace: "$variable", page.value %}
32
- {% if final_answer contains "<a" %} {{ final_answer }} {% else %} {{ final_answer | auto_link }} {% endif %} </p>
24
+ <p class="faq-answer">
25
+ {% assign final_answer = data.answer | replace: "$variable", page.value %}
26
+
27
+ {% if final_answer contains "<a" %}
28
+ {% comment %} Extract the real URL between the first http and the first quote/space/> after it {% endcomment %}
29
+ {% assign after_http = final_answer | split: "http" | last %}
30
+ {% assign url_part = after_http | split: '"' | first %}
31
+ {% assign clean_url = "http" | append: url_part %}
32
+
33
+ {% comment %} Get the text before the broken tag starts {% endcomment %}
34
+ {% assign before_tag = final_answer | split: "<a" | first %}
35
+
36
+ {{ before_tag }}<a href="{{ clean_url }}" target="_blank" rel="noopener noreferrer">{{ clean_url }}</a>.
37
+ {% else %}
38
+ {{ final_answer | auto_link }}
39
+ {% endif %}
40
+ </p>
33
41
  </div>
34
- {% endfor %}
42
+ {% endfor %}
35
43
 
36
44
  </div>
37
45
  </div>
38
46
  </div>
39
47
 
40
- {%- endif -%} {%- endif -%}
48
+ {%- endif -%} {%- endif -%}
@@ -3,7 +3,7 @@
3
3
  .go-back-block {
4
4
  margin: 0 !important;
5
5
  }
6
-
6
+
7
7
  .action-section {
8
8
  background: linear-gradient(135deg, #667eea 0%, #1b2fe7 100%);
9
9
  border-radius: 4px;
@@ -27,8 +27,13 @@
27
27
  }
28
28
 
29
29
  @keyframes shine {
30
- 0% { left: -100%; }
31
- 100% { left: 100%; }
30
+ 0% {
31
+ left: -100%;
32
+ }
33
+
34
+ 100% {
35
+ left: 100%;
36
+ }
32
37
  }
33
38
 
34
39
  .action-content {
@@ -120,9 +125,13 @@
120
125
  <div class="action-section">
121
126
  <div class="action-content">
122
127
  <div class="action-buttons">
123
- <div class="go-back-block">
124
- <button id="processing-btn" class="action-btn primary-btn">Try processing another file</button>
125
- </div>
128
+
129
+
130
+ <div class="go-back-block">
131
+ <button id="processing-btn">
132
+ <span class="button-loader"></span> Try processing another file
133
+ </button>
134
+ </div>
126
135
 
127
136
 
128
137
  <div class="action-divider">OR</div>
@@ -12,6 +12,12 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
12
12
  data-app-id="{{ site.appId }}"
13
13
  data-dropbox-apikey="{{ site.dropboxapikey }}"
14
14
  >
15
+
16
+
17
+
18
+ {%- include adsense/sidebar-ads.html -%}
19
+
20
+
15
21
  {%- include contenttool_banner.html -%} {%- include
16
22
  appscms/navbars/navbar.html -%} {%- include appscms/navbars/toolbar.html -%}
17
23
  {%- include bookmark.html -%} {%- if site.safeui -%}
@@ -71,8 +77,8 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
71
77
  </script>
72
78
 
73
79
  {%- include appscms/headings/headings.html -%}
74
- <div class="appscms-sidebar-left"></div>
75
- <div class="appscms-sidebar-right"></div>
80
+ <!-- <div class="appscms-sidebar-left"></div>
81
+ <div class="appscms-sidebar-right"></div> -->
76
82
 
77
83
  {%- include appscms/uploadbutton/uploadbutton.html -%} {%- include
78
84
  appscms/featurehighlight/featurehighlight.html -%} {%- include
@@ -10,6 +10,9 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
10
10
  data-app-id="{{ site.appId }}"
11
11
  data-dropbox-apikey="{{ site.dropboxapikey }}"
12
12
  >
13
+ {%- include adsense/sidebar-ads.html -%}
14
+
15
+
13
16
  {%- include appscms/navbars/navbar.html -%} {%- include
14
17
  appscms/navbars/toolbar.html -%} {%- if homeData.nofileupload -%}
15
18
  <div
data/_layouts/home-1.html CHANGED
@@ -98,8 +98,11 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
98
98
  </h2>
99
99
  </div>
100
100
  </div>
101
- {%- endif -%} {%- if site.search -%} {%- include
102
- appscms/searchbar/searchbar.html -%} {%- endif -%} {%- if homeData.features
101
+ {%- endif -%}
102
+ {%- if site.search and page.noSearchBar != true -%}
103
+ {%- include appscms/searchbar/searchbar.html -%}
104
+ {%- endif -%}
105
+ {%- if homeData.features
103
106
  -%}
104
107
  <div class="container mt-4">
105
108
  <div class="row">
@@ -241,7 +244,7 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
241
244
  {%- endif -%} {%- assign showFaqs = true -%} {%- for item in site.noFaqsList
242
245
  -%} {%- if item == page.lang -%} {%- assign showFaqs = false -%} {%- break
243
246
  -%} {%- else -%} {%- assign showFaqs = true -%} {%- endif -%} {%- endfor -%}
244
- {%- if showFaqs == true -%} {%- if homeData.FAQ -%}
247
+ {%- if showFaqs == true -%} {%- if homeData.FAQ.size > 0 -%}
245
248
  <section class="faq-section">
246
249
  <div class="container">
247
250
  <div class="row">
@@ -270,7 +273,17 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
270
273
  {%- endif -%} {%- endif -%}
271
274
 
272
275
  {%- include appscms/reviews/trustpilot.html -%}
273
- {%- include Rating/rating.html -%} {% include footer/index.html %}
276
+ {%- include Rating/rating.html -%}
277
+ {%- if pageData.posts.size > 0 -%} {%-
278
+ include appscms/customblog/pageRelatedPosts.html -%} {%- else -%} {%- if
279
+ categories.size > 0 or tags.size > 0 -%} {%- include
280
+ appscms/recent-posts/related_categories_post.html -%} {%- else -%} {%-
281
+ include appscms/recent-posts/recent_posts.html -%} {%- endif -%} {%- endif
282
+ -%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
283
+ tags.size>0-%} {%- include appscms/customblog/relatedposts.html -%} {%- else
284
+ -%} {%- include appscms/customblog/recentposts.html -%} {% endif %} {%-
285
+ endif -%}
286
+ {% include footer/index.html %}
274
287
 
275
288
 
276
289
  {%- include /ads/banner.html -%}
data/assets/.DS_Store CHANGED
Binary file
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: 5.4.3
4
+ version: 5.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-30 00:00:00.000000000 Z
11
+ date: 2026-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -174,6 +174,7 @@ files:
174
174
  - _includes/ads/sidebar_left.html
175
175
  - _includes/ads/sidebar_right.html
176
176
  - _includes/adsense/adsense.html
177
+ - _includes/adsense/sidebar-ads.html
177
178
  - _includes/adstera_ads.html
178
179
  - _includes/aitools/instagram-hashtag-generator.html
179
180
  - _includes/alternates/alternates.html
@@ -712,7 +713,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
712
713
  - !ruby/object:Gem::Version
713
714
  version: '0'
714
715
  requirements: []
715
- rubygems_version: 3.3.7
716
+ rubygems_version: 3.3.26
716
717
  signing_key:
717
718
  specification_version: 4
718
719
  summary: Appscms theme for all tools