Comments box not displaying by Leanne Daniele
I'm using the minimal theme and have enable comments, but there aren't any comment boxes showing on the blog (so people can post comments!) Did some Google searches to no avail, I think it looks like...
View ArticleHelp needed: Facebook icon on homepage takes visitors to "Shopify" on...
How do I change the Facebook icon on my homepage to take visitors to my Facebook business page, rather than Shopify on Facebook?
View ArticleCustom Search Page by Phil Cooper
Hi Guys, I've created a custom search page for my store using combos. The values of each combo are obtained by javascript from the onchange event when the user clicks on the search button.I realise I...
View ArticleAsa Carter commented on Custom Search Page
Hi PhilSomebody correct me I'm wrong but you can only search on fields listed in this document:http://wiki.shopify.com/Storefront_searchYou could tag your products and build a query string based on on...
View ArticlePhil Cooper commented on Custom Search Page
hI Asa Thanks for the reply. Although a newbie to Shopify I did take the time to at least browse the docs so that fortunately I added most of the search terms to the tags. So if I understand you I...
View ArticleAsa Carter commented on Custom Search Page
Yes, I believe that should work. If your using jQuery you could get the values of the selects and create the query string with something like..$(form).on('submit', function() { $country =...
View ArticleJason commented on Help needed: Facebook icon on homepage takes visitors to...
There will be an option within your Theme Settings that will let you change the url. Look under the Footer section and you'll see all the social media links.
View ArticleMatan Abel commented on Back button from product to previous page/collection?
Thanks Jason.Works pretty good as a back button. Unfortunatly I have the "previous item" and "next item" buttons. If you cycle through the products that way, the button only simply goes to the...
View ArticleMatan Abel commented on Remove slideshow link to shopify account?
Thanks Nicholas. To remove the link I commented out the following:data-url="{{ settings[link] }}"in the theme.liquid fileWorks great to remove the linking, but what would I change to bring back the...
View ArticleRob Bartel commented on Unable to compare collection.handle to page.id
You could also try to convert the number to a string:{% assign my_pageid = page.id | append:'_' | replace: '_' %} {% if c.handle == my_pageid %}Thanks Jason! It's a bit of a hack but it does the trick....
View ArticlePagination by Jennifer McMillan
Hello again,Still trying to figure out how to get multiple collections to display on a collection template. So far I've added this down near the bottom, but before the </div> {% include...
View ArticleCan't Figure Out Where to Modify Styling for "Update Subtotal" in Checkout /...
My store: http://retro-city-sunglasses.myshopify.com/cartI'm trying to increase the font size of the "Update Total" link. It seems to be using a class called "update_subtotal" from the main style sheet...
View ArticleJennifer McMillan commented on Pagination
UPDATE: I've got the correct collection pulling up, but it is still writing multiple copies (loops?) of the collection. The correction was:{% for product in collections.ballerina-accessories.products...
View ArticleJason commented on Pagination
If we are ignoring pagination for the moment this looks odd:{% for product in collections.ballerina-accessories.products %} {% assign products = collections.ballerina-accessories.products %} {% assign...
View ArticleJason commented on Can't Figure Out Where to Modify Styling for "Update...
You've got a little error on the styles you're adding. The update_subtotal is applied to the anchor <a> so it should be:a.update_subtotal { font-size: 18px; }Your code would only work if there...
View Articlejihanemo commented on Can't Figure Out Where to Modify Styling for "Update...
Wow! That did it. Thank you!
View ArticleDifferent Prices for Different Areas by Pauls Jurans
Hi, I'm developing a service website and one problem for me is that in different areas I MUST (there is no way around it) charge different prices.I was thinking can I set up a page that before you...
View ArticleHow can I have a "select something" for multi-variant dropdowns? by ecl1pse
If you have style and size, how can we have "select your style", and "select your size?"The theme I'm using is mobilia and they use this technique:...
View Article