How to Change Color of View 'Next' Page or 'Previous' Page Buttons by Coco...
I am having an extremely difficult time figuring out how to change the Background Colour of the Next Page, 1, 2, 3, Previous Page, etc, buttons. Here is how it looks on my site (scroll to...
View ArticleMike commented on How to Change Color of View 'Next' Page or 'Previous' Page...
Hi Coco,You'll need to go into your css style sheet and add a background colour to your .pagination a
View ArticleAmanda Carter commented on Help with case logic when displaying customer tags
Thank you so much, Caroline! That was the fix. I'm also wondering if there is a way to limit the customer.total_spent to an annual total instead of a running total. Is this possible? Thanks again,...
View ArticleMike commented on Changing Color for Social Icons (Radiance)
Hi Ronin,There's no way to change the colour of the social icons that are included with the theme. You could however upload new social icons of your choice, then manipulate the css to get the positions...
View ArticleMulti-level menus in Shopify: Is there a definitive answer? by Jason Robinson
Hi,I've been researching to see if it's possible to create a mult-level menu in Shopify. Shopify says "no, they don't support multilevel menus". Developers say "yes" and "maybe" however the solutions...
View ArticleMike commented on Changing Color for Social Icons (Radiance)
Quick update on that, you could grab the png file and recolour them in an image editor like Photoshop, then reupload them.
View ArticleClose dropdown menu on second click? by travis johnson
I'm designing a custom responsive version of a client's store with a simple dropdown menu. As of now if you click on the main "Menu" link it opens the dropdown menu and it stays open. I'd like to close...
View ArticleKylea commented on Adding accepted payment methods to footer on certain pages
Hey Ash! You can do this using something like:{% if template == "collection" or template == "cart" %} Show accepted payment methods {% endif %}Hope that helps!
View ArticleREACT Theme - Collection Page Hover Behaviour by Clare Hartley
Hi,I was wondering if its possible to add this option to our website - wherewhen a visitor hovers their mouse over a product (when viewing all of theproducts) it flicks over to the mannequin shot like...
View ArticleE-Newsletter Sign Up by Clare Hartley
I'd love to get an e-newsletter sign up window to appear on my page like this one does;http://www.beezer.com.au/collections/toys-gamesI'm using the REACT theme and use Mail Chimp for our...
View ArticleCaroline Schnapp commented on REACT Theme - Collection Page Hover Behaviour
Hi Clare, it sure is possible if you feel comfortable with editing your theme's files. Make the mannequin shot the last image of your product, and go to Themes > Template Editor > Snippets >...
View ArticleCaroline Schnapp commented on Variations as buttons instead of dropdown
Hi Jason,You can replace you add to cart form with something like this:{% for variant in product.variants %} {% if variant.available %}<form action="/cart/add" method="post"><input...
View ArticleClare Hartley commented on REACT Theme - Collection Page Hover Behaviour
Amazing - that worked! Thankyou so much for your help. x
View ArticleCaroline Schnapp commented on Multi-level menus in Shopify: Is there a...
Hi Jason, it's possible, using the same naming convention we use for level no 1... for level no 2.There are themes in the theme store that support this off the shelf:...
View ArticleCaroline Schnapp commented on REACT Theme - Collection Page Hover Behaviour
You're welcome, Clare! <3
View ArticleCaroline Schnapp commented on Help with case logic when displaying customer tags
Hi Amanda, it's possible if you iterate through all orders, check each order's date and tally its total up if the year is the current one. http://wiki.shopify.com/Filters#Math_Filters
View ArticleCaroline Schnapp commented on E-Newsletter Sign Up
Hi Clare,Mailchimp has an option for this called evilpopup: http://kb.mailchimp.com/article/does-mailchimp-have-a-pop-over-signup-form-optionDespite the name, it's popular.
View ArticleClare Hartley commented on E-Newsletter Sign Up
Fantastic - thanks so much again, Caroline! x
View ArticleHow to require login upon arrival to site instead of at checkout? by Michele...
I am creating a second Shopify store specifically for wholesale customers. I have selected the option of requiring customer accounts (which I create beforehand), so that not just anyone can access the...
View ArticleShopify Craig commented on How to require login upon arrival to site instead...
Hi Michele,If you know HTML then it should be doable by looking at this liquid reference page: http://wiki.shopify.com/Customer_variable Craig
View Article