Hello all. I just wanted to share something I worked up to solve a need for random background images on the home page of a site I'm working on. (I'll post the URL of the site when we launch). ...
No content to show
User Activity
No, I did not. As far as I know, Shopify won't accept that name/value in for the search form. I'm not sure why @NomtechSolution suggested it. The documentation does not have a "blog" as an option.
Just to clarify ... this code is returning articles ONLY but not only articles from STORIES <input type="text"
placeholder="Search stories"
name="q"
value="{{ search.terms | escape }}"
/>
<input type="hidden" n...
@NomtechSolution Thanks for your reply and my apologies for not trying this sooner. Unfortunately, this isn't working for me. It is only returning articles but it is returning results from all three of my blogs 'recipes 'stories' and 'events. Do you...
I am looking for ways to modify my search form to search only for articles in a specific blog. I have three blogs... Stories, Recipes, and Events. I have a custom search form that is working to limit my search to articles only, I am looking for a way...
Hello, I have a custom form with a list of products that allows a visitor to use check boxes and add only the items they want. I currently have the theme set to use the Cart Drawer and all other Add to Cart buttons add to the cart and open the drawe...
Thank you, I'll give that a try!
I am retrofitting the Dawn theme for a client, I have renamed and changed the version in the schema settings but I'm struggling to figure out how to stop it from saying that an update is available. The Dawn updates are not relevant or working for thi...
I am running into this common issue and am completely stumped. Here is the button I'm testing: <input type="button" id="add-to-cart-button" value="ADD TO CART" onClick="addItemToCart({{ product.id }})"> Here is the script I have in my custom js file...