contact form
parent
f4d80b17a1
commit
e8feb66557
|
@ -59,7 +59,7 @@
|
|||
endcapture
|
||||
%}
|
||||
|
||||
console.log("2", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
||||
console.log("3", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
||||
|
||||
</script>
|
||||
|
||||
|
@ -87,15 +87,15 @@
|
|||
if scheme.id == "scheme-main-navbar"
|
||||
if shx_current_page contains "texte"
|
||||
assign scheme_id = "scheme-shx-texte-navbar"
|
||||
elsif page.url == "/pages/figuren" or product.tags contains "shx-figuren"
|
||||
elsif shx_current_page contains "figuren"
|
||||
assign scheme_id = "scheme-shx-figuren-navbar"
|
||||
endif
|
||||
elsif scheme.id == "scheme-1"
|
||||
if page.url == "/pages/texte" or product.tags contains "shx-texte"
|
||||
if shx_current_page contains "texte"
|
||||
assign scheme_id = "scheme-shx-texte"
|
||||
elsif page.url == "/pages/figuren" or product.tags contains "shx-figuren"
|
||||
elsif shx_current_page contains "figuren"
|
||||
assign scheme_id = "scheme-shx-figuren"
|
||||
elsif page.url == "/pages/contact"
|
||||
elsif shx_current_page contains "contact"
|
||||
assign scheme_id = "scheme-shx-contact-us"
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue