[FIX] theme_*: fix s_text_cover design

This commit has two main goals:

1. Adapt the copy of the `s_text_cover` snippet to fit each theme

2. Introduce custom images for each themes, as the `s_text_cover` was
   always using the same image until now

This commit also fixes some conflicting classes due to a change of
`background-color` in the default snippet.

task-4119904
Part of task-3619705

Part-of: odoo/design-themes#919
Related: odoo/odoo#180736
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2024-08-08 18:55:23 +02:00
committed by qsm-odoo
parent 05fdc8e75f
commit 3243aef15b
61 changed files with 457 additions and 28 deletions
@@ -4,19 +4,16 @@
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
</xpath>
<!-- Container -->
<xpath expr="//div[hasclass('row')]/div" position="attributes">
<attribute name="style" add="text-align: right;" separator=" "/>
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
</xpath>
<xpath expr="//h1" position="replace" mode="inner">
The next<br/> summer<br/> collection
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Color trends are already waiting to spring <br/>into action for the next summer.
<br/>Color trends are already waiting to spring into action for the next summer.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Discover it
</xpath>
+1
View File
@@ -60,6 +60,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': [
Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

+5
View File
@@ -375,5 +375,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_artists/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_artists/static/src/img/snippets/s_text_cover.jpg</field>
</record>
</odoo>
+1 -7
View File
@@ -111,13 +111,7 @@
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" separator=" "/>
</xpath>
</template>
<template id="new_page_template_about_s_text_cover" inherit_id="website.new_page_template_about_s_text_cover">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
</xpath>
</template>
</template>
<template id="new_page_template_about_full_s_image_text" inherit_id="website.new_page_template_about_full_s_image_text">
<xpath expr="//section" position="attributes">
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
</xpath>
<xpath expr="//h1" position="replace" mode="inner">
Share Art.<br/>Effortlessly.
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Showcase your artwork and updates online with a user-friendly platform that simplifies everything, making it easy for art lovers to discover and appreciate your creations.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Learn more
</xpath>
</template>
</odoo>
Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

+15
View File
@@ -613,4 +613,19 @@
</xpath>
</template>
<!-- ======== TEXT COVER ======== -->
<template id="s_text_cover" inherit_id="website.s_text_cover">
<xpath expr="//h1" position="replace" mode="inner">
Design Online. <br/>Effortlessly.
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Present your architectural projects online with a user-friendly platform that streamlines all the steps, from setup to project showcase, making it easy to share your vision with clients.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Learn more
</xpath>
</template>
</odoo>
@@ -477,5 +477,10 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_avantgarde/static/src/img/pictures/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_avantgarde/static/src/img/pictures/s_text_cover.jpg</field>
</record>
</odoo>
+1
View File
@@ -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': [
Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

+7
View File
@@ -368,4 +368,11 @@
<field name="url">/theme_aviato/static/src/img/content/s_images_constellation_default_image_2.jpg</field>
</record>
<!-- Text cover -->
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_aviato/static/src/img/content/s_text_cover.jpg</field>
</record>
</odoo>
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<xpath expr="//h1" position="replace" mode="inner">
Plan Trips. <br/>Effortlessly.
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Create and manage travel itineraries online with a user-friendly platform that simplifies all the steps, from setup to itinerary management, making it easy to offer seamless travel experiences to your clients.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Get started
</xpath>
</template>
</odoo>
+1
View File
@@ -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': [
+5
View File
@@ -420,5 +420,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_beauty/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_beauty/static/src/img/snippets/library_image_02.jpg</field>
</record>
</odoo>
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Showcase<br/>your products.
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Showcase and manage your cosmetics line online with a user-friendly platform that simplifies all the steps, from setup to product display, making it easy to highlight your beauty products.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Get started
</xpath>
</template>
</odoo>
+20
View File
@@ -1059,4 +1059,24 @@
</xpath>
</template>
<!-- ======== TEXT COVER ======== -->
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace">
<h1 class="display-4">Promote your<br/>courses. Easily.</h1>
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Promote and manage your educational programs online with a user-friendly platform that streamlines all the steps, from setup to course management, making it easy to offer and update your offerings.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Get started
</xpath>
</template>
</odoo>
+5
View File
@@ -377,5 +377,10 @@
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_bewise/static/src/img/content/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_bewise/static/src/img/content/library_image_14.jpg</field>
</record>
</odoo>
+1
View File
@@ -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',
],
+5
View File
@@ -468,6 +468,11 @@
<field name="name">website.s_kickoff_default_image</field>
<field name="url">/theme_bistro/static/src/img/content/s_kickoff_default_image.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_bistro/static/src/img/content/text_image.jpg</field>
</record>
<!-- Intro Pill -->
<record id="s_intro_pill_default_image" model="theme.ir.attachment">
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Title -->
<xpath expr="//h1" position="replace">
<h1 class="display-4">Present your<br/>menus.Easily.</h1>
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Showcase your bistros menu online with a user-friendly platform that simplifies all the steps, from setup to menu management, making it easy for guests to explore and enjoy your offerings.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Get started
</xpath>
</template>
</odoo>
+1
View File
@@ -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': [
+5
View File
@@ -403,5 +403,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_bookstore/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_bookstore/static/src/img/snippets/s_unveil_3.jpg</field>
</record>
</odoo>
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Title -->
<xpath expr="//h1" position="replace">
<h1 class="display-4">Sell your<br/>Books. Easily.</h1>
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Display and manage your bookstores collection online with a user-friendly platform that simplifies all the steps, from setup to catalog management, making it easy for customers to browse and find their next read.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Get started
</xpath>
</template>
</odoo>
+7
View File
@@ -211,5 +211,12 @@
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_buzzy/static/src/img/photos/s_images_constellation_default_image_2.jpg</field>
</record>
<!-- Text cover -->
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_buzzy/static/src/img/photos/library_image_02.jpg</field>
</record>
</odoo>
+3 -3
View File
@@ -158,7 +158,7 @@
<template id="new_page_template_about_s_text_cover" inherit_id="website.new_page_template_about_s_text_cover">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
</xpath>
</template>
@@ -250,7 +250,7 @@
<template id="new_page_template_landing_s_text_cover" inherit_id="website.new_page_template_landing_s_text_cover">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
</xpath>
</template>
@@ -347,7 +347,7 @@
<template id="new_page_template_services_s_text_cover" inherit_id="website.new_page_template_services_s_text_cover">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
</xpath>
</template>
+5
View File
@@ -332,5 +332,10 @@
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_clean/static/src/img/content/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_clean/static/src/img/content/library_image_16.jpg</field>
</record>
</odoo>
+5
View File
@@ -386,5 +386,10 @@
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_cobalt/static/src/img/pictures/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_cobalt/static/src/img/pictures/s_image_3.jpg</field>
</record>
</odoo>
+1
View File
@@ -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': [
+5
View File
@@ -330,5 +330,10 @@
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_enark/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_enark/static/src/img/snippets/library_image_02.jpg</field>
</record>
</odoo>
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Present your<br/>works. Easily.
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Showcase your architectural designs online with a user-friendly platform that simplifies all the steps, from setup to project display, making it easy to highlight your work and attract potential clients.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Get started
</xpath>
</template>
</odoo>
+5
View File
@@ -438,6 +438,11 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin
<field name="name">website.s_kickoff_default_image</field>
<field name="url">/theme_graphene/static/src/img/pictures/s_kickoff_default_image.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_graphene/static/src/img/pictures/bg_image_08.jpg</field>
</record>
<!-- Intro Pill -->
<record id="s_intro_pill_default_image" model="theme.ir.attachment">
+1
View File
@@ -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': [
+5
View File
@@ -416,5 +416,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_kea/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_kea/static/src/img/snippets/s_image_wall_02.jpg</field>
</record>
</odoo>
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2" remove="o_cc3" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -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': [
+5
View File
@@ -389,5 +389,10 @@
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_kiddo/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_kiddo/static/src/img/snippets/s_banner.jpg</field>
</record>
</odoo>
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Discover<br/>our nursery
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Discover our nurserys welcoming environment and engaging programs with ease. Our platform helps you explore our activities, meet our staff, and see how we make early learning fun and enriching for your child.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Learn more
</xpath>
</template>
</odoo>
+1
View File
@@ -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': [
+5
View File
@@ -396,5 +396,10 @@ Check in primary_variables.scss and theme.scss -->
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_loftspace/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_loftspace/static/src/img/snippets/s_carousel_1.jpg</field>
</record>
</odoo>
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
</xpath>
<xpath expr="//h1" position="replace" mode="inner">
The next<br/> summer<br/> collection
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Color trends are already waiting to spring into action for the next summer.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Discover it
</xpath>
</template>
</odoo>
+19
View File
@@ -790,4 +790,23 @@
<xpath expr="//p[2]" position="replace"/>
</template>
<!-- ======== TEXT COVER ======== -->
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
</xpath>
<xpath expr="//h1" position="replace" mode="inner">
Plan Events. <br/>Effortlessly.
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Organize and promote your events online with a user-friendly platform that streamlines all the steps, from setup to guest management, making it easy to create memorable experiences for your audience.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Get started
</xpath>
</template>
</odoo>
+5
View File
@@ -432,5 +432,10 @@ Check in primary_variables.scss, theme.scss and theme_common's mixins.scss -->
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_monglia/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_monglia/static/src/img/snippets/s_carousel_1.jpg</field>
</record>
</odoo>
+1
View File
@@ -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': [
+5
View File
@@ -495,6 +495,11 @@
<field name="name">website.s_quadrant_default_image_4</field>
<field name="url">/theme_nano/static/src/img/snippets/s_media_list_02.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_nano/static/src/img/snippets/s_images_wall_05.jpg</field>
</record>
<!-- Wavy Grid -->
<record id="s_wavy_grid_default_image_1" model="theme.ir.attachment">
-12
View File
@@ -114,12 +114,6 @@
</xpath>
</template>
<template id="new_page_template_about_s_text_cover" inherit_id="website.new_page_template_about_s_text_cover">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
</xpath>
</template>
<template id="new_page_template_about_full_1_s_text_block_h1" inherit_id="website.new_page_template_about_full_1_s_text_block_h1">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pb0" remove="pb40 pt40" separator=" "/>
@@ -329,12 +323,6 @@
</xpath>
</template>
<template id="new_page_template_services_s_text_cover" inherit_id="website.new_page_template_services_s_text_cover">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
</xpath>
</template>
<template id="new_page_template_services_s_text_image" inherit_id="website.new_page_template_services_s_text_image">
<xpath expr="//section" position="attributes">
<attribute name="class" remove="pt48 pb48" separator=" "/>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc3" separator=" "/>
</xpath>
</template>
</odoo>
+1
View File
@@ -57,6 +57,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': [
+5
View File
@@ -402,5 +402,10 @@
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_notes/static/src/img/content/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_notes/static/src/img/content/content_img_28.jpg</field>
</record>
</odoo>
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Share Music.<br/>Effortlessly.
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Showcase your bands music and updates online with a user-friendly platform that simplifies everything, from setup to track management, making it easy for fans to discover and enjoy your sound.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Get started
</xpath>
</template>
</odoo>
+5
View File
@@ -367,5 +367,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="name">website.s_picture_default_image_bg</field>
<field name="url">/theme_odoo_experts/static/src/img/snippets/s_picture_bg.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_odoo_experts/static/src/img/snippets/s_quotes_carousel_2.jpg</field>
</record>
</odoo>
+5
View File
@@ -375,5 +375,10 @@ Check in theme_loftspace's primary_variables.scss and theme.scss -->
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_orchid/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_orchid/static/src/img/snippets/library_image_03.jpg</field>
</record>
</odoo>
+7
View File
@@ -361,4 +361,11 @@
<field name="url">/theme_paptic/static/src/img/pictures/s_images_constellation_default_image_2.jpg</field>
</record>
<!-- Text cover -->
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_paptic/static/src/img/pictures/s_banner_2.jpg</field>
</record>
</odoo>
+5
View File
@@ -361,5 +361,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_real_estate/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_real_estate/static/src/img/snippets/s_banner.jpg</field>
</record>
</odoo>
+1
View File
@@ -48,6 +48,7 @@
'views/snippets/s_big_number.xml',
'views/snippets/s_image_frame.xml',
'views/snippets/s_wavy_grid.xml',
'views/snippets/s_text_cover.xml',
'views/new_page_template.xml',
],
'images': [
+7
View File
@@ -468,4 +468,11 @@
<field name="url">/theme_treehouse/static/src/img/content/s_images_constellation_default_image_2.jpg</field>
</record>
<!-- Text Cover -->
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_treehouse/static/src/img/content/treehouse_cover.jpg</field>
</record>
</odoo>
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<xpath expr="//div[hasclass('col-lg-6')][1]" position="attributes">
<attribute name="style" add="grid-area: 2 / 3 / 11 / 9;" remove="grid-area: 2 / 3 / 11 / 8;" separator="; "/>
<attribute name="class" add="g-col-lg-6" remove="g-col-lg-5" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace" mode="inner">
Promote<br/>Sustainability.
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Highlight your environmental initiatives and projects with a user-friendly platform that simplifies all the steps, from setup to campaign management, making it easy to engage supporters and drive positive change.<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Start promoting
</xpath>
</template>
</odoo>
+5
View File
@@ -370,5 +370,10 @@ Check in theme_monglia's primary_variables.scss, theme.scss and theme_common's m
<field name="name">website.s_images_constellation_default_image_2</field>
<field name="url">/theme_vehicle/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_vehicle/static/src/img/snippets/s_masonry_block.jpg</field>
</record>
</odoo>
+1
View File
@@ -54,6 +54,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': [
+7
View File
@@ -469,4 +469,11 @@ Check in theme_kea's primary_variables.scss, theme.scss and theme_common's mixin
<field name="url">/theme_yes/static/src/img/snippets/s_images_constellation_default_image_2.jpg</field>
</record>
<!-- // Text Cover // -->
<record id="s_text_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_cover_default_image</field>
<field name="name">website.s_text_cover_default_image</field>
<field name="url">/theme_yes/static/src/img/snippets/s_cover.jpg</field>
</record>
</odoo>
+19
View File
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_cover" inherit_id="website.s_text_cover">
<!-- Title -->
<xpath expr="//h1" position="replace">
<h1 class="display-4">Plan Weddings.<br/>Effortlessly.</h1>
</xpath>
<!-- Paragraph -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
<br/>Organize and showcase your wedding services with a user-friendly platform that simplifies everything, from setup to event management, making it easy for couples to discover and choose the perfect details for their big day<br/>
</xpath>
<!-- Button -->
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
Get started
</xpath>
</template>
</odoo>