j1-template 2022.0.8 → 2022.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (209) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
  3. data/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
  4. data/apps/public/cc/index.adoc +0 -1
  5. data/assets/data/article_navigator/index.html +0 -1
  6. data/assets/data/news_panel_posts/index.html +0 -1
  7. data/assets/error_pages/HTTP445.html +5 -4
  8. data/assets/error_pages/HTTP446.html +3 -3
  9. data/assets/error_pages/HTTP447.html +110 -0
  10. data/assets/error_pages/HTTP448.html +111 -0
  11. data/assets/themes/j1/adapter/js/advertising.js +413 -0
  12. data/assets/themes/j1/adapter/js/algolia.js +1 -4
  13. data/assets/themes/j1/adapter/js/analytics.js +237 -0
  14. data/assets/themes/j1/adapter/js/asciidoctor.js +1 -4
  15. data/assets/themes/j1/adapter/js/attic.js +1 -4
  16. data/assets/themes/j1/adapter/js/bmd.js +1 -4
  17. data/assets/themes/j1/adapter/js/carousel.js +1 -4
  18. data/assets/themes/j1/adapter/js/clipboard.js +1 -2
  19. data/assets/themes/j1/adapter/js/comments.js +386 -0
  20. data/assets/themes/j1/adapter/js/cookieConsent.js +84 -51
  21. data/assets/themes/j1/adapter/js/fab.js +1 -1
  22. data/assets/themes/j1/adapter/js/framer.js +1 -7
  23. data/assets/themes/j1/adapter/js/j1.js +125 -208
  24. data/assets/themes/j1/adapter/js/justifiedGallery.js +1 -4
  25. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -4
  26. data/assets/themes/j1/adapter/js/lightbox.js +1 -5
  27. data/assets/themes/j1/adapter/js/logger.js +1 -2
  28. data/assets/themes/j1/adapter/js/mmenu.js +2 -3
  29. data/assets/themes/j1/adapter/js/navigator.js +4 -3
  30. data/assets/themes/j1/adapter/js/quicksearch.js +1 -4
  31. data/assets/themes/j1/adapter/js/rouge.js +2 -5
  32. data/assets/themes/j1/adapter/js/rtable.js +1 -4
  33. data/assets/themes/j1/adapter/js/rtextResizer.js +1 -4
  34. data/assets/themes/j1/adapter/js/scroller.js +2 -5
  35. data/assets/themes/j1/adapter/js/themer.js +1 -1
  36. data/assets/themes/j1/adapter/js/toccer.js +1 -4
  37. data/assets/themes/j1/adapter/js/translator.js +79 -124
  38. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +6 -0
  39. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  40. data/assets/themes/j1/core/js/template.js +13 -5
  41. data/assets/themes/j1/core/js/template.min.js +1 -1
  42. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  43. data/assets/themes/j1/modules/advertising/js/google/adInitializer.js +117 -0
  44. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +11 -2
  45. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
  46. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +1 -1
  47. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +1 -1
  48. data/assets/themes/j1/modules/scroller/js/scroller.js +1 -1
  49. data/assets/themes/j1/modules/translator/js/translator.js +1 -1
  50. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  51. data/lib/j1/version.rb +1 -1
  52. data/lib/starter_web/Gemfile +1 -1
  53. data/lib/starter_web/_config.yml +1 -13
  54. data/lib/starter_web/_data/apps/carousel.yml +2 -2
  55. data/lib/starter_web/_data/apps/defaults/carousel.yml +3 -2
  56. data/lib/starter_web/_data/apps/defaults/justifiedGallery.yml +2 -2
  57. data/lib/starter_web/_data/apps/defaults/justifiedGalleryCustomizer.yml +2 -2
  58. data/lib/starter_web/_data/apps/defaults/lightGallery.yml +2 -2
  59. data/lib/starter_web/_data/apps/defaults/lightbox.yml +2 -2
  60. data/lib/starter_web/_data/apps/justifiedGallery.yml +2 -2
  61. data/lib/starter_web/_data/apps/justifiedGalleryCustomizer.yml +2 -2
  62. data/lib/starter_web/_data/apps/lightGallery.yml +2 -2
  63. data/lib/starter_web/_data/apps/lightbox.yml +2 -2
  64. data/lib/starter_web/_data/blocks/banner.yml +3 -2
  65. data/lib/starter_web/_data/blocks/defaults/banner.yml +9 -0
  66. data/lib/starter_web/_data/blocks/defaults/footer.yml +9 -0
  67. data/lib/starter_web/_data/blocks/defaults/panel.yml +9 -0
  68. data/lib/starter_web/_data/blocks/footer.yml +3 -2
  69. data/lib/starter_web/_data/blocks/panel.yml +3 -2
  70. data/lib/starter_web/_data/builder/blog_navigator.yml +3 -2
  71. data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +8 -8
  72. data/lib/starter_web/_data/j1_config.yml +0 -116
  73. data/lib/starter_web/_data/layouts/default.yml +21 -21
  74. data/lib/starter_web/_data/layouts/home.yml +24 -0
  75. data/lib/starter_web/_data/layouts/page.yml +7 -18
  76. data/lib/starter_web/_data/layouts/post.yml +0 -11
  77. data/lib/starter_web/_data/modules/advertising.yml +140 -12
  78. data/lib/starter_web/_data/modules/analytics.yml +99 -0
  79. data/lib/starter_web/_data/modules/attics.yml +3 -2
  80. data/lib/starter_web/_data/modules/comments.yml +55 -0
  81. data/lib/starter_web/_data/modules/cookieconsent.yml +2 -1
  82. data/lib/starter_web/_data/modules/cookies.yml +3 -1
  83. data/lib/starter_web/_data/modules/defaults/advertising.yml +106 -0
  84. data/lib/starter_web/_data/modules/defaults/analytics.yml +93 -0
  85. data/lib/starter_web/_data/modules/defaults/attics.yml +3 -2
  86. data/lib/starter_web/_data/modules/defaults/authentication.yml +51 -48
  87. data/lib/starter_web/_data/modules/defaults/comments.yml +114 -0
  88. data/lib/starter_web/_data/modules/defaults/cookieconsent.yml +3 -3
  89. data/lib/starter_web/_data/modules/defaults/cookies.yml +39 -19
  90. data/lib/starter_web/_data/modules/defaults/fab.yml +4 -2
  91. data/lib/starter_web/_data/modules/defaults/framer.yml +2 -3
  92. data/lib/starter_web/_data/modules/defaults/log4javascript.yml +3 -2
  93. data/lib/starter_web/_data/modules/defaults/log4r.yml +2 -2
  94. data/lib/starter_web/_data/modules/defaults/navigator.yml +4 -2
  95. data/lib/starter_web/_data/modules/defaults/quicksearch.yml +4 -3
  96. data/lib/starter_web/_data/modules/defaults/rtable.yml +3 -2
  97. data/lib/starter_web/_data/modules/defaults/scoller.yml +3 -2
  98. data/lib/starter_web/_data/modules/defaults/themer.yml +119 -118
  99. data/lib/starter_web/_data/modules/defaults/toccer.yml +1 -1
  100. data/lib/starter_web/_data/modules/defaults/translator.yml +1 -1
  101. data/lib/starter_web/_data/modules/fab.yml +3 -2
  102. data/lib/starter_web/_data/modules/framer.yml +3 -4
  103. data/lib/starter_web/_data/modules/log4r.yml +2 -2
  104. data/lib/starter_web/_data/modules/navigator.yml +4 -2
  105. data/lib/starter_web/_data/modules/quicksearch.yml +3 -3
  106. data/lib/starter_web/_data/modules/rtable.yml +3 -3
  107. data/lib/starter_web/_data/modules/scroller.yml +2 -3
  108. data/lib/starter_web/_data/modules/themer.yml +2 -3
  109. data/lib/starter_web/_data/modules/toccer.yml +3 -3
  110. data/lib/starter_web/_data/modules/translator.yml +1 -1
  111. data/lib/starter_web/_data/plugins/defaults/paginator.yml +2 -2
  112. data/lib/starter_web/_data/plugins/paginator.yml +2 -2
  113. data/lib/starter_web/_data/resources.yml +447 -290
  114. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  115. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_content_home.html +11 -0
  116. data/lib/starter_web/_includes/themes/j1/modules/ads/google_ad_top_home.html +11 -0
  117. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  118. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.ads.asciidoc +196 -0
  119. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.comments.asciidoc +182 -0
  120. data/lib/starter_web/index.html +0 -1
  121. data/lib/starter_web/package.json +1 -1
  122. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +0 -1
  123. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +0 -1
  124. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +0 -1
  125. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +0 -1
  126. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +0 -1
  127. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +0 -1
  128. data/lib/starter_web/pages/public/blog/navigator/archive.html +0 -1
  129. data/lib/starter_web/pages/public/blog/navigator/index.html +0 -1
  130. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +4 -3
  131. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.ads.asciidoc +265 -0
  132. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.base.asciidoc +237 -0
  133. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.comments.asciidoc +237 -0
  134. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +62 -0
  135. data/lib/starter_web/pages/public/learn/roundtrip/_includes/google-ad.js +130 -0
  136. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +0 -1
  137. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +0 -1
  138. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +0 -1
  139. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  140. data/lib/starter_web/utilsrv/package.json +1 -1
  141. metadata +23 -70
  142. data/_includes/themes/j1/blocks/ads/ad.html +0 -64
  143. data/_includes/themes/j1/modules/boards/news_pin_board.html +0 -183
  144. data/_includes/themes/j1/modules/connectors/ad/custom-provider.html +0 -30
  145. data/_includes/themes/j1/modules/connectors/ad/google-adsense.html +0 -62
  146. data/_includes/themes/j1/modules/connectors/ads +0 -56
  147. data/_includes/themes/j1/modules/connectors/analytic/custom-provider.html +0 -32
  148. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +0 -30
  149. data/_includes/themes/j1/modules/connectors/analytics +0 -60
  150. data/_includes/themes/j1/modules/connectors/comment/commento.html +0 -31
  151. data/_includes/themes/j1/modules/connectors/comment/custom-provider.html +0 -30
  152. data/_includes/themes/j1/modules/connectors/comment/disqus.html +0 -32
  153. data/_includes/themes/j1/modules/connectors/comment/facebook.html +0 -30
  154. data/_includes/themes/j1/modules/connectors/comment/hyvor.html +0 -32
  155. data/_includes/themes/j1/modules/connectors/comment/just-comments.html +0 -31
  156. data/_includes/themes/j1/modules/connectors/comments +0 -64
  157. data/_includes/themes/j1/modules/connectors/sharing +0 -29
  158. data/_includes/themes/j1/modules/connectors/survey/custom-provider.html +0 -30
  159. data/_includes/themes/j1/modules/connectors/survey/jotform.html +0 -32
  160. data/_includes/themes/j1/modules/connectors/surveys +0 -58
  161. data/_includes/themes/j1/modules/connectors/translator +0 -58
  162. data/_includes/themes/j1/modules/connectors/translators/custom-translator.html +0 -32
  163. data/_includes/themes/j1/modules/connectors/translators/google-translator.html +0 -53
  164. data/_includes/themes/j1/modules/search/algolia.html +0 -181
  165. data/_includes/themes/j1/modules/search/docsearch.html +0 -42
  166. data/assets/data/disqus.js +0 -81
  167. data/assets/data/hyvor.js +0 -72
  168. data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +0 -244
  169. data/lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc +0 -110
  170. data/lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc +0 -28
  171. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +0 -14
  172. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +0 -11
  173. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +0 -11
  174. data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +0 -11
  175. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +0 -11
  176. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +0 -11
  177. data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc +0 -47
  178. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +0 -11
  179. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +0 -11
  180. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +0 -11
  181. data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +0 -337
  182. data/lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc +0 -47
  183. data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +0 -220
  184. data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +0 -177
  185. data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +0 -148
  186. data/lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc +0 -226
  187. data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +0 -109
  188. data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +0 -127
  189. data/lib/starter_web/pages/_test_pages/card-tester.adoc +0 -128
  190. data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +0 -96
  191. data/lib/starter_web/pages/_test_pages/deepl.0.adoc +0 -258
  192. data/lib/starter_web/pages/_test_pages/deepl.adoc +0 -204
  193. data/lib/starter_web/pages/_test_pages/desandro-button.adoc +0 -171
  194. data/lib/starter_web/pages/_test_pages/desandro.adoc +0 -147
  195. data/lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc +0 -308
  196. data/lib/starter_web/pages/_test_pages/formular-01-tester.adoc +0 -167
  197. data/lib/starter_web/pages/_test_pages/formular-02-tester.adoc +0 -727
  198. data/lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc +0 -113
  199. data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +0 -231
  200. data/lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc +0 -149
  201. data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +0 -237
  202. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc +0 -183
  203. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc +0 -235
  204. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc +0 -222
  205. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc +0 -119
  206. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc +0 -236
  207. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +0 -225
  208. data/lib/starter_web/pages/_test_pages/list-group-tester.adoc +0 -265
  209. data/lib/starter_web/pages/_test_pages/tictok.adoc +0 -127
@@ -0,0 +1,237 @@
1
+ ---
2
+ title: Roundtrip
3
+ tagline: present images
4
+ date: 2020-11-03 00:00:00 +100
5
+ description: >
6
+ Welcome to the preview page focussing on the image module. This page
7
+ shows some valuable features of the J1 Template to manage your image-based
8
+ content using lightboxes, carousels (slider), and galleries.
9
+
10
+ categories: [ Roundtrip ]
11
+ tags: [ Introduction, Module, Image ]
12
+
13
+ fab_menu_id: page_ctrl_simple
14
+
15
+ permalink: /pages/public/learn/roundtrip/present_images/
16
+ regenerate: false
17
+
18
+ resources: [
19
+ animate, comments, clipboard,
20
+ carousel, justifiedGallery,
21
+ lightbox, lightGallery,
22
+ rouge
23
+ ]
24
+ resource_options:
25
+ - attic:
26
+ padding_top: 400
27
+ padding_bottom: 50
28
+ opacity: 0.5
29
+ slides:
30
+ - url: /assets/images/pages/roundtrip/images-1920x1280-bw.jpg
31
+ alt: Photo by Ricardo Gomez Angel on Unsplash
32
+ badge:
33
+ type: unsplash
34
+ author: Ricardo Gomez Angel
35
+ href: https://unsplash.com/@ripato/portfolio
36
+ ---
37
+
38
+ // Page Initializer
39
+ // =============================================================================
40
+ // Enable the Liquid Preprocessor
41
+ :page-liquid:
42
+
43
+ // Set (local) page attributes here
44
+ // -----------------------------------------------------------------------------
45
+ // :page--attr: <attr-value>
46
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
47
+
48
+ // Load Liquid procedures
49
+ // -----------------------------------------------------------------------------
50
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
51
+
52
+ // Load page attributes
53
+ // -----------------------------------------------------------------------------
54
+ {% include {{load_attributes}} scope="all" %}
55
+
56
+ // Page content
57
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58
+
59
+ // Include sub-documents (if any)
60
+ // -----------------------------------------------------------------------------
61
+ [role="dropcap"]
62
+ Welcome to the first preview page focussing on the image module. This page
63
+ shows some valuable features of the J1 Template to manage your image-based
64
+ content using lightboxes, carousels (slider), and galleries.
65
+
66
+ The image module offers complex functionality based on powerful OpenSource
67
+ libraries like JustifiedGallery for high-end, masonry-styled preview maps.
68
+ J1 Template uses the jQuery plugin Owl Carousel as a base for image sliders.
69
+ A carousel app (slider) lets you present your images as shows.
70
+
71
+ Lightboxes like LightGallery or Lightbox V2 support your web for enlarged
72
+ image views of your picture or video content. Have a look, a quick tour
73
+ of what J1 can do for image data. Have fun!
74
+
75
+ == J1 Lightboxes
76
+
77
+ A Lightbox is, in general, a helper which displays enlarged, almost
78
+ screen-filling versions of images (or videos) while dimming the remainder
79
+ of the page. The technique, introduced by Lightbox V2, gained widespread
80
+ popularity thanks to its simple style. The term lightbox has been employed
81
+ since then for Javascript libraries to support such functionality.
82
+
83
+ For the J1 Template, two different lightboxes are available:
84
+
85
+ * Lightbox V2 (lightbox)
86
+ * LightGallery
87
+
88
+ The default tool employed by J1 Template is Lightbox V2, a Javascript library
89
+ written by _Lokesh Dhakar_. The name of that (build-in) is *lightbox*.
90
+ For more complex use cases, like a thumbnail gallery preview or video support,
91
+ LightGallery can be used alternatively.
92
+
93
+ NOTE: The name LightGallery implies a sort of a Gallery, but the library is a
94
+ _lightbox_. And, LightGallery provides much more functionality on image-based
95
+ data rather than enlarged displaying of images. See the examples below to check
96
+ for the differences in comparison to the simpler Lightbox V2 lightbox.
97
+
98
+ Both lightboxes are fully integrated to be used as standalone modules or
99
+ used as helpers *under-the-hood* by other apps or modules focussing on
100
+ image-data like gallery or carousel, the build-in carousel module.
101
+
102
+ == Lightbox Examples
103
+
104
+ Find below an example of using the lightbox Lightbox standalone. See how
105
+ single (individual) images are linked for use with Lightbox.
106
+
107
+ .Lightbox block for standalone images
108
+ lightbox::example-standalone[ 400, {data-images-standalone} ]
109
+
110
+ Lightbox supports image groups (image sets). Click on the images below to
111
+ see how Lightbox manages a group of images.
112
+
113
+ .Lightbox block for grouped images
114
+ lightbox::example-group[ 400, {data-images-group}, group ]
115
+
116
+ === LightGallery Example
117
+
118
+ LightGallery provides more complex functions on image data. The module
119
+ supports a gallery-style thumbnail preview plus image resizing, a download
120
+ dialog, sharing provider support, and more helpful. Check what
121
+ LightGallery can do this by the following example.
122
+
123
+ gallery::jg_old_times[]
124
+
125
+ == J1 Carousel App
126
+
127
+ J1 Carousel is based on OWL Carousel V1 in the latest (and unfortunately
128
+ last) version of 1.3.3. OWL Carousel is a clean and neat jQuery slider plugin
129
+ for creating fully responsive and touch-enabled carousel sliders.
130
+
131
+ NOTE: OWL Carousel V1 is no longer available on the Internet; for an
132
+ unknown reason. Anyway, the J1 Template is using this version of OWL
133
+ Carousel is a build-in carousel module because the software does an excellent
134
+ job, is based on an MIT license with no issues using them for private and
135
+ business use. And offers a lot of great features!
136
+
137
+ === Simple Text Carousel
138
+
139
+ A slider or carousel is typically used for displaying images. Still, the
140
+ implementation for the J1 Template supports a lot more sources to be
141
+ displayed as a slide show: simple text, for example.
142
+
143
+ .Simple text carousel
144
+ carousel::demo_text_carousel[role="mb-3"]
145
+
146
+ Important statements or topics can be placed, e.g., on top of an article or
147
+ a paragraph, to give them better visibility. In one line, you can present
148
+ many facts to know animated for the reader's attention within a single
149
+ line. No much space is needed!
150
+
151
+ === Parallax Text Carousel
152
+
153
+ A more eye-minded type of text-based slide show is a parallax text slider. If
154
+ you want to emphasize your statements focussing the meaning, this kind of a
155
+ slide show may be interesting. Image-based slide shows may draw off the
156
+ reader's attention from the text, therefore a pure text-based presentation
157
+ maybe the better choice.
158
+
159
+ .Parallax text carousel
160
+ carousel::demo_text_carousel_parallax[role="mb-3"]
161
+
162
+ Parallax text shows can be placed as banners on a page. For text shows,
163
+ different animations are available. Internally, J1 Template uses some of
164
+ the great CSS styles offered by _animate.css_.
165
+
166
+ TIP: Have a look a https://daneden.github.io/animate.css/[Dan Eden's home page]
167
+ to see all the possible dynamic styles you can create based on pure CSS. Some
168
+ of them are implemented for OWL Carousel for animation. See the documentation
169
+ for the CAROUSEL Module for more details.
170
+
171
+ === Simple Image Carousel
172
+
173
+ Carousels are mostly used for pictures data to animate the images as a series.
174
+ Find with the following some examples of how to use a carousel for your image
175
+ data.
176
+
177
+ A simple image show is useful, for example, as an animated (or not animated)
178
+ banner presenting exciting things about your site or the products offered.
179
+
180
+ .Simple Image Carousel
181
+ carousel::demo_simple[role="mb-3"]
182
+
183
+ === Carousel + Caption + Lightbox
184
+
185
+ Carousels are used for an exceptionally compact form of image galleries.
186
+ This example shows some pictures having individual caption text and supports
187
+ a lightbox to enlarge images full size. For the example below, an almost simple
188
+ lightbox is used: Lightbox V2; or short: lightbox.
189
+
190
+ .Nice cats
191
+ carousel::demo_cats[role="mb-3"]
192
+
193
+ The J1 module lightbox is a simple Lightbox but offers a bunch of impressive
194
+ features for displaying images. For example, the lightbox can display all
195
+ images (of a carousel) as a group. If one picture is opened in the lightbox,
196
+ others are browsed by easy-to-use control buttons.
197
+
198
+ === One Slide Carousel + Lightbox
199
+
200
+ The build-in Carousel carousel supports multiple and single image shows.
201
+ Here you find an example of a single image slide show with controls enabled
202
+ to browse all images back and forth. An indicator below the slider shows how
203
+ many images the show contains.
204
+
205
+ .Single Slide Carousel and a Lightbox
206
+ carousel::demo_oneslide[role="mb-3"]
207
+
208
+ == JustifiedGallery
209
+
210
+ JustifiedGallery is a great jQuery plugin to create responsive, infinite,
211
+ and high-quality justified image galleries. J1 Template combines the Gallery
212
+ with the lightboxes supported to enlarge the images of a gallery.
213
+
214
+ See JustifiedGallery in action - and for sure, all that you see is even
215
+ responsive. Change the size of your current browser window, by width or height,
216
+ to see what will happen!
217
+
218
+ Pictures you've made are typically not even in size. Images may have the
219
+ same size (resolution), but some are orientated landscapes, or others
220
+ may be portraits. For that reason, a more powerful gallery is needed to create
221
+ so-called justified views.
222
+
223
+ JustifiedGallery uses a so-called masonry grid layout. It works by
224
+ placing elements in an optimal position based on available horizontal and
225
+ vertical space. Sort of like mason fitting stones in a wall. You'll have
226
+ seen it in use all over the Internet!
227
+
228
+ .Masonry grid layout of JustifiedGallery
229
+ gallery::jg_customizer[]
230
+
231
+ == What next
232
+
233
+ Hopefully, you've enjoyed exploring the possibilities J1 offers for managing
234
+ and displaying digital image content. But much, much more can the J1 do for
235
+ your web.
236
+
237
+ Incredible? See the next example page link:{url-roundtrip--present-videos}[Present videos].
@@ -71,6 +71,68 @@ resource_options:
71
71
  // Page content
72
72
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73
73
 
74
+ ++++
75
+ <!-- insert Google Ad (Displayanzeige): horizontal-2, adSlot="5128488466" -->
76
+ <div class="5128488466 mb-5">
77
+ <ins class="adsbygoogle"
78
+ style="display: block;"
79
+ data-ad-client="ca-pub-3885670015316130"
80
+ data-ad-slot="5128488466"
81
+ data-ad-format="auto"
82
+ data-adtest="on"
83
+ data-full-width-responsive="true">
84
+ </ins>
85
+ </div>
86
+ ++++
87
+
88
+ ++++
89
+ <script>
90
+
91
+ $(document).ready(function() {
92
+ var logger = log4javascript.getLogger('j1.google.ads');
93
+ var autoHideOnUnfilled = true;
94
+
95
+ var dependencies_met_page_ready = setInterval (function (options) {
96
+ if ( j1.getState() === 'finished' ) {
97
+
98
+ // monitor for state changes on the ad
99
+ // ---------------------------------------------------------------------
100
+ $('.adsbygoogle').attrchange({
101
+ trackValues: true,
102
+ callback: function (event) {
103
+ if (event.newValue === 'unfilled') {
104
+ var elm = event.target.dataset;
105
+ if (elm.adClient) {
106
+ logger.warn('\n' + 'initialized ad detected as: ' + event.newValue);
107
+ if (autoHideOnUnfilled) {
108
+ logger.info('\n' + ' hide ad for slot: ' + elm.adSlot);
109
+ $('.' + elm.adSlot ).hide();
110
+ }
111
+ }
112
+ }
113
+ }
114
+ });
115
+
116
+ // manage uncaught execeptions
117
+ // ---------------------------------------------------------------------
118
+ // window.onerror = function (msg, url, line) {
119
+ // alert("Message : " + msg );
120
+ // alert("url : " + url );
121
+ // alert("Line number : " + line );
122
+ // }
123
+
124
+ logger.info('\n' + 'initialize Google Ad on slot: ' + '5128488466');
125
+ (adsbygoogle = window.adsbygoogle || []).push({});
126
+
127
+ clearInterval(dependencies_met_page_ready);
128
+ }
129
+ });
130
+
131
+ });
132
+
133
+ </script>
134
+ ++++
135
+
74
136
  // Include sub-documents (if any)
75
137
  // -----------------------------------------------------------------------------
76
138
  Playing video on web pages seems not that special since you can already
@@ -0,0 +1,130 @@
1
+ <!-- Google Ad (Displayanzeige): horizontal-1 -->
2
+ <ins class="adsbygoogle mb-5"
3
+ style="display:block"
4
+ data-ad-client="ca-pub-3885670015316130"
5
+ data-ad-slot="5128488466"
6
+ data-ad-format="auto"
7
+ data-adtest="on"
8
+ data-full-width-responsive="true">
9
+ </ins>
10
+
11
+ <!-- Google Ad (Displayanzeige): horizontal-2 -->
12
+ <ins class="adsbygoogle"
13
+ style="display:block"
14
+ data-ad-client="ca-pub-3885670015316130"
15
+ data-ad-slot="7284712660"
16
+ data-ad-format="auto"
17
+ data-full-width-responsive="true"></ins>
18
+ <script>
19
+ (adsbygoogle = window.adsbygoogle || []).push({});
20
+ </script>
21
+
22
+ // manage uncaught execeptions
23
+ // ---------------------------------------------------------------------
24
+ // window.onerror = function (msg, url, line) {
25
+ // alert("Message : " + msg );
26
+ // alert("url : " + url );
27
+ // alert("Line number : " + line );
28
+ // }
29
+
30
+ // From www.freeformatter.com
31
+ // -----------------------------------------------------------------------------
32
+ <script type="text/javascript">
33
+ window.googletag = window.googletag || {};
34
+ window.googletag.cmd = window.googletag.cmd || [];
35
+ window.googletag.cmd.push(function() {
36
+ window.googletag.pubads().enableAsyncRendering();
37
+ window.googletag.pubads().disableInitialLoad();
38
+ });
39
+ (adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=1;
40
+
41
+ __tcfapi("addEventListener", 2, function(tcData, success) {
42
+ if (success && tcData.unicLoad === true) {
43
+ if(!window._initAds) {
44
+ window._initAds = true;
45
+ var script = document.createElement('script');
46
+ script.async = true;
47
+ script.setAttribute('data-ad-client', 'ca-pub-2485708030241382');
48
+ script.src = 'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js';
49
+ document.head.appendChild(script);
50
+ }
51
+ }
52
+ });
53
+ </script>
54
+
55
+ ++++
56
+ <!-- insert Google Ad (Displayanzeige): horizontal-2, adSlot="5128488466" -->
57
+ <div class="5128488466 mb-5">
58
+ <ins class="adsbygoogle"
59
+ style="display: block;"
60
+ data-ad-client="ca-pub-3885670015316130"
61
+ data-ad-slot="5128488466"
62
+ data-ad-format="auto"
63
+ data-adtest="on"
64
+ data-full-width-responsive="true">
65
+ </ins>
66
+ </div>
67
+ ++++
68
+
69
+ <!-- insert Google Ad (In-Article-Anzeige): in-article-1, adSlot="7522184684" -->
70
+ <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3885670015316130"
71
+ crossorigin="anonymous"></script>
72
+ <ins class="adsbygoogle"
73
+ style="display:block; text-align:center;"
74
+ data-ad-layout="in-article"
75
+ data-ad-format="fluid"
76
+ data-ad-client="ca-pub-3885670015316130"
77
+ data-ad-slot="7522184684"></ins>
78
+ <script>
79
+ (adsbygoogle = window.adsbygoogle || []).push({});
80
+ </script>
81
+
82
+
83
+
84
+ ++++
85
+ <script>
86
+
87
+ $(document).ready(function() {
88
+ var logger = log4javascript.getLogger('j1.google.ads');
89
+ var autoHideOnUnfilled = false;
90
+
91
+ var dependencies_met_page_ready = setInterval (function (options) {
92
+ if ( j1.getState() === 'finished' ) {
93
+
94
+ // monitor for state changes on the ad
95
+ // ---------------------------------------------------------------------
96
+ $('.adsbygoogle').attrchange({
97
+ trackValues: true,
98
+ callback: function (event) {
99
+ if (event.newValue === 'unfilled') {
100
+ var elm = event.target.dataset;
101
+ if (elm.adClient) {
102
+ logger.warn('\n' + 'initialized ad detected as: ' + event.newValue);
103
+ if (autoHideOnUnfilled) {
104
+ logger.info('\n' + ' hide ad for slot: ' + elm.adSlot);
105
+ $('.' + elm.adSlot ).hide();
106
+ }
107
+ }
108
+ }
109
+ }
110
+ });
111
+
112
+ // manage uncaught execeptions
113
+ // ---------------------------------------------------------------------
114
+ // window.onerror = function (msg, url, line) {
115
+ // alert("Message : " + msg );
116
+ // alert("url : " + url );
117
+ // alert("Line number : " + line );
118
+ // }
119
+
120
+ logger.info('\n' + 'initialize Google Ad on slot: ' + '5128488466');
121
+ (adsbygoogle = window.adsbygoogle || []).push({});
122
+
123
+ clearInterval(dependencies_met_page_ready);
124
+ }
125
+ });
126
+
127
+ });
128
+
129
+ </script>
130
+ ++++
@@ -20,7 +20,6 @@ fab_menu_id: page_ctrl_simple
20
20
  scrollbar: false
21
21
  toc: true
22
22
 
23
- advertising: false
24
23
  comments: false
25
24
 
26
25
  permalink: /pages/public/legal/en/copyright/
@@ -19,7 +19,6 @@ fab_menu_id: page_ctrl_simple
19
19
  scrollbar: false
20
20
  toc: false
21
21
 
22
- advertising: false
23
22
  comments: false
24
23
 
25
24
  permalink: /pages/public/legal/en/impress/
@@ -21,7 +21,6 @@ fab_menu_id: page_ctrl_simple
21
21
  scrollbar: false
22
22
  toc: true
23
23
 
24
- advertising: false
25
24
  comments: false
26
25
 
27
26
  permalink: /pages/public/legal/en/comment_policy/
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.0.8",
4
+ "version": "2022.0.12",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "utls",
4
- "version": "2022.0.8",
4
+ "version": "2022.0.12",
5
5
  "description": "J1 Template Utility Server",
6
6
  "homepage": "https://jekyll.one",
7
7
  "author": {