No content to show
User Activity
08-10-2023
Solution that worked for me was found in this thread: https://community.shopify.com/c/technical-q-a/how-to-hide-blog-published-date-amp-i-want-to-show-the-modified/td-p/862145
I've given mine a class="line-item-property__field" - have you tried doing that? <p class="line-item-property__field">
<label for="image_upload">Attach Image</label>
<input id="image_upload" type="file" name="properties[Image Upload]">
...
In theme editing, go to theme settings, select Cart, and if your theme gives you choices for type of cart, you will see them there.
I had the same issue. Thing is, it HAD worked properly in the past, but suddenly stopped. What made it work again was turning mini-cart OFF. (This was with Turbo theme.) Once I switched to any other type of cart, image uploads began working as expect...
By default, the search bar for my client's theme (Turbo) forces the main menu to wrap to a second line on narrow browser windows, especially if I try to center the main menu. This looks messy, especially as I add items to the main menu. I'd like to m...