No content to show

User Activity

As an update to this, in desperation, I've even changed the code to the below and it's still not working: {% if article.tags contains 'issue 01' %}<li><a href="{{ article.url }}"><div class="author-img" style="background-image: url({{ article.image.s...
I've made a theme for a client who sells magazines. I wrote some liquid that picks 3 random authors from the magazine and outputs them on the product page. The authors are setup as blog posts which are tagged with their specialisms and whatever issue...
I figured the problem out. I was including the snippet I created in the theme.liquid file instead of the main.product file. Now the original clode is working and I don't need to include the with: collection filter. 
I've managed to get the collection data into the breadcrumbs by using the within filter on the product url but it's outputting as a URL. Is there any way to convert/filter that into separate words? Here's the code:  {%- if collection.url -%} <li c...
Hi. I know this problem has been asked about on here before but I can't seem to find a resolution to the issue. I'm trying to get breadcrumbs to work on product pages only. All products are always in a collection, but I can't get the collection title...
Thanks. Step 4 did the trick. 
Hi. I've been having real troubles with a theme I'm working on. All was good until yesterday and everything seemed to break and the theme disappeared from the Shopify dashboard. I zipped up the local files, uploaded them to the dashboard and got it w...
Hi. I'm trying to import a large inventory from a live store into a development store and cannot get the collections to work at all. There are around 40 collections, all created manually. Most with at least 50+ products in. I've been reading the docu...
Hi, I'm developing a theme which features a blog on a custom page called 'Authors'. When I use the following url to filter specific tags it works, filtering out the articles successfully: https://mysite.myshopify.com/blogs/authors/tagged/art But when...
Hi, Sorry if this isn't the correct place to post this but I have a question about designing a text-heavy page in a way that's filterable.  I have a client with a magazine store, currently on Cargo. With each issue they add all of the authors, illust...
Hi. I'm very new to Shopify development and I'm struggling with the step of initiating theme watch in terminal after cloning the Dawn theme to my machine. When I enter 'theme watch' in terminal I get the following error: Could not find config file at...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From
Likes given to