Danielle Gasque commented on change banner images
There's an upload piece under themes where you can upload your image. Look under HEADER.
View ArticleDanielle Gasque commented on Could really use some help on changing...
Under THEME SETTINGS look for BACKGROUND. You can ajust the color there.
View ArticleAlexia commented on Use radio button instead of drop down for Multi-Select
I indeed read it, but in the radiance theme, it sounds like somehow simplified because I directly have in my theme.liquid the following code: {% if product.available %} <script> var...
View ArticleCreating Drop-Down menus with Dooley theme by EnigmaPx
My drop down menu wont appear even thought i have added the link list.Is this a bug with the theme?
View ArticleNeed help creating Header in minimal music theme by jlehsiek Jourdan
I am using the minimal music theme to design my store but I don't know how to get my Header to center and look the the sample. My banner is stuck on the left sid of the page very small. How do I change...
View ArticleSarah Laeuchli commented on Could really use some help on changing background...
I've tried that, it's still not changing.
View ArticleHow to hide out of stock variables in drop down? by Sam Currie
I'm new to this and have got stuck on something, been searching for a few days but can't find an answer that works so thought I'd ask.I want to hide varibles that stock is 0 on the dropdown. I think I...
View ArticleAdding graphics to specific pages by Garrett Olson
Hi all, I'm kind of a newb with liquid, so forgive me if this has been answered many times before. I've spent about an hour googling and searching through the forums, and I can't find a concise...
View ArticleHow to customize the page title of current Shopping Cart ? by Anh Quan Nguyen
Hello guys,the question is already posted here : http://ecommerce.shopify.com/c/ecommerce-design/t/changing-the-shopping-cart-title-117997, but it is still not correctly answered.Does anyone know how...
View ArticleAdd a Popup/ Dialog box for user to filter before hits the home page by Yuval...
I'd like visitors to select a location before they can access my home page. Based on their selection, the main menu will show sub-collections related to the selected location. If I could do it with...
View ArticleCaroline Schnapp commented on Adding graphics to specific pages
Hi Garrett,Use this conditional instead:{% if template == 'index' %} YOUR GRAPHIC {% endif %}Let us know how that goes!
View ArticleCaroline Schnapp commented on How to hide out of stock variables in drop down?
Hi Sam,That select element you see there is hidden on the page and replaced by select elements built with JavaScript. So you're banging the wrong tree.If your products have more than one option, like...
View ArticleSam Currie commented on How to hide out of stock variables in drop down?
Thanks so much Caroline, worked a charm :)I used the bottom one which greys out the options that aren't available. When I pasted the one in above it that hides them totally it still showed the Large...
View ArticleCaroline Schnapp commented on How to hide out of stock variables in drop down?
Oh yeah I see why the first snippet would not work, I am looking for the option by its location index in the select while that index means nothing because options have been possibly removed.For your...
View ArticleSam Currie commented on How to hide out of stock variables in drop down?
What would the amended code be for the first snippit if I wanted to hide sizes that were out of stock? I'm really new to coding and although I've managed to find how to do most things I've wanted to on...
View ArticleGarrett Olson commented on Adding graphics to specific pages
Caroline, that worked like a charm! As I'm slowly teaching myself web development, can you tell me when the previous IF logic didn't work?
View ArticleCaroline Schnapp commented on How to hide out of stock variables in drop down?
Try this to remove the sold out options:{% if product.options.size == 1 %} {% for variant in product.variants %} {% unless variant.available %} jQuery('.single-option-selector option:contains(' + {{...
View ArticleCaroline Schnapp commented on Adding graphics to specific pages
The page variable is only defined on regular 'page' pages created under Blogs & Pages, those pages with a URL that looks like this: /pages/page-handle. The page variable is undefined elsewhere....
View ArticleFiguring out how to charge per Letter for custom product by JY
Hi I am building a site that will make custom jewelry for customers, the customer should be able to input their name into the textbox , up to 7 characters will be a flat rate and every additional...
View ArticleHunkyBill commented on Figuring out how to charge per Letter for custom product
Make a product called letter and price it at $7. Now on your product page, the customer can click a letter from a palette or just type it in... and boom, for each one you add a product to the mix... an...
View Article