Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions theme_anelusia/views/snippets/s_call_to_action.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<xpath expr="//div[hasclass('col-lg-9')]" position="attributes">
<attribute name="class" add="col-lg-12" remove="col-lg-9" separator=" "/>
</xpath>
<xpath expr="//h3" position="replace" mode="inner">
<xpath expr="//h2" position="replace" mode="inner">
Be yourself, create your own style
</xpath>
<xpath expr="//h3" position="attributes">
<xpath expr="//h2" position="attributes">
<attribute name="style">text-align: center;</attribute>
</xpath>
<xpath expr="//p" position="replace" mode="inner">
Expand Down
2 changes: 1 addition & 1 deletion theme_anelusia/views/snippets/s_card_offset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
<xpath expr="//h2" position="replace" mode="inner">
Redefining Style with Every Step
</xpath>
<!-- Paragraph 1 -->
Expand Down
10 changes: 5 additions & 5 deletions theme_anelusia/views/snippets/s_cards_grid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
</xpath>
<!-- Main Title -->
<xpath expr="//h3" position="replace" mode="inner">
<xpath expr="//h2" position="replace" mode="inner">
Redefining Fashion
</xpath>
<!-- Card 1 -->
<xpath expr="(//div[hasclass('card')])[1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="(//h5)[1]" position="replace" mode="inner">
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Timeless Elegance
</xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner">
Expand All @@ -24,7 +24,7 @@
<xpath expr="(//div[hasclass('card')])[2]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner">
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Sustainable Craftsmanship
</xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner">
Expand All @@ -34,7 +34,7 @@
<xpath expr="(//div[hasclass('card')])[3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner">
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Versatile Style
</xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner">
Expand All @@ -44,7 +44,7 @@
<xpath expr="(//div[hasclass('card')])[4]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="(//h5)[4]" position="replace" mode="inner">
<xpath expr="(//h3)[4]" position="replace" mode="inner">
Innovative Design
</xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner">
Expand Down
8 changes: 4 additions & 4 deletions theme_anelusia/views/snippets/s_company_team.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<attribute name="class" remove="rounded-circle" separator=" "/>
</xpath>
<!-- Team #01 - Title -->
<xpath expr="//div[hasclass('col-lg-6')]//h4" position="replace" mode="inner">
<xpath expr="//div[hasclass('col-lg-6')]//h3" position="replace" mode="inner">
<font style="background-image: linear-gradient(135deg, var(--o-color-1) 0%, var(--o-color-5) 100%);" class="text-gradient">Tony Fred</font>
</xpath>
<!-- Team #01 - Work Description -->
Expand All @@ -37,7 +37,7 @@
<attribute name="class" remove="rounded-circle" separator=" "/>
</xpath>
<!-- Team #02 - Title -->
<xpath expr="//div[hasclass('col-lg-6')][2]//h4" position="replace" mode="inner">
<xpath expr="//div[hasclass('col-lg-6')][2]//h3" position="replace" mode="inner">
<font style="background-image: linear-gradient(135deg, var(--o-color-1) 0%, var(--o-color-5) 100%);" class="text-gradient">Mich Stark</font>
<br/>
</xpath>
Expand All @@ -63,7 +63,7 @@
<attribute name="class" remove="rounded-circle" separator=" "/>
</xpath>
<!-- Team #03 - Title -->
<xpath expr="//div[hasclass('col-lg-6')][3]//h4" position="replace" mode="inner">
<xpath expr="//div[hasclass('col-lg-6')][3]//h3" position="replace" mode="inner">
<font style="background-image: linear-gradient(135deg, var(--o-color-2) 0%, var(--o-color-5) 100%);" class="text-gradient">Aline Turner</font>
</xpath>
<!-- Team #03 - Work Description -->
Expand All @@ -88,7 +88,7 @@
<attribute name="class" remove="rounded-circle" separator=" "/>
</xpath>
<!-- Team #04 - Title -->
<xpath expr="//div[hasclass('col-lg-6')][4]//h4" position="replace" mode="inner">
<xpath expr="//div[hasclass('col-lg-6')][4]//h3" position="replace" mode="inner">
<font style="background-image: linear-gradient(135deg, var(--o-color-2) 0%, var(--o-color-5) 100%);" class="text-gradient">Iris Joe</font>
</xpath>
<!-- Team #04 - Work Description -->
Expand Down
8 changes: 4 additions & 4 deletions theme_anelusia/views/snippets/s_company_team_basic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<template id="s_company_team_basic" inherit_id="website.s_company_team_basic">
<!-- Team #01 - Title -->
<xpath expr="//h4" position="replace" mode="inner">
<xpath expr="//h3" position="replace" mode="inner">
Tony Fred
</xpath>
<!-- Team #01 - Work Description -->
Expand All @@ -21,7 +21,7 @@
</xpath>

<!-- Team #02 - Title -->
<xpath expr="(//h4)[2]" position="replace" mode="inner">
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Mich Stark
</xpath>
<!-- Team #02 - Work Description -->
Expand All @@ -39,7 +39,7 @@
</xpath>

<!-- Team #03 - Title -->
<xpath expr="(//h4)[3]" position="replace" mode="inner">
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Aline Turner
</xpath>
<!-- Team #03 - Work Description -->
Expand All @@ -57,7 +57,7 @@
</xpath>

<!-- Team #04 - Title -->
<xpath expr="(//h4)[4]" position="replace" mode="inner">
<xpath expr="(//h3)[4]" position="replace" mode="inner">
Iris Joe
</xpath>
<!-- Team #04 - Work Description -->
Expand Down
2 changes: 1 addition & 1 deletion theme_artists/views/snippets/s_call_to_action.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<attribute name="class" add="pb208 o_cc4" remove="pb64 o_cc5" separator=" "/>
</xpath>
<!-- Title & Paragraph -->
<xpath expr="//h3" position="replace" mode="inner">
<xpath expr="//h2" position="replace" mode="inner">
Want to discover more?
</xpath>
<xpath expr="//p" position="replace" mode="inner">
Expand Down
2 changes: 1 addition & 1 deletion theme_artists/views/snippets/s_card_offset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
<xpath expr="//h2" position="replace" mode="inner">
Discover Art that Inspires Your Soul
</xpath>
<!-- Paragraph 1 -->
Expand Down
10 changes: 5 additions & 5 deletions theme_artists/views/snippets/s_cards_grid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
</xpath>

<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
<xpath expr="//h2" position="replace" mode="inner">
Distinctive Creations: Art That Speaks
</xpath>
<!-- Card 1 -->
<xpath expr="(//div[hasclass('s_card')])[1]" position="attributes">
<attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath>
<xpath expr="(//h5)[1]" position="replace" mode="inner">
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Unique Creative Vision
</xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner">
Expand All @@ -27,7 +27,7 @@
<attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner">
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Original and Handcrafted Works
</xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner">
Expand All @@ -38,7 +38,7 @@
<attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner">
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Bold Use of Color and Texture
</xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner">
Expand All @@ -49,7 +49,7 @@
<attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath>
<xpath expr="(//h5)[4]" position="replace" mode="inner">
<xpath expr="(//h3)[4]" position="replace" mode="inner">
Personalized Art Commissions
</xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner">
Expand Down
6 changes: 3 additions & 3 deletions theme_artists/views/snippets/s_three_columns.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
</xpath>
<!-- Column #1 - Title -->
<xpath expr="//div[hasclass('card-body')]//h5" position="replace" mode="inner">
<xpath expr="//div[hasclass('card-body')]//h2" position="replace" mode="inner">
My artistic process
</xpath>
<!-- Column #1 - Paragraph -->
Expand All @@ -35,7 +35,7 @@
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
</xpath>
<!-- Column #2 - Title -->
<xpath expr="(//div[hasclass('card-body')])[2]//h5" position="replace" mode="inner">
<xpath expr="(//div[hasclass('card-body')])[2]//h2" position="replace" mode="inner">
My work
</xpath>
<!-- Column #2 - Paragraph -->
Expand All @@ -55,7 +55,7 @@
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
</xpath>
<!-- Column #3 - Title -->
<xpath expr="(//div[hasclass('card-body')])[3]//h5" position="replace" mode="inner">
<xpath expr="(//div[hasclass('card-body')])[3]//h2" position="replace" mode="inner">
About me
</xpath>
<!-- Column #3 - Paragraph -->
Expand Down
12 changes: 6 additions & 6 deletions theme_avantgarde/views/customizations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<attribute name="class" add="shadow border" separator=" "/>
<attribute name="style">border-color: var(--o-color-2) !important; box-shadow: var(--o-color-2) -25px -25px 0px 0px !important; border-width: 8px !important;</attribute>
</xpath>
<xpath expr="//h5" position="replace" mode="inner">
<xpath expr="//h2" position="replace" mode="inner">
<span style="font-weight: bolder;">Excellence</span>
</xpath>
<xpath expr="(//p[hasclass('card-text')])[1]" position="replace" mode="inner">
Expand All @@ -155,7 +155,7 @@
<attribute name="class" add="shadow border" separator=" "/>
<attribute name="style">border-color: var(--o-color-4) !important; border-width: 8px !important; box-shadow: var(--o-color-5) 0px 0px 100px -40px !important;</attribute>
</xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner">
<xpath expr="(//h2)[2]" position="replace" mode="inner">
<span style="font-weight: bolder;">Collaboration</span>
</xpath>
<xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner">
Expand All @@ -165,7 +165,7 @@
<attribute name="class" add="shadow border" separator=" "/>
<attribute name="style">box-shadow: var(--o-color-1) 25px 25px 0px 0px !important; border-color: var(--o-color-1) !important; border-width: 8px !important;</attribute>
</xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner">
<xpath expr="(//h2)[3]" position="replace" mode="inner">
<span style="font-weight: bolder;">Sustainability</span>
</xpath>
<xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner">
Expand Down Expand Up @@ -231,8 +231,8 @@

<!-- ======== CALL TO ACTION ======== -->
<template id="s_call_to_action" inherit_id="website.s_call_to_action" name="Avantgarde s_call_to_action">
<xpath expr="//h3" position="replace">
<h3 style="text-align: right;"><b>Since 1992</b> creating around the world.</h3>
<xpath expr="//h2" position="replace">
<h2 style="text-align: right;"><b>Since 1992</b> creating around the world.</h2>
</xpath>
<xpath expr="//p" position="replace" mode="inner">
We partner with ambitious clients. We’d love to hear from you.
Expand Down Expand Up @@ -570,7 +570,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
<xpath expr="//h2" position="replace" mode="inner">
Innovative Design Meets Fine Art
</xpath>
<!-- Paragraph 1 -->
Expand Down
2 changes: 1 addition & 1 deletion theme_aviato/views/snippets/s_card_offset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace" mode="inner">
<xpath expr="//h2" position="replace" mode="inner">
Your Gateway to Unforgettable Journeys
</xpath>
<!-- Paragraph 1 -->
Expand Down
10 changes: 5 additions & 5 deletions theme_aviato/views/snippets/s_cards_grid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,32 @@

<template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Main Title -->
<xpath expr="//h3" position="replace" mode="inner">
<xpath expr="//h2" position="replace" mode="inner">
Unravel your next adventure
</xpath>
<!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner">
<xpath expr="(//h3)[1]" position="replace" mode="inner">
Relax in Marbella
</xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner">
Marbella is a city on the southern coast of Spain known for its luxurious lifestyle, beautiful beaches, and vibrant nightlife.
</xpath>
<!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner">
<xpath expr="(//h3)[2]" position="replace" mode="inner">
Rest in Finland
</xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner">
Enjoy the peace and quiet of Finland's forests and lakes. Rest and relax in one of our best partnered resorts.
</xpath>
<!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner">
<xpath expr="(//h3)[3]" position="replace" mode="inner">
Tan in Thailand
</xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner">
Known for its stunning beaches Thailand is a Southeast Asian country, enjoy its lush forests and vibrant culture.
</xpath>
<!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner">
<xpath expr="(//h3)[4]" position="replace" mode="inner">
Hike in Switzerland
</xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner">
Expand Down
4 changes: 2 additions & 2 deletions theme_aviato/views/snippets/s_company_team.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<attribute name="class" add="pt72 pb0" remove="pt48 pb48" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h3" position="replace">
<h2>Meet our travel agents</h2>
<xpath expr="//h2" position="replace" mode="inner">
Meet our travel agents
</xpath>

<xpath expr="//div[hasclass('col-lg-9')]//p" position="replace"/>
Expand Down
18 changes: 9 additions & 9 deletions theme_aviato/views/snippets/s_masonry_block.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- Add Text -->
<xpath expr="//div[hasclass('o_grid_item')]" position="inside">
<div class="o_we_bg_filter bg-black-50"></div>
<h3 style="text-align: left;">Brazil</h3>
<h2 class="h3-fs" style="text-align: left;">Brazil</h2>
<p style="text-align: left;">From $699</p>
</xpath>

Expand All @@ -32,11 +32,11 @@
<attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc2 rounded-4" separator=" "/>
<attribute name="style" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_carousel_default_image_1');" remove="--grid-item-padding-y: 20px" separator=";"/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[2]/h3" position="before">
<xpath expr="(//div[hasclass('o_grid_item')])[2]/h2" position="before">
<div class="o_we_bg_filter bg-black-50"></div>
</xpath>
<!-- Title -->
<xpath expr="(//div[hasclass('o_grid_item')])[2]/h3" position="replace" mode="inner">
<xpath expr="(//div[hasclass('o_grid_item')])[2]/h2" position="replace" mode="inner">
Greece
</xpath>
<!-- Paragraph -->
Expand All @@ -50,11 +50,11 @@
<attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc3 rounded-4" separator=" "/>
<attribute name="style" remove="--grid-item-padding-y: 20px; background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-2) 100%);" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_quotes_carousel_demo_image_2');" separator=";"/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[3]/h3" position="before">
<xpath expr="(//div[hasclass('o_grid_item')])[3]/h2" position="before">
<div class="o_we_bg_filter bg-black-50"></div>
</xpath>
<!-- Title -->
<xpath expr="(//div[hasclass('o_grid_item')])[3]/h3" position="replace" mode="inner">
<xpath expr="(//div[hasclass('o_grid_item')])[3]/h2" position="replace" mode="inner">
Italy
</xpath>
<!-- Paragraph -->
Expand All @@ -68,11 +68,11 @@
<attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc4 rounded-4" separator=" "/>
<attribute name="style" remove="--grid-item-padding-y: 20px; background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-1) 100%);" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_key_images_default_image_4');" separator=";"/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[4]/h3" position="before">
<xpath expr="(//div[hasclass('o_grid_item')])[4]/h2" position="before">
<div class="o_we_bg_filter bg-black-50"></div>
</xpath>
<!-- Title -->
<xpath expr="(//div[hasclass('o_grid_item')])[4]/h3" position="replace" mode="inner">
<xpath expr="(//div[hasclass('o_grid_item')])[4]/h2" position="replace" mode="inner">
Romania
</xpath>
<!-- Paragraph -->
Expand All @@ -86,11 +86,11 @@
<attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc2 rounded-4" separator=" "/>
<attribute name="style" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_three_columns_default_image_1');" remove="--grid-item-padding-y: 20px" separator=";"/>
</xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[5]/h3" position="before">
<xpath expr="(//div[hasclass('o_grid_item')])[5]/h2" position="before">
<div class="o_we_bg_filter bg-black-50"></div>
</xpath>
<!-- Title -->
<xpath expr="(//div[hasclass('o_grid_item')])[5]/h3" position="replace" mode="inner">
<xpath expr="(//div[hasclass('o_grid_item')])[5]/h2" position="replace" mode="inner">
France
</xpath>
<!-- Paragraph -->
Expand Down
Loading