<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Opinion: Shopify Community - Design</title>
    <link>http://forums.shopify.com/categories/2?category_id=2</link>
    <language>en-us</language>
    <description>Feed for category Design</description>
    <item>
      <title>Caroline Schnapp commented on Inserting an image onto my home page</title>
      <author>Caroline Schnapp</author>
      <pubDate>Fri, 20 Nov 2009 23:46:36 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31237</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31237</guid>
      <description>&lt;p&gt;Cough, even some of the best themes in Shopify's catalog use inline CSS, cough.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Remove Butterfly Background from Reconfigured</title>
      <author>Jamie</author>
      <pubDate>Fri, 20 Nov 2009 23:26:51 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30688#comment-31236</link>
      <guid>http://forums.shopify.com/categories/2/posts/30688#comment-31236</guid>
      <description>&lt;p&gt;Hey Emil&lt;/p&gt;
&lt;p&gt;The two things I can think of on that theme to get rid of the green prices are:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;#price-field
.info-box span
&lt;/pre&gt;
Find those in the all.css and change the color to whatever you want.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Inserting an image onto my home page</title>
      <author>Jamie</author>
      <pubDate>Fri, 20 Nov 2009 23:19:13 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31235</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31235</guid>
      <description>&lt;p&gt;Yours is good too Tetsuro. :)&lt;/p&gt;
&lt;p&gt;I use it often if I have a quicky. And for anyone who doesn't want to delve into the fabulous world of css Tetsuro's is the easy one-off solution.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Emil Congdon commented on Remove Butterfly Background from Reconfigured</title>
      <author>Emil Congdon</author>
      <pubDate>Fri, 20 Nov 2009 22:58:37 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30688#comment-31234</link>
      <guid>http://forums.shopify.com/categories/2/posts/30688#comment-31234</guid>
      <description>&lt;p&gt;Great help.&amp;nbsp; Thank you!&amp;nbsp; Do you know how to change font colors?&amp;nbsp; I have a bright green font in my frontpage collection for price and I dont care for it.&amp;nbsp; Thanks again.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tetsuro commented on Inserting an image onto my home page</title>
      <author>Tetsuro</author>
      <pubDate>Fri, 20 Nov 2009 22:52:49 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31233</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31233</guid>
      <description>&lt;p&gt;^word. Jamie's code is much cleaner: please use his example instead.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Inserting an image onto my home page</title>
      <author>Jamie</author>
      <pubDate>Fri, 20 Nov 2009 22:33:50 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31232</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31232</guid>
      <description>&lt;p&gt;You can also target this in your css if you use some simple conditionals in your body tag:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;&amp;lt;body id="{{template}}-{{page.title }}"&amp;gt;&lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;Then you can target very specific pages in your css instead of inline. It will keep your mark-up cleaner if you have a bunch of these going on.&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;#page-About {background:#000;}&lt;/pre&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tetsuro commented on Inserting an image onto my home page</title>
      <author>Tetsuro</author>
      <pubDate>Fri, 20 Nov 2009 22:13:10 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31231</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31231</guid>
      <description>&lt;p&gt;You can change the background color based on a particular page by using some Liquid and some inline CSS.&lt;/p&gt;
&lt;p&gt;For example,&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;&amp;lt;body {% if page.handle == "frontpage" %}style="background: #000;" {% endif %}&amp;gt; &lt;/pre&gt;
&lt;/p&gt;
&lt;p&gt;The above code will change the background color to black (#000) if the user is on a page with the handle "frontpage".&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>icelandicody commented on Damsel in Distress: help me with some customization issues please!</title>
      <author>icelandicody</author>
      <pubDate>Fri, 20 Nov 2009 21:48:34 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30939#comment-31230</link>
      <guid>http://forums.shopify.com/categories/2/posts/30939#comment-31230</guid>
      <description>&lt;p&gt;Thank you--I found a tutorial by searching "link list" instead of "linklist." The issue was that the instructions said "if you create a linklist with the handle categories, it will appear here," but there were no instructions how to do that. &amp;nbsp;I found out that I could do it in the navigation menu. &amp;nbsp;Thanks!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Stuart Whitman commented on Using product tags to display product attributes and additional product metadata</title>
      <author>Stuart Whitman</author>
      <pubDate>Fri, 20 Nov 2009 21:32:40 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30995#comment-31229</link>
      <guid>http://forums.shopify.com/categories/2/posts/30995#comment-31229</guid>
      <description>&lt;p&gt;Thanks for the reply Caroline should have put a mention about that in the tutorial.&lt;/p&gt;
&lt;p&gt;I've also changed the filters slightly to incorporate Capitalization. See below for revised example:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;{% assign attribute_keyword = 'att:' %}
{% assign marker = ':' %}
{% assign found = false %}&lt;br /&gt;{% for tag in product.tags %}
    {% if tag contains attribute_keyword %}
	   {% if found == false %}
              {% assign found = true %}&amp;lt;dl&amp;gt;
	   {% endif %}
	      {{ tag | remove: attribute_keyword | replace_first: marker, ' '| capitalize | replace_first: ' ', '&amp;lt;/dt&amp;gt;&amp;lt;dd&amp;gt;' | prepend: '&amp;lt;dt&amp;gt;'  | append: &amp;lt;/dd&amp;gt; }}
	   {% endif %}
    {% if found and forloop.last %}&amp;lt;/dl&amp;gt;{% endif %}
{% endfor %}&lt;/pre&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Damsel in Distress: help me with some customization issues please!</title>
      <author>Jamie</author>
      <pubDate>Fri, 20 Nov 2009 21:31:17 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30939#comment-31228</link>
      <guid>http://forums.shopify.com/categories/2/posts/30939#comment-31228</guid>
      <description>&lt;p&gt;Can you explain what you mean by 'category'? Do you mean vendor? product type? collection? etc...&lt;/p&gt;</description>
    </item>
    <item>
      <title>lissabella commented on Inserting an image onto my home page</title>
      <author>lissabella</author>
      <pubDate>Fri, 20 Nov 2009 21:12:25 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31227</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31227</guid>
      <description>&lt;p&gt;ok, I was able to figure this out but now I want to know how do I change the background color of a particular page?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Using product tags to display product attributes and additional product metadata</title>
      <author>Caroline Schnapp</author>
      <pubDate>Fri, 20 Nov 2009 21:00:50 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30995#comment-31226</link>
      <guid>http://forums.shopify.com/categories/2/posts/30995#comment-31226</guid>
      <description>&lt;p&gt;@ mbscher&lt;/p&gt;
&lt;p&gt;These tags should not be used to filter collections. So where ever you output regular tags, such as in a sidebar, you'll want to skip over those tags that contain these letters:&lt;/p&gt;
&lt;pre&gt;'att:'&lt;/pre&gt;
&lt;p&gt;Example.&lt;/p&gt;
&lt;p&gt;Theme: Tellus&lt;/p&gt;
&lt;p&gt;File: theme.liquid&lt;/p&gt;
&lt;p&gt;Old code:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;      {% if tags %}
	&amp;lt;h3&amp;gt;Tags&amp;lt;/h3&amp;gt;
	    &amp;lt;ul class="vlink-list"&amp;gt;
               {% for tag in collection.tags %} 
		  &amp;lt;li&amp;gt;{{ tag | highlight_active_tag | link_to_tag: tag }}&amp;lt;/li&amp;gt;
	       {% endfor %}
	    &amp;lt;/ul&amp;gt;
      {% endif %}
&lt;/pre&gt;
New code:&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;      {% if tags %}
	 &amp;lt;h3&amp;gt;Tags&amp;lt;/h3&amp;gt;
	    &amp;lt;ul class="vlink-list"&amp;gt;
		{% for tag in collection.tags %}{% unless tag contains 'att:' %} 
		&amp;lt;li&amp;gt;{{ tag | highlight_active_tag | link_to_tag: tag }}&amp;lt;/li&amp;gt;
		{% endunless %}{% endfor %}
	     &amp;lt;/ul&amp;gt;
       {% endif %}
&lt;/pre&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>icelandicody commented on Damsel in Distress: help me with some customization issues please!</title>
      <author>icelandicody</author>
      <pubDate>Fri, 20 Nov 2009 20:55:12 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30939#comment-31225</link>
      <guid>http://forums.shopify.com/categories/2/posts/30939#comment-31225</guid>
      <description>&lt;p&gt;Thanks for your help--I've been able to figure most things out... &amp;nbsp;However, I can't seem to find basic instructions on how to create a category linklist. Can you point me in the right direction?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description>
    </item>
    <item>
      <title>mbscher commented on Using product tags to display product attributes and additional product metadata</title>
      <author>mbscher</author>
      <pubDate>Fri, 20 Nov 2009 20:46:05 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30995#comment-31224</link>
      <guid>http://forums.shopify.com/categories/2/posts/30995#comment-31224</guid>
      <description>&lt;p&gt;Stuart, thanks a lot for the code.&amp;nbsp; It works great.&amp;nbsp; How do you deal with the tags on the category page whereas I now have a bunch of things like "att:Size:Small" in my tags section which I think will just confuse people.&amp;nbsp; Is there some easy way to get those to just say Small and parse all of them back to useful tags?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on Inserting an image onto my home page</title>
      <author>Jamie</author>
      <pubDate>Fri, 20 Nov 2009 20:33:13 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222#comment-31223</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222#comment-31223</guid>
      <description>&lt;p&gt;There's no attachment Lisa...&lt;/p&gt;
&lt;p&gt;Do you want to insert in into the home page(index) or collection page? You list differently from your thread title to your question....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Inserting an image onto my home page by lissabella</title>
      <author>lissabella</author>
      <pubDate>Fri, 20 Nov 2009 20:30:14 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31222</link>
      <guid>http://forums.shopify.com/categories/2/posts/31222</guid>
      <description>&lt;p&gt;I want to insert the attached image map onto my collections page. How do I do this?&lt;/p&gt;</description>
    </item>
    <item>
      <title>thehulldesign commented on How do I create "Columns, Tables, Cells" anything???</title>
      <author>thehulldesign</author>
      <pubDate>Fri, 20 Nov 2009 19:38:12 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31213#comment-31221</link>
      <guid>http://forums.shopify.com/categories/2/posts/31213#comment-31221</guid>
      <description>&lt;p&gt;thanks for the pep talk...does anyone else have some html code example to point&amp;nbsp; me in the right direction...thanks&lt;/p&gt;</description>
    </item>
    <item>
      <title>HunkyBill commented on How do I create "Columns, Tables, Cells" anything???</title>
      <author>HunkyBill</author>
      <pubDate>Fri, 20 Nov 2009 18:37:02 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31213#comment-31220</link>
      <guid>http://forums.shopify.com/categories/2/posts/31213#comment-31220</guid>
      <description>&lt;p&gt;You used YUI Grids and they did not work? That is pretty much impossible. YUI Grids, like Blueprint CSS, is awesome CSS and can pretty much be demonstrably near perfect at cross-browser rendering of DOM elements in a grid.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;More likely you are not creating correct DOM, so take a breather, a course in basic HTML, and then try again.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How do I create "Columns, Tables, Cells" anything??? by thehulldesign</title>
      <author>thehulldesign</author>
      <pubDate>Fri, 20 Nov 2009 15:50:42 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31213</link>
      <guid>http://forums.shopify.com/categories/2/posts/31213</guid>
      <description>&lt;p&gt;
&lt;p&gt;How do I create simple "tables, cells, or columns" to contain text or images on my pages? I cant get anything to work....i have a little html knowledge, but not very advanced....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For instance, im trying to create a footer like the Shopify.com main homepage where they have links and informations&amp;nbsp; divided nicely between 3 rows....i tried the YUI CSS grid builder, and that didnt work &lt;a href="http://thehulldesign.myshopify.com/pages/test"&gt;http://thehulldesign.myshopify.com/pages/test&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;id like to create 3 columns to go beneath my "flash" - similar to how that is laid out, but not have to use flash for everything...any help would be great....thanks!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.thehulldesign.com"&gt;http://www.thehulldesign.com&lt;/a&gt;&lt;/p&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>Roman I. commented on Can the Checkout Page Designs be Edited?</title>
      <author>Roman I.</author>
      <pubDate>Fri, 20 Nov 2009 14:14:28 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31208#comment-31209</link>
      <guid>http://forums.shopify.com/categories/2/posts/31208#comment-31209</guid>
      <description>&lt;p&gt;1) &lt;a href="http://blog.shopify.com/2007/9/13/checkout-customization"&gt;http://blog.shopify.com/2007/9/13/checkout-customization&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2) &lt;a href="http://forums.shopify.com/categories/2/posts/9178#comment-12948"&gt;http://forums.shopify.com/categories/2/posts/9178#comment-12948&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
