diff --git a/theme_anelusia/views/snippets/s_text_cover.xml b/theme_anelusia/views/snippets/s_text_cover.xml index 6852fd6bd..929fccef0 100644 --- a/theme_anelusia/views/snippets/s_text_cover.xml +++ b/theme_anelusia/views/snippets/s_text_cover.xml @@ -4,19 +4,16 @@ - - + + + + diff --git a/theme_avantgarde/views/images_library.xml b/theme_avantgarde/views/images_library.xml index 98b8d6834..e379460c2 100644 --- a/theme_avantgarde/views/images_library.xml +++ b/theme_avantgarde/views/images_library.xml @@ -477,5 +477,10 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin website.s_images_constellation_default_image_2 /theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_2.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_avantgarde/static/src/img/pictures/s_text_cover.jpg + diff --git a/theme_aviato/__manifest__.py b/theme_aviato/__manifest__.py index 97c75b6fa..c1c5b9af1 100644 --- a/theme_aviato/__manifest__.py +++ b/theme_aviato/__manifest__.py @@ -47,6 +47,7 @@ 'views/snippets/s_wavy_grid.xml', 'views/snippets/s_shape_image.xml', 'views/snippets/s_images_constellation.xml', + 'views/snippets/s_text_cover.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_aviato/static/src/img/content/s_text_cover.jpg b/theme_aviato/static/src/img/content/s_text_cover.jpg new file mode 100644 index 000000000..991c628a0 Binary files /dev/null and b/theme_aviato/static/src/img/content/s_text_cover.jpg differ diff --git a/theme_aviato/views/images_library.xml b/theme_aviato/views/images_library.xml index cfde983ba..def98782a 100644 --- a/theme_aviato/views/images_library.xml +++ b/theme_aviato/views/images_library.xml @@ -368,4 +368,11 @@ /theme_aviato/static/src/img/content/s_images_constellation_default_image_2.jpg + + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_aviato/static/src/img/content/s_text_cover.jpg + + diff --git a/theme_aviato/views/snippets/s_text_cover.xml b/theme_aviato/views/snippets/s_text_cover.xml new file mode 100644 index 000000000..7ee755f0c --- /dev/null +++ b/theme_aviato/views/snippets/s_text_cover.xml @@ -0,0 +1,18 @@ + + + + + + diff --git a/theme_beauty/__manifest__.py b/theme_beauty/__manifest__.py index 3f45fcdc2..ce49455bb 100644 --- a/theme_beauty/__manifest__.py +++ b/theme_beauty/__manifest__.py @@ -55,6 +55,7 @@ 'views/snippets/s_image_frame.xml', 'views/snippets/s_wavy_grid.xml', 'views/snippets/s_shape_image.xml', + 'views/snippets/s_text_cover.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_beauty/views/images.xml b/theme_beauty/views/images.xml index 6f6e67977..02e447cf1 100644 --- a/theme_beauty/views/images.xml +++ b/theme_beauty/views/images.xml @@ -420,5 +420,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> website.s_images_constellation_default_image_2 /theme_beauty/static/src/img/snippets/s_images_constellation_default_image_2.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_beauty/static/src/img/snippets/library_image_02.jpg + diff --git a/theme_beauty/views/snippets/s_text_cover.xml b/theme_beauty/views/snippets/s_text_cover.xml new file mode 100644 index 000000000..d9af1beb7 --- /dev/null +++ b/theme_beauty/views/snippets/s_text_cover.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_bewise/views/customizations.xml b/theme_bewise/views/customizations.xml index 9cda73029..6ddff7a55 100644 --- a/theme_bewise/views/customizations.xml +++ b/theme_bewise/views/customizations.xml @@ -1059,4 +1059,24 @@ + + + diff --git a/theme_bewise/views/image_content.xml b/theme_bewise/views/image_content.xml index ed5273262..968533372 100644 --- a/theme_bewise/views/image_content.xml +++ b/theme_bewise/views/image_content.xml @@ -377,5 +377,10 @@ website.s_images_constellation_default_image_2 /theme_bewise/static/src/img/content/s_images_constellation_default_image_2.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_bewise/static/src/img/content/library_image_14.jpg + diff --git a/theme_bistro/__manifest__.py b/theme_bistro/__manifest__.py index c07098e31..d4222f8b4 100644 --- a/theme_bistro/__manifest__.py +++ b/theme_bistro/__manifest__.py @@ -51,6 +51,7 @@ 'views/snippets/s_wavy_grid.xml', 'views/snippets/s_shape_image.xml', 'views/snippets/s_images_constellation.xml', + 'views/snippets/s_text_cover.xml', 'views/new_page_template.xml', ], diff --git a/theme_bistro/views/images_library.xml b/theme_bistro/views/images_library.xml index 3bf39ffa4..679a2fe16 100644 --- a/theme_bistro/views/images_library.xml +++ b/theme_bistro/views/images_library.xml @@ -468,6 +468,11 @@ website.s_kickoff_default_image /theme_bistro/static/src/img/content/s_kickoff_default_image.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_bistro/static/src/img/content/text_image.jpg + diff --git a/theme_bistro/views/snippets/s_text_cover.xml b/theme_bistro/views/snippets/s_text_cover.xml new file mode 100644 index 000000000..a9b9dc95b --- /dev/null +++ b/theme_bistro/views/snippets/s_text_cover.xml @@ -0,0 +1,19 @@ + + + + + + diff --git a/theme_bookstore/__manifest__.py b/theme_bookstore/__manifest__.py index fa24f31b2..faf2c0b20 100644 --- a/theme_bookstore/__manifest__.py +++ b/theme_bookstore/__manifest__.py @@ -56,6 +56,7 @@ 'views/snippets/s_wavy_grid.xml', 'views/snippets/s_shape_image.xml', 'views/snippets/s_images_constellation.xml', + 'views/snippets/s_text_cover.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_bookstore/views/images.xml b/theme_bookstore/views/images.xml index d732df76f..03294c8bf 100644 --- a/theme_bookstore/views/images.xml +++ b/theme_bookstore/views/images.xml @@ -403,5 +403,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss --> website.s_images_constellation_default_image_2 /theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_2.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_bookstore/static/src/img/snippets/s_unveil_3.jpg + diff --git a/theme_bookstore/views/snippets/s_text_cover.xml b/theme_bookstore/views/snippets/s_text_cover.xml new file mode 100644 index 000000000..cb6f5bc3f --- /dev/null +++ b/theme_bookstore/views/snippets/s_text_cover.xml @@ -0,0 +1,19 @@ + + + + + + diff --git a/theme_buzzy/views/images_library.xml b/theme_buzzy/views/images_library.xml index 203b3198f..047e46042 100644 --- a/theme_buzzy/views/images_library.xml +++ b/theme_buzzy/views/images_library.xml @@ -211,5 +211,12 @@ website.s_images_constellation_default_image_2 /theme_buzzy/static/src/img/photos/s_images_constellation_default_image_2.jpg + + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_buzzy/static/src/img/photos/library_image_02.jpg + + diff --git a/theme_buzzy/views/new_page_template.xml b/theme_buzzy/views/new_page_template.xml index b12a8af9e..dfdd2562a 100644 --- a/theme_buzzy/views/new_page_template.xml +++ b/theme_buzzy/views/new_page_template.xml @@ -158,7 +158,7 @@ @@ -250,7 +250,7 @@ @@ -347,7 +347,7 @@ diff --git a/theme_clean/views/image_content.xml b/theme_clean/views/image_content.xml index c57e42686..8ed001503 100644 --- a/theme_clean/views/image_content.xml +++ b/theme_clean/views/image_content.xml @@ -332,5 +332,10 @@ website.s_images_constellation_default_image_2 /theme_clean/static/src/img/content/s_images_constellation_default_image_2.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_clean/static/src/img/content/library_image_16.jpg + diff --git a/theme_cobalt/views/images.xml b/theme_cobalt/views/images.xml index 2e2eed224..6be270bbf 100644 --- a/theme_cobalt/views/images.xml +++ b/theme_cobalt/views/images.xml @@ -386,5 +386,10 @@ website.s_images_constellation_default_image_2 /theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_2.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_cobalt/static/src/img/pictures/s_image_3.jpg + diff --git a/theme_enark/__manifest__.py b/theme_enark/__manifest__.py index 82267f265..6b638866b 100644 --- a/theme_enark/__manifest__.py +++ b/theme_enark/__manifest__.py @@ -46,6 +46,7 @@ 'views/snippets/s_wavy_grid.xml', 'views/snippets/s_shape_image.xml', 'views/snippets/s_images_constellation.xml', + 'views/snippets/s_text_cover.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_enark/views/image_library.xml b/theme_enark/views/image_library.xml index 73cb100de..2b0449c68 100644 --- a/theme_enark/views/image_library.xml +++ b/theme_enark/views/image_library.xml @@ -330,5 +330,10 @@ website.s_images_constellation_default_image_2 /theme_enark/static/src/img/snippets/s_images_constellation_default_image_2.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_enark/static/src/img/snippets/library_image_02.jpg + diff --git a/theme_enark/views/snippets/s_text_cover.xml b/theme_enark/views/snippets/s_text_cover.xml new file mode 100644 index 000000000..f194909ac --- /dev/null +++ b/theme_enark/views/snippets/s_text_cover.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/theme_graphene/views/images_library.xml b/theme_graphene/views/images_library.xml index 378cb5d97..456bad066 100644 --- a/theme_graphene/views/images_library.xml +++ b/theme_graphene/views/images_library.xml @@ -438,6 +438,11 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin website.s_kickoff_default_image /theme_graphene/static/src/img/pictures/s_kickoff_default_image.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_graphene/static/src/img/pictures/bg_image_08.jpg + diff --git a/theme_kea/__manifest__.py b/theme_kea/__manifest__.py index a324920b1..3bcc18ad6 100644 --- a/theme_kea/__manifest__.py +++ b/theme_kea/__manifest__.py @@ -49,6 +49,7 @@ 'views/snippets/s_quadrant.xml', 'views/snippets/s_big_number.xml', 'views/snippets/s_wavy_grid.xml', + 'views/snippets/s_text_cover.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_kea/views/images_content.xml b/theme_kea/views/images_content.xml index 505be3311..5234a41c5 100644 --- a/theme_kea/views/images_content.xml +++ b/theme_kea/views/images_content.xml @@ -416,5 +416,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss --> website.s_images_constellation_default_image_2 /theme_kea/static/src/img/snippets/s_images_constellation_default_image_2.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_kea/static/src/img/snippets/s_image_wall_02.jpg + diff --git a/theme_kea/views/snippets/s_text_cover.xml b/theme_kea/views/snippets/s_text_cover.xml new file mode 100644 index 000000000..9aa7575c3 --- /dev/null +++ b/theme_kea/views/snippets/s_text_cover.xml @@ -0,0 +1,11 @@ + + + + + + diff --git a/theme_kiddo/__manifest__.py b/theme_kiddo/__manifest__.py index fad76eb36..62b1455c4 100644 --- a/theme_kiddo/__manifest__.py +++ b/theme_kiddo/__manifest__.py @@ -52,6 +52,7 @@ 'views/snippets/s_wavy_grid.xml', 'views/snippets/s_shape_image.xml', 'views/snippets/s_images_constellation.xml', + 'views/snippets/s_text_cover.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_kiddo/views/images_library.xml b/theme_kiddo/views/images_library.xml index 16c69b7f6..9cc063b26 100644 --- a/theme_kiddo/views/images_library.xml +++ b/theme_kiddo/views/images_library.xml @@ -389,5 +389,10 @@ website.s_images_constellation_default_image_2 /theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_2.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_kiddo/static/src/img/snippets/s_banner.jpg + diff --git a/theme_kiddo/views/snippets/s_text_cover.xml b/theme_kiddo/views/snippets/s_text_cover.xml new file mode 100644 index 000000000..dc9bc4974 --- /dev/null +++ b/theme_kiddo/views/snippets/s_text_cover.xml @@ -0,0 +1,19 @@ + + + + + + diff --git a/theme_loftspace/__manifest__.py b/theme_loftspace/__manifest__.py index f403670a7..1bab2088e 100644 --- a/theme_loftspace/__manifest__.py +++ b/theme_loftspace/__manifest__.py @@ -46,6 +46,7 @@ 'views/snippets/s_quadrant.xml', 'views/snippets/s_big_number.xml', 'views/snippets/s_wavy_grid.xml', + 'views/snippets/s_text_cover.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_loftspace/views/images_content.xml b/theme_loftspace/views/images_content.xml index 85a40c77a..61d60ad4b 100644 --- a/theme_loftspace/views/images_content.xml +++ b/theme_loftspace/views/images_content.xml @@ -396,5 +396,10 @@ Check in primary_variables.scss and theme.scss --> website.s_images_constellation_default_image_2 /theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_2.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_loftspace/static/src/img/snippets/s_carousel_1.jpg + diff --git a/theme_loftspace/views/snippets/s_text_cover.xml b/theme_loftspace/views/snippets/s_text_cover.xml new file mode 100644 index 000000000..929fccef0 --- /dev/null +++ b/theme_loftspace/views/snippets/s_text_cover.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/theme_monglia/views/customizations.xml b/theme_monglia/views/customizations.xml index d4b8366a7..a5f419d9a 100644 --- a/theme_monglia/views/customizations.xml +++ b/theme_monglia/views/customizations.xml @@ -790,4 +790,23 @@ + + + diff --git a/theme_monglia/views/images_content.xml b/theme_monglia/views/images_content.xml index d60be8cab..91ef4781d 100644 --- a/theme_monglia/views/images_content.xml +++ b/theme_monglia/views/images_content.xml @@ -432,5 +432,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss --> website.s_images_constellation_default_image_2 /theme_monglia/static/src/img/snippets/s_images_constellation_default_image_2.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_monglia/static/src/img/snippets/s_carousel_1.jpg + diff --git a/theme_nano/__manifest__.py b/theme_nano/__manifest__.py index 4df766090..b8af2c02d 100644 --- a/theme_nano/__manifest__.py +++ b/theme_nano/__manifest__.py @@ -40,6 +40,7 @@ 'views/snippets/s_big_number.xml', 'views/snippets/s_image_frame.xml', 'views/snippets/s_shape_image.xml', + 'views/snippets/s_text_cover.xml', 'views/new_page_template.xml', ], 'images': [ diff --git a/theme_nano/views/images_library.xml b/theme_nano/views/images_library.xml index 03659864e..43dc820d0 100644 --- a/theme_nano/views/images_library.xml +++ b/theme_nano/views/images_library.xml @@ -495,6 +495,11 @@ website.s_quadrant_default_image_4 /theme_nano/static/src/img/snippets/s_media_list_02.jpg + + website.s_text_cover_default_image + website.s_text_cover_default_image + /theme_nano/static/src/img/snippets/s_images_wall_05.jpg + diff --git a/theme_nano/views/new_page_template.xml b/theme_nano/views/new_page_template.xml index 04ab36fd2..38d757510 100644 --- a/theme_nano/views/new_page_template.xml +++ b/theme_nano/views/new_page_template.xml @@ -114,12 +114,6 @@ - - - -