Matthew Buttler commented on Displaying quantity in Minimal theme
Hey Jason! Thanks for chiming in here. I should mention though that wiki.shopify.com is in the process of being migrated over to docs.shopify.com... here's the up to date link in case someone's...
View ArticleHidden Products Creating Whitespace by Emily Dobbie
Hey there,Curious to know if there's a workaround for the following:1. We have products that have visibility set to "hidden";2. On the public side, the products are no longer displayed but there...
View ArticleHELP! Need help fixing bottom box on Solo theme by Dennis Furlong
Hi everyone. Just getting my shop setup and I can't seem to figure out one last thing. The white box at the bottom. I want to remove the 3 read more links and just have the about-us info show up...
View ArticleSite Owner commented on Adjust collection pages thumbnail sizes -- Megatronic...
@Veronica Woods what did you adjust in your style.css.liquid file to get the 3 images per row?
View ArticleAdding zoom to products? by Sarah Stier
I know this has been discussed before but I can't seem to find the answer I'm looking for. I don't want to pay for the zoom app, so that's out of the equation. I'm aware of jqZoom but have no idea...
View ArticleHow to make color options show up in my cart by Tyler Martin
Hey guys, I am pretty good at html and css but the way the shopify cart data is compiled I have trouble understanding.so: I added the checkboxes here for all the colors;...
View ArticleAdding a twitter widget without previously having widget on radiance theme....
Hi, I have the radiance theme and it is a new store, i have been looking at how to embed a twitter widget onto my page however i don't seem to be getting anywhere. All of the other previous discussions...
View ArticleTyler Martin commented on HELP! Need help fixing bottom box on Solo theme
If you go to the template editor and click on theme.liquid, hold control and press F it should pop up a find box in the top right corner of the code. type "read more" and it should take you to where...
View ArticleJason commented on How to make color options show up in my cart
There's some info here about showing lint item properties in the cart. Here's the code directly from that page:{% for p in item.properties %} {% unless p.last == blank %} {{ p.first }}: {% if p.last...
View ArticleTyler Martin commented on How to make color options show up in my cart
I had already been on that page and several shopify doc pages and I don't fully understand it.If I place that code in my cart.liquid file, what do I need to do with the checkbox form on the product...
View ArticleJason commented on How to make color options show up in my cart
You should be able to see line items if you loop through the item properties. Do you see any line items when you add the code?One concern is that all your lamp colours have the same property name --...
View ArticleMaria Rose commented on Pop up pages
sorry to ask again, but... is there a way to make pop ups in different pages than products? Thanks!
View ArticleTyler Martin commented on How to make color options show up in my cart
Thanks so much Jason I changed the name properties to color1, color2, color3, etc.and then when i put{{item.properties.color1 }} {{ item.properties.color2 }} etc. it shows all the colors that the...
View ArticleMatthew Buttler commented on Adding a twitter widget without previously...
Hey Sophie!As you're using the Radiance theme, our design team would be more than able to help you out with embedding the Twitter feed into your shop. Shoot them an email over at design@shopify.com...
View ArticleMatthew Buttler commented on Adding zoom to products?
Hey Sarah! A couple of our free themes already have a jqZoom feature, and so it might be worth picking up a copy of Radiance and throwing it on to a trial store, then reverse-engineering from that in...
View ArticleTyler Martin commented on Hidden Products Creating Whitespace
I tried to find something in the code but it looks perfectly fine between the aztec print and the sleveless beaded top.What's that theme called? I'll try to look that way
View ArticleJason commented on Hidden Products Creating Whitespace
The issue is likely down to the cycle you are using. http://wiki.shopify.com/Liquid#CycleThe cycle is adding the specific styles (such as margin left or right) depending on if it's the first or last...
View ArticleGwen C commented on Remove border around image
Hi Jason,I have tried using the example you have provided, http://jsfiddle.net/N9ptE/. However, I'm having difficulty trying to align/position the circle properly & also is it possible to not have...
View ArticleRod Melotte commented on Optimal size for a JPG for a photo site?
That is about what I was using. I have a lot of 1x3 and 3x1 ratio images which is always tricky on websites. Thanks
View ArticleCollections. Not sure how to use them. by Rod Melotte
Do collections have their own pull down menu? I thought catalog would link me to Collections. As you see I'm confused. Im a fine art photographer and what my vision is to have collections like...
View Article