updates
This commit is contained in:
@@ -22,6 +22,7 @@ class WooCommerceCategoryLayout extends RadAction
|
|||||||
"url",
|
"url",
|
||||||
"acf.intro_headline",
|
"acf.intro_headline",
|
||||||
"acf.intro_content",
|
"acf.intro_content",
|
||||||
|
"acf.top_image",
|
||||||
]));
|
]));
|
||||||
|
|
||||||
$type = site()->getQueriedObject(null, ['display_type']);
|
$type = site()->getQueriedObject(null, ['display_type']);
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<div class="d-flex justify-content-around flex-column flex-lg-row gap-3">
|
<div class="d-flex justify-content-around flex-column flex-lg-row gap-3">
|
||||||
<div class="logo-col">
|
<div class="logo-col">
|
||||||
<a href="/"><img src="{{#assetUrl main-logo.png }}" alt="{{#wp-title}}" /></a>
|
<a href="/"><img src="{{#assetUrl main-logo.png }}" alt="{{#wp-title}}" /></a>
|
||||||
{{ tagline }}
|
{{#acfOption tagline}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="locations-col">
|
<div class="locations-col">
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<section class="category-slice-top">
|
<section class="category-slice-top" style="background: url({{ top_image }})">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
@@ -18,10 +18,6 @@
|
|||||||
<div class="col-12 col-sm-6 col-md-8">
|
<div class="col-12 col-sm-6 col-md-8">
|
||||||
<h2>{{ intro_headline }}</h2>
|
<h2>{{ intro_headline }}</h2>
|
||||||
{{{ intro_content }}}
|
{{{ intro_content }}}
|
||||||
|
|
||||||
<p class="cta-button small">
|
|
||||||
<a href="#products">Shop Now</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user