Hi Guys,
I have been trying to add a second menu option on a page template i have setup. The menu which has dropdowns and hard coded links was built within webflow and includes both an external css and js file. When downloading the menu and checking the files locally everything works perfectly, however when i add the body code to shopify and reference both the css and js through liquid filters such as {{ ‘menu-two.css’ | asset_url | stylesheet_tag }} and {{ ‘menu-two.js’ | asset_url | script_tag }} then entire menu breaks but with css styling applied.
I am not sure what is causing this and have even tried adding the external javascript to the body code itself but with the same result. If anyone could advise it would be greatly appreciated.
This is the menu i am trying to add to a page template with my theme site
https://fshp-sws-navigation.webflow.io/
This is the theme site i am using.
Think of it as a store within a store.
Regards
Tom