diff --git a/actions/WooCommerceCategoryLayout.php b/actions/WooCommerceCategoryLayout.php index 57ffbf6..5c639b3 100644 --- a/actions/WooCommerceCategoryLayout.php +++ b/actions/WooCommerceCategoryLayout.php @@ -22,6 +22,7 @@ class WooCommerceCategoryLayout extends RadAction "url", "acf.intro_headline", "acf.intro_content", + "acf.top_image", ])); $type = site()->getQueriedObject(null, ['display_type']); diff --git a/tpl/footer.tpl b/tpl/footer.tpl index efcb3d9..5b8ae91 100644 --- a/tpl/footer.tpl +++ b/tpl/footer.tpl @@ -7,7 +7,7 @@
{{#wp-title}} - {{ tagline }} + {{#acfOption tagline}}
diff --git a/tpl/shop-category-slice.tpl b/tpl/shop-category-slice.tpl index d2448fa..f7e2cd6 100644 --- a/tpl/shop-category-slice.tpl +++ b/tpl/shop-category-slice.tpl @@ -1,4 +1,4 @@ -
+
@@ -18,10 +18,6 @@

{{ intro_headline }}

{{{ intro_content }}} - -

- Shop Now -