The theme we have purchased does not have a vendor name that we can code to click through to a collection for that vendor. It sits within a section where you have to choose Breadcrumbs, Collection or Vendor.
So I added a textline with a link to ‘dynamic vendor’ but this is not clickable.
I need it to:
a) Be clickable - currently it is not
b) When it is clicked to direct to a collection of the same name of the vendor not the query page that shopify generates.
Its the by VENDOR/ by FYG Home shown above I need to code.
Can anyone assist? Its driving me bonkers. I have a little coding knowledge mainly around css styling but I really want to learn more technical knowledge of liquid.
So I added a textline with a link to ‘dynamic vendor’ but this is not clickable.
Where did you add code a dynamic-source,which file.
Keep always in mind others do not see what you see or know what you know.
Communicate in concrete terms don’t leave others to guess when troubleshooting anything in life.
Always provide relevant context so others can understand, inspect or reproduce issues.
Make sure any links are publicly accessible by testing in an incognito window to see how another person would encounter it.
This will drastically increase the chances of a solution.
Guesswork, from the screenshot that would be in the product templates sections which varies wildly by theme e.g. sections/product.liquid or sections/main-product.liquid or even in snippets snippets/product-info, etc
In that file find “product__subheading” and it’s vendor output and try liquid like the following