Remove page titles from Minimal? by cara hershey
hello,I am looking to remove the page titels from the minimal template...can anyone help me with this? Am I indenting them super far? Read that on another post but can't figure out what goes where?...
View ArticleUsing Fonts.com web fonts by Joe Lowery
I'm trying to get my Fonts.com web fonts working with Shopify and having problems. I've added the JavaScript to my liquid theme head section and registered *.myshopify.com with my project at Fonts.com,...
View ArticleBlog and Content by Julie
I am at the point where I am going to start adding a large amount of content to my blog. I do not have a blog outside of Shopify---but I am curious if simply using the Shopify blog is the best bet? I...
View Articletetchi commented on Displaying inventory options in a template
Hey there Andy,If you're looking to output the title of the product options, you should be able to do {{ product.options.first }} or {{ product.options[x] }} where x is the index number of the option....
View Articletetchi commented on CHANGE LINK TO MAIN PAGE
Hey Bdai!In theme.liquid found in your Template Editor, look for this line of code (line 142): {% if template == "list-collections" %}Change this to: {% if template == "index" %}That should do the...
View Articletetchi commented on Retina Resolution Tests, Why Responsive Design may be...
Hey Carasmo,You can actually already serve up a different theme for mobile visitors in Shopify: http://take.ms/rn1vhk. I totally agree with you, having everything responsive is not always the...
View Articletetchi commented on Need help understanding the 'Escape' filter
Hey PC, the escape filter is used to swap out certain characters with HTML code. For example, if you have a quotation (") in your link title, it would replace it with a ". This is "my" link...
View Articletetchi commented on How do i differ pages by its content?
Sorry Karthika, I'm not sure if I understand your question - could you clarify? Do you maybe have screenshots or examples you can show us?-tetchi
View ArticleSocial icons. by ArmanMCMXCV
Hai guys!I haven't used Shopify since September 2012 and I'm kinda rusty, and I just wanted some basic help, if you go on my website swag-is-back.myshopify.com, you can see the three social icons at...
View ArticleP C commented on Remove page titles from Minimal?
OK so if you want to remove a title for 'Pages', you have to go to themes > template editor then find the page.liquid template. Find a line of code which is something like this:<h1>{{...
View ArticleCesar commented on Desktop Theme Editor is deleting all content in my...
Figured it out, so I'm going to post my answer in case it'll benefit anyone else. I had a non-UTF-8 character in my local file; I removed it and all was right with the world once again.
View ArticleP C commented on Need help understanding the 'Escape' filter
Hi tetchi thanks a lot for your reply - I partly understand... so to put it simply, does using 'escape' just ensure that all characters (in a product name, title etc.) are displayed/outputted correctly?
View Articletetchi commented on Social icons.
Hey Arman! You can change that through your Theme Settings, here: http://take.ms/MDFz0-tetchi
View Articlecarasmo commented on Retina Resolution Tests, Why Responsive Design may be...
Thanks! The mobile themes I see in the theme shop look like they are set up for phones, so on a tablet, what does the user get? Yes, I know it's more convenient. My CMS has one theme, but it's both...
View ArticleAntenna commented on Displaying inventory options in a template
Hey tetchi,Huge thanks for that - all working nicely now!Cheers,Andy
View Articletetchi commented on Displaying inventory options in a template
Awesome, Andy! Glad I could help :) tetchi
View Articletetchi commented on Retina Resolution Tests, Why Responsive Design may be...
Ah gotcha! I believe Shopify considers tablets as desktop devices, so if you load a shop up on your iPad it'll load the Desktop theme. Thank you for the wonderful tutorials!No worries! Thanks for...
View ArticleI am in need of single unit pricing on the product page, but bulk pricing in...
I have a shopify store front which is for wholesale. Currently, we would like to show the single unit price of an item on the product page, and when the item is added to the shopping cart the customer...
View Article