<?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;archive?category_id=2</link>
    <language>en-us</language>
    <description>Feed for category Design</description>
    <item>
      <title>icelandicody commented on One Page "Jumps"</title>
      <author>icelandicody</author>
      <pubDate>Sat, 21 Nov 2009 19:47:46 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31250#comment-31255</link>
      <guid>http://forums.shopify.com/categories/2/posts/31250#comment-31255</guid>
      <description>&lt;p&gt;In both Safari and Firefox, when I click on the "about" tab, the body of the site jumps slightly to the left, then when I go to any other page it jumps back...&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on One Page "Jumps"</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 21 Nov 2009 18:45:24 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31250#comment-31254</link>
      <guid>http://forums.shopify.com/categories/2/posts/31250#comment-31254</guid>
      <description>&lt;p&gt;Humm.. Nothing is jumping on my end.&lt;/p&gt;</description>
    </item>
    <item>
      <title>bill commented on Creating links to collections on the front page</title>
      <author>bill</author>
      <pubDate>Sat, 21 Nov 2009 17:58:31 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/1486#comment-31253</link>
      <guid>http://forums.shopify.com/categories/2/posts/1486#comment-31253</guid>
      <description>&lt;p&gt;I have this same issue and have scoured this forum for an answer. It seems such an incredibly straightforward thing to do; so what am I missing???&lt;/p&gt;
&lt;p&gt;Thanks for all of your help!&lt;/p&gt;
&lt;p&gt;bill&lt;/p&gt;</description>
    </item>
    <item>
      <title>Julene commented on Customize Tellus Theme?</title>
      <author>Julene</author>
      <pubDate>Sat, 21 Nov 2009 16:30:07 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31242#comment-31251</link>
      <guid>http://forums.shopify.com/categories/2/posts/31242#comment-31251</guid>
      <description>&lt;p&gt;I've widened Tellus some, you you can have a look at my site. It has been a while since I did it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>One Page "Jumps" by icelandicody</title>
      <author>icelandicody</author>
      <pubDate>Sat, 21 Nov 2009 16:15:28 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31250</link>
      <guid>http://forums.shopify.com/categories/2/posts/31250</guid>
      <description>&lt;p&gt;My site (&lt;a href="http://isasrestoratives.myshopify.com/"&gt;http://isasrestoratives.myshopify.com/&lt;/a&gt;, still under construction), "jumps" when you click on the "about" tab. &amp;nbsp;Any thoughts on how I can fix that? &amp;nbsp;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>Sat, 21 Nov 2009 15:24:18 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/30995#comment-31249</link>
      <guid>http://forums.shopify.com/categories/2/posts/30995#comment-31249</guid>
      <description>&lt;p&gt;Hi Stuart, I've made some modifications to fit my needs.&amp;nbsp; This was based on the fact that I wanted the keyword:label:value to show up as "label: value" on one line with breaks after each set.&amp;nbsp; Hope I'm not stepping on your toes by offering this variant.&lt;/p&gt;
&lt;p&gt;Thanks again for sharing!&lt;/p&gt;
&lt;p&gt;
&lt;pre&gt;	{% assign attribute_keyword = 'att:' %}
        {% assign marker = ':' %}
        {% assign found = false %}
        {% for tag in product.tags %}
           {% if tag contains attribute_keyword %}
	      {% if found == false %}
                 {% assign found = true %}&amp;lt;span id="product-attributes"&amp;gt;
	      {% endif %}
	      {{ tag | remove: attribute_keyword | replace_first: marker, ': '|  append: '&amp;lt;br /&amp;gt;' }}
	   {% endif %}
    {% if found and forloop.last %}&amp;lt;/span&amp;gt;{% endif %}
{% endfor %}&amp;lt;br /&amp;gt;&lt;/pre&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Customize Tellus Theme?</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 21 Nov 2009 06:36:39 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31242#comment-31248</link>
      <guid>http://forums.shopify.com/categories/2/posts/31242#comment-31248</guid>
      <description>&lt;p&gt;Can you provide a link to what you've got, jc?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Customize Tellus Theme?</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 21 Nov 2009 06:22:26 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31242#comment-31247</link>
      <guid>http://forums.shopify.com/categories/2/posts/31242#comment-31247</guid>
      <description>&lt;p&gt;You have to change the width of all these divs:&lt;/p&gt;
&lt;p&gt;#container (now is 916px)&lt;/p&gt;
&lt;p&gt;#content (now is 800px)&lt;/p&gt;
&lt;p&gt;#main (now is 597px)&lt;/p&gt;
&lt;p&gt;#sidebar (now is 193px)&lt;/p&gt;
&lt;p&gt;Make sure that:&lt;/p&gt;
&lt;p&gt;width of #content + (58 x 2) =&amp;nbsp; width of #container&lt;/p&gt;
&lt;p&gt;width of #main + width of #sidebar + (5 x 2) = width of #content&lt;/p&gt;
&lt;p&gt;You will also need (as you said) to re-do quite a few background-images in Photoshop.&lt;/p&gt;</description>
    </item>
    <item>
      <title>m commented on Remove "Moderno" frontpage image yellow bar</title>
      <author>m</author>
      <pubDate>Sat, 21 Nov 2009 04:48:38 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31238#comment-31246</link>
      <guid>http://forums.shopify.com/categories/2/posts/31238#comment-31246</guid>
      <description>&lt;p&gt;
&lt;p&gt;Thaaaaaaaaaank you sooooooooo much!!!!!!!!!&lt;/p&gt;
&lt;p&gt;That did it! &amp;nbsp;It worked PERFECTLY!!!!! &amp;nbsp;I was struggling with that for so long...I can't even tell you!&lt;/p&gt;
&lt;p&gt;I truly appreciate it! &amp;nbsp;You are a genius!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you, thank you, thank you!&lt;/p&gt;
&lt;p&gt;:-D&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Remove "Moderno" frontpage image yellow bar</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 21 Nov 2009 02:32:40 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31238#comment-31244</link>
      <guid>http://forums.shopify.com/categories/2/posts/31238#comment-31244</guid>
      <description>&lt;p&gt;Yep, you did not remove that h5 heading from index.liquid. You'll have to do that.&lt;/p&gt;</description>
    </item>
    <item>
      <title>m commented on Remove "Moderno" frontpage image yellow bar</title>
      <author>m</author>
      <pubDate>Sat, 21 Nov 2009 02:28:22 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31238#comment-31243</link>
      <guid>http://forums.shopify.com/categories/2/posts/31238#comment-31243</guid>
      <description>&lt;p&gt;Sure,&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mattrodesign.myshopify.com/"&gt;http://mattrodesign.myshopify.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for your prompt response.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have to run out now, but I'll check back here first thing when I get back!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Customize Tellus Theme? by jcm</title>
      <author>jcm</author>
      <pubDate>Sat, 21 Nov 2009 02:28:15 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31242</link>
      <guid>http://forums.shopify.com/categories/2/posts/31242</guid>
      <description>&lt;p&gt;I'd like to widen the Tellus Theme and I've got everything figured out except for the white background box. I think it is the bg-content.gif image that needs to be modified. But when I've edited the image, nothing happens...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can anyone give me a clue as to what I'm missing? Why can't I increase the width of the content?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;J.C.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Remove "Moderno" frontpage image yellow bar</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 21 Nov 2009 02:24:59 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31238#comment-31241</link>
      <guid>http://forums.shopify.com/categories/2/posts/31238#comment-31241</guid>
      <description>&lt;p&gt;m,&lt;/p&gt;
&lt;p&gt;If you can, please provide a link to the page that's giving you trouble.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Remove "Moderno" frontpage image yellow bar</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 21 Nov 2009 02:24:11 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31238#comment-31240</link>
      <guid>http://forums.shopify.com/categories/2/posts/31238#comment-31240</guid>
      <description>&lt;p&gt;If you had deleted or commented out the h5 heading from index.liquid, you should not be seeing any more yellow line there.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Remove "Moderno" frontpage image yellow bar</title>
      <author>Caroline Schnapp</author>
      <pubDate>Sat, 21 Nov 2009 02:22:09 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31238#comment-31239</link>
      <guid>http://forums.shopify.com/categories/2/posts/31238#comment-31239</guid>
      <description>&lt;p&gt;Do you mean that yellow bar over the product image on the home page?&lt;/p&gt;
&lt;p&gt;How did you eliminate the text?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Remove "Moderno" frontpage image yellow bar by m</title>
      <author>m</author>
      <pubDate>Sat, 21 Nov 2009 02:01:45 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/31238</link>
      <guid>http://forums.shopify.com/categories/2/posts/31238</guid>
      <description>&lt;p&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I'm wondering if anyone knows what line of code eliminates the yellow line that covers the main collection image on the "Moderno" theme.&lt;/p&gt;
&lt;p&gt;I've already eliminated the text in the yellow area, but there is still a small line segment remaining.&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;Thank you in advance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <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>
  </channel>
</rss>
