Bryan Miller commented on Minimal Theme - How to put blog posts on Home page
I have tried inserting the following snippet of code on the home page:<h3>Recent Posts</h3><ul>{% for article in blogs[News].articles limit: 5 %} <li>{{ article.title |...
View ArticleJason commented on Minimal Theme - How to put blog posts on Home page
Make sure the handle is a string, or a string within a variable you've already set.Such as{% for article in blogs["news"].articles limit: 5 %} /* OR */ {% assign my_supa_doopa_handle = "news" %} {% for...
View ArticleMegatronic Theme - 3 Important questions, please help! by Kazin S.
Hello all, This is my website; www.steelbookstore.comStorefront password: piadri I have a few questions. I hope someone could help me out.First question:The product images are too small. I want the...
View ArticleJE commented on Randomize radiance carousel/slider
would love to see any answer to thisJE
View ArticleNeed your help. Shipping method doesn't show up in step 2. by Kai Ling Lee
Anyone could tell me why the shipping method does not showing up in step 2 ?any solution for that? Please drop down your comment if you know. Thank you
View ArticleJason commented on Randomize radiance carousel/slider
This is quite untested. Assume your computer will explode if you use this. You need to add a shuffle function first so something like:jQuery.fn.shuffle=function(){for(var...
View ArticleYiyuan Liu commented on How can I change the colour of 'Add to Cart' button?
Hi Jamie,I tired and it worked! Thank you very much! Mia
View Articlealain maroille commented on Changer les boutons en français
Thanks a lot Jason. First time on htlm, templates, etc...It's amazing!merci beaucoup, je reviens vers toi dés que j'ai une nouvelle question.
View ArticleHow to change the colour of text when mouse moves over to the navigation...
Hi All,I am using Adaptable template.When mouse moves over to the navigation link, the text is highlighted with a square block grey colour. I actually just want the text turn into different colour...
View ArticleUpdating jQuery by Saro Verhees
Hi Guys,So here is the deal. I have a store that uses the shopify music theme . This theme uses a limited amount of jQuery 1.4, like for the zoom function on the product images. I want to add tabs to...
View ArticleCan I change ADD TO CART function to ADD TO BAG? by Yiyuan Liu
Hi All,I am using Adaptable template.It has 'ADD TO CART' function in the template but I would like to change to it ADD TO BAG.Can anyone tell me how to do it? Thanks a million!Mia
View ArticleJason commented on Product videos??
If you use the Metafields app by Webify, you could add a video url to the item (such as youtube). In the template, you'd detect that and work your magic in the layout. So quite doable.
View ArticleGet applied discount for line items by Sebo
In our order confirmation email we need to specify the applied discount per line item (our customers need this information for their calculations).I think, I've found the correct variable in the...
View ArticleMaking an embedded Vine video responsive by Matt Thomson
HelloI've just started playing around with embedding Vine videos into my blog posts etc.I'm doing this with the text editor and insert video feature which works well by creating the script and using...
View ArticleJason commented on Making an embedded Vine video responsive
Defaults for video embeds are more often than not a set width. A quick change to 100% width usually sorts that out. If you've got an example page, posting it here may help confirm / deny....
View ArticleBen Klinger commented on Animated gif thumb not displaying correctly
Shopify support contacted me, but the issue wasn't resolved. I created a workaround, though: exported a thumbnail version of the gif in photoshop and uploaded it to the gallery (it rendered well). I...
View ArticleSaro Verhees commented on Updating jQuery
@Jason, Thanks! I am sure that would've worked. But it seems that it's build into the theme, great :)@Rodolfo, thanks a lot for sharing that!
View ArticleMatt Thomson commented on Making an embedded Vine video responsive
Thanks for the update.It had both a height and width value which I changed to 100% each however this seemed to cause a the width to be responsive but not the height..The code Vine gave me was...
View ArticleYiyuan Liu commented on How to change the colour of text when mouse moves...
Hi Jason,I deleted the "background: url({{ 'black-12pct.png' | asset_url }});" in line 480.Also deleted "background: url({{ 'black-12pct.png' | asset_url }});" in 525.And it worked!Thanks very much for...
View ArticleJason commented on Updating jQuery
You're using the Couture theme - I don't remember it having tabs built in but they all tend to be blend into one once you look at them all the time. Glad to hear you have it sorted.
View Article