Radiator commented on You can now use SCSS in Shopify's Template Editor!
Hey Joe. We work very similarly, having some core mixins and functions for layout and structure, and then some Sass for styles.The primary benefit of keeping Sass in the Shopify templates themselves is...
View ArticleProduct images as Background by ramses
Hi Community.I wonder if it's is possibleThis is an exxample of code trying to fix the product image in the a tag background.{% for product in collections.frontpage.products %}<li><a href="{{...
View ArticleJoe Mottershaw commented on You can now use SCSS in Shopify's Template Editor!
I thought that would be the case, I started this evening setting up CSS assets in the same structure as you mentioned. I've also been trying the same thing with LESS and have yet to find any problems,...
View ArticleGalen - Lucid Design commented on You can now use SCSS in Shopify's Template...
It would be great if mixins and imports did work as it would mean dynamic variables like colours could propagate throughout the rest of the CSS (and be used in SASS calculations). This would avoid the...
View ArticleJack Guo commented on Multiple currency problem
Hi Caroline, Below is the code for related products. It's been a while so I am sure where I got them from.Cheers{% assign image_size = 'compact' %}{% assign heading = 'You might also like' %} {% if...
View ArticleYiyuan Liu commented on How to make product photo change when mouse over?
Hi Abinav,Thanks for reply.Had a look of the link you sent through but I am still a bit confused.Which code would should I use and where should I place it?I am using Adaptable template.ThanksMia
View ArticleNEED SOMEONE WHO CAN HELP ME WITH ONE THING FOR FREE by Stephanie Craddock
I JUST NEED MY TOP TOOLBAR TO RESEMBLE NASTYGAL.COMS HEADER FOR FREE. IF YOUR ABLE TO DO IT, I WILL GIVE CREDIT AND SEND PAYING JOBS YOUR WAY.
View ArticleJason commented on How to make product photo change when mouse over?
There's no drop in solution so you'll need to adjust the theme code to suit. There are examples on that thread (posted by Abinav) that should help for both the liquid, and some css. Where are you...
View ArticleJason commented on Collections a proudct is listed in
Any idea why it is only outputting # and not the collection?Because 'c' is an object (so that's what the hash is representing). You'd need to loop through the items in that object to get the data, or...
View ArticleJason commented on Tool to add new Dashboard features
Adding in the metafield editor to customer, order and custom collection pages. I probably should have added those in a while back but I only needed them myself today. Not sure if it will stay in the...
View ArticleBreadcrumbs are only breaking the product page. by MrThunder
Hi I am using breadcrumbs but they are breaking only my product page. I am inserting them just after the body section, they work everywhere else, any ideas?Cheers{% if template != 'index' %}<div...
View ArticleCindershot commented on NEED SOMEONE WHO CAN HELP ME WITH ONE THING FOR FREE
Please. This is not the place to find work and or business.regards...
View ArticleATOM Feed assistance. by Cindershot
Hello, I have been working very steadily on a theme based off the skeleton framework. I must first say thank you to all the help as the community here is very pleasant. My question is: how do I add the...
View ArticleJason commented on ATOM Feed assistance.
You mean like this?http://yourstore.myshopify.com/blogs/blogname.atomYou add the link so that users can manually subscribe (copy and paste url) to their reader. Some apps may even have browser hooks...
View ArticleCam commented on NEED SOMEONE WHO CAN HELP ME WITH ONE THING FOR FREE
Stephanie, posting in 'ALL CAPS' is rude. You should avoid it if you want people to help you out, as I went to the trouble of explaining to you in reply to your other post.
View ArticleCam commented on Useful and important links for creating your first Shopify...
Nice set of links!I created a theme built on Foundation Framework that I working on thorough documentation for, as a 'Shopify Theme Framework'. It may be useful to 'front end' coders. Especially those...
View ArticleCindershot commented on ATOM Feed assistance.
Thanks Jason! So I added the meta tag with the correct link to the "head" in the theme.liquid as I assume this is the correct place and I took the code and added it to a Wordpress RSS/ Atom feed and I...
View Articlecolinramsay commented on Metafields with Ajax
Correct - it only needs to be read only. But using the example above, I hit /products/product-handle?view=metafields and I get the following:{ error: "json not allowed for this object" }
View ArticleCharlie commented on Metafields with Ajax
Apparently you need to include the namespace of the metafield in that. So if the namespace of your product metafields you cared about was card it'd be {{ product.metafields.card | json }}If you need...
View Article