<?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>shop near commented on Google Base Feeds For Shopify</title>
      <author>shop near</author>
      <pubDate>Mon, 08 Sep 2008 06:16:38 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/5094#comment-21999</link>
      <guid>http://forums.shopify.com/categories/2/posts/5094#comment-21999</guid>
      <description>&lt;p&gt;I&amp;#8217;ve got the feed working, except no products are showing up in it. My apologies if it&amp;#8217;s something obvious as I&amp;#8217;m a newbie, and thanks in advance for any help. My theme.liquid:&lt;/p&gt;


	&lt;p&gt;{% case page.handle %}{% when &amp;#8220;rss&amp;#8221; %}&amp;lt;?xml version=&amp;#8221;1.0&amp;#8221; encoding=&amp;#8221;utf-8&amp;#8221;?&gt;&lt;br /&gt;&amp;lt;rss version="2.0"&amp;gt;
    &amp;lt;channel&amp;gt;
        &amp;lt;title&amp;gt;{{ shop.name }}&amp;lt;/title&amp;gt;
        &amp;lt;link&amp;gt;{{ shop.url }}&amp;lt;/link&amp;gt;
        &amp;lt;description&amp;gt;All of Shop Near&amp;#8217;s Products&amp;lt;/description&amp;gt;
        &amp;lt;language&amp;gt;en-us&amp;lt;/language&amp;gt;
        &amp;lt;copyright&amp;gt;Copyright {{ &amp;#8220;now&amp;#8221; | date: &amp;#8221;%Y&amp;#8221; }} {{ shop.name }}&amp;lt;/copyright&amp;gt;
        {% for product in collections.all.products %}&amp;lt;item&amp;gt;
            &amp;lt;title&amp;gt;{{ product.title }}&amp;lt;/title&amp;gt;
            &amp;lt;link&amp;gt;{{ shop.url }}{{ product.url }}&amp;lt;/link&amp;gt;
            &amp;lt;description&amp;gt;{% for image in product.images limit: 1 %}&amp;lt;p&amp;gt;
            &amp;lt;img src=&amp;#8221;{{ image | product_img_url: &amp;#8216;medium&amp;#8217; }}&amp;#8221; 
            alt=&amp;#8221;{{ product.title }}&amp;#8221; /&amp;gt;&amp;lt;/p&amp;gt;{% endfor %}&amp;lt;p&amp;gt;
            &amp;lt;a href=&amp;#8221;{{ shop.url }}{{ product.url }}&amp;#8221;&amp;gt;
            {{ product.title }}&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;
            {{ product.price_min | money }}{% if product.price_varies %} &amp;#8211; 
            {{ product.price_max | money }}{% endif %}&amp;lt;/strong&amp;gt;
            &amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;{{ product.description | strip_html | 
            truncate: 300 }}&amp;lt;/p&amp;gt;&amp;lt;/description&amp;gt;
        &amp;lt;/item&amp;gt;
    {% endfor %}&amp;lt;/channel&amp;gt;&lt;br /&gt;&amp;lt;/rss&amp;gt;{% else %}&lt;/p&gt;


	&lt;p&gt;&amp;lt;!DOCTYPE&amp;#8230;&gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;content&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/p&gt;


	&lt;p&gt;{% endcase %}&lt;/p&gt;</description>
    </item>
    <item>
      <title>Collection (s) Content on the FrontPage by dickthehippy</title>
      <author>dickthehippy</author>
      <pubDate>Sun, 07 Sep 2008 16:39:00 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21993</link>
      <guid>http://forums.shopify.com/categories/2/posts/21993</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m looking to create a frontpage that features the content from a collection &amp;#8211; looping out all products, perhaps as a vertical list. Is this possible?&lt;/p&gt;


	&lt;p&gt;As help would be much appreciated &amp;#8230;&lt;/p&gt;


	&lt;p&gt;Thanks&lt;/p&gt;


	&lt;p&gt;Dick&lt;/p&gt;</description>
    </item>
    <item>
      <title>Fredenslund commented on Fresh label -&gt; showing if a product is within a collection</title>
      <author>Fredenslund</author>
      <pubDate>Sat, 06 Sep 2008 14:12:16 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21979#comment-21983</link>
      <guid>http://forums.shopify.com/categories/2/posts/21979#comment-21983</guid>
      <description>&lt;p&gt;I&amp;#8217;m going for an other approach &amp;#8211; tags, even we are using them for related products. Seen in this post:&lt;br /&gt;&lt;a href="http://forums.shopify.com/categories/2/posts/20159"&gt;http://forums.shopify.com/categories/2/posts/20159&lt;/a&gt;&lt;/p&gt;


&lt;code&gt;&lt;pre&gt;
{% for mytag in product.tags %}
  {% if mytag == 'label-2008' %}
    &amp;lt;img src="{{ 'a_fresh-product.gif' | asset_url }}" alt="Nyt produkt" class="gallery-fresh-product-big" /&amp;gt;
   {% endif %}
{% endfor %}
&lt;/pre&gt;&lt;code&gt;

Works fine :-)</description>
    </item>
    <item>
      <title>Fresh label -&gt; showing if a product is within a collection by Fredenslund</title>
      <author>Fredenslund</author>
      <pubDate>Sat, 06 Sep 2008 10:31:37 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21979</link>
      <guid>http://forums.shopify.com/categories/2/posts/21979</guid>
      <description>&lt;p&gt;I wan&amp;#8217;t to show a label if a product is within a collection, in this case a 2008 it works great on frontpage, product page and the first page of of a collection but not page 2, 3 ect. i think it have some thing to do with pagination but can&amp;#8217;t figure it out&lt;/p&gt;


&lt;code&gt;&lt;pre&gt;
{% capture thisthing %}{{product.handle}}{% endcapture %}
  {% for product in collections.maileg-collection-2008.products %}    
    {% if product.handle == thisthing %}
       &amp;lt;img src="{{ 'a_fresh-product.gif' | asset_url }}" alt="Nyt produkt" class="gallery-fresh-product" /&amp;gt;
      {% endif %}
    {% endfor %}
&lt;/pre&gt;&lt;/code&gt;

	&lt;p&gt;If the poduct is within the collection &amp;#8220;maileg-collection-2008 the product picture shows up with a &#180;08 label above ( se image )&lt;/p&gt;


	&lt;p&gt;Product page 1 : &lt;a href="http://designerleg.dk/collections/maileg-produkoversigt"&gt;http://designerleg.dk/collections/maileg-produkoversigt&lt;/a&gt;&lt;br /&gt;Product page 2 : &lt;a href="http://designerleg.dk/collections/maileg-produkoversigt?page=2"&gt;http://designerleg.dk/collections/maileg-produkoversigt?page=2&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Hope to get a little help on this :-)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Smashed images</title>
      <author>Caroline Schnapp</author>
      <pubDate>Fri, 05 Sep 2008 20:36:56 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21967#comment-21968</link>
      <guid>http://forums.shopify.com/categories/2/posts/21967#comment-21968</guid>
      <description>&lt;p&gt;When you upload your images to Shopify, the aspect ratio is respected in the creation of the various size &amp;#8216;derivatives&amp;#8217; (i.e. thumbnails). Unless you apply a width and height yourself, in your theme, they should not be smashed.&lt;/p&gt;


&lt;blockquote&gt;images are imported in several resolutions&lt;/blockquote&gt;

	&lt;p&gt;What do you mean by this?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Smashed images by Spencer</title>
      <author>Spencer</author>
      <pubDate>Fri, 05 Sep 2008 20:06:25 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21967</link>
      <guid>http://forums.shopify.com/categories/2/posts/21967</guid>
      <description>&lt;p&gt;Some of my thumbnails appear smashed due to the fact that the images are imported in several resolutions. Is it in any way possible to make an image display one way if height&gt;width, and another way if width&gt;height? Is it possible to get dimensions of an image and save it as variables? I appreciate it. :)&lt;/p&gt;


	&lt;p&gt;If this isn&amp;#8217;t possible, what is a good solution to the problem?&lt;/p&gt;


	&lt;p&gt;Spencer&lt;/p&gt;</description>
    </item>
    <item>
      <title>jonathanbriggs commented on Unique titles for pages - help please</title>
      <author>jonathanbriggs</author>
      <pubDate>Fri, 05 Sep 2008 18:39:14 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21949#comment-21966</link>
      <guid>http://forums.shopify.com/categories/2/posts/21949#comment-21966</guid>
      <description>&lt;p&gt;Big thanks to both Caroline and Christina for this &amp;#8211; works a treat!&lt;/p&gt;


	&lt;p&gt;Jonathan&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on Unique titles for pages - help please</title>
      <author>Caroline Schnapp</author>
      <pubDate>Fri, 05 Sep 2008 15:13:38 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21949#comment-21957</link>
      <guid>http://forums.shopify.com/categories/2/posts/21949#comment-21957</guid>
      <description>&lt;p&gt;&lt;em&gt;duck&lt;/em&gt; or &lt;em&gt;goose&lt;/em&gt; is &lt;code&gt;{{ current_tags.first }}&lt;/code&gt;&lt;/p&gt;


	&lt;p&gt;Use that Tag in your title, when appropriate to do so! In other words, make sure the variable is defined&amp;#8230;&lt;/p&gt;


	&lt;p&gt;(And you can thank Christina who has documented in the forums this undocumented variable&amp;#8230;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Unique titles for pages - help please by jonathanbriggs</title>
      <author>jonathanbriggs</author>
      <pubDate>Fri, 05 Sep 2008 12:13:24 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21949</link>
      <guid>http://forums.shopify.com/categories/2/posts/21949</guid>
      <description>&lt;p&gt;Google Webmaster tools indicates that I have multiple pages with the same &amp;lt;title&amp;gt;&amp;lt;/title&amp;gt; title tags; a less than optimum situation for &lt;span class="caps"&gt;SEO&lt;/span&gt;.&lt;/p&gt;


	&lt;p&gt;This occurs because the tags associated with an item each produce a different page. For example I have a collection of Foie Gras called /foie-gras that can be subdivided by tag into /foie-gras/duck and /foie-gras/goose.&lt;/p&gt;


	&lt;p&gt;The page_title variable returns the &amp;#8220;Foie Gras&amp;#8221; of the collection but not the &amp;#8220;Duck Foie Gras&amp;#8221; and &amp;#8220;Goose Foie Gras&amp;#8221; that I need to make the titles unique.&lt;/p&gt;


	&lt;p&gt;Is there another variable that I can use. I have looked through the Wiki but not spotted one.&lt;/p&gt;


	&lt;p&gt;Here are two pages that illustrate my problem.&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.marketquarter.com/collections/foie-gras/duck"&gt;http://www.marketquarter.com/collections/foie-gras/duck&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.marketquarter.com/collections/foie-gras/goose"&gt;http://www.marketquarter.com/collections/foie-gras/goose&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Thanks for any advice&lt;/p&gt;


	&lt;p&gt;Jonathan&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on List all Types in a Collection without duplicates</title>
      <author>Jamie</author>
      <pubDate>Fri, 05 Sep 2008 11:19:28 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21413#comment-21947</link>
      <guid>http://forums.shopify.com/categories/2/posts/21413#comment-21947</guid>
      <description>&lt;p&gt;That&amp;#8217;s good stuff!&lt;/p&gt;


	&lt;p&gt;If I knew how to make a new section on the wiki for code snippets (It needs to be there) then I would add this and several others I have used and collected. That and there is no section for operators on the wiki at all.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Caroline Schnapp commented on List all Types in a Collection without duplicates</title>
      <author>Caroline Schnapp</author>
      <pubDate>Fri, 05 Sep 2008 06:11:54 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21413#comment-21941</link>
      <guid>http://forums.shopify.com/categories/2/posts/21413#comment-21941</guid>
      <description>&lt;p&gt;Merci, Olivier, that&amp;#8217;s very clever!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on changing background color</title>
      <author>Jamie</author>
      <pubDate>Fri, 05 Sep 2008 02:13:03 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21902#comment-21936</link>
      <guid>http://forums.shopify.com/categories/2/posts/21902#comment-21936</guid>
      <description>&lt;p&gt;You&amp;#8217;re welcome! Good luck :)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Diana &amp; Elena commented on changing background color</title>
      <author>Diana &amp; Elena</author>
      <pubDate>Fri, 05 Sep 2008 01:14:09 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21902#comment-21934</link>
      <guid>http://forums.shopify.com/categories/2/posts/21902#comment-21934</guid>
      <description>&lt;p&gt;Thanks so much!!! that helped alot.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Diana &amp; Elena commented on changing shopping cart</title>
      <author>Diana &amp; Elena</author>
      <pubDate>Fri, 05 Sep 2008 01:12:57 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21908#comment-21933</link>
      <guid>http://forums.shopify.com/categories/2/posts/21908#comment-21933</guid>
      <description>&lt;p&gt;thanks so much.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Matt Beck commented on List all Types in a Collection without duplicates</title>
      <author>Matt Beck</author>
      <pubDate>Thu, 04 Sep 2008 23:06:02 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21413#comment-21931</link>
      <guid>http://forums.shopify.com/categories/2/posts/21413#comment-21931</guid>
      <description>&lt;p&gt;capture works like assign, but is often more powerful, because you can generate a user variable based on liquid output + basic strings, etc.&lt;/p&gt;


	&lt;p&gt;And this is very handy, by the way. Thanks Oliver!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bradley Joyce commented on List all Types in a Collection without duplicates</title>
      <author>Bradley Joyce</author>
      <pubDate>Thu, 04 Sep 2008 21:32:17 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21413#comment-21930</link>
      <guid>http://forums.shopify.com/categories/2/posts/21413#comment-21930</guid>
      <description>&lt;p&gt;Oliver, good stuff!!&lt;/p&gt;


	&lt;p&gt;I see the capture class in the liquid documentation but there is no explanation as to what it does or how it functions. Can you elaborate on that?&lt;/p&gt;</description>
    </item>
    <item>
      <title>_oli_ commented on List all Types in a Collection without duplicates</title>
      <author>_oli_</author>
      <pubDate>Thu, 04 Sep 2008 20:20:15 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21413#comment-21929</link>
      <guid>http://forums.shopify.com/categories/2/posts/21413#comment-21929</guid>
      <description>&lt;p&gt;Well &amp;#8211; I did not realise there was a &amp;#8220;contains&amp;#8221; operator. makes things a lot more simple. here is the updated code.&lt;/p&gt;


&lt;code&gt;&lt;pre&gt;
{% assign typeList = ',' %}
{% for product in collections['collectionName'].all_products %}
     {% capture compareType %},{{product.type}},{% endcapture %}
        {% if typeList contains compareType %}{% else %}
               &amp;lt;li&amp;gt;{{ product.type | link_to_type }}&amp;lt;/li&amp;gt;
               {% capture tempList %}{{typeList}}{{product.type}},{% endcapture %}
               {% assign typeList = tempList %}
    {% endif %}
{% endfor %}
&lt;/pre&gt;&lt;/code&gt;

	&lt;p&gt;&#8212;&lt;br /&gt;Olivier Dumetz&lt;br /&gt;VP, &lt;span class="caps"&gt;OLA &lt;/span&gt;Interactive Agency&lt;br /&gt;&lt;a href="http://www.olaisred.com"&gt;www.olaisred.com&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>rnoto commented on Naming additional image views</title>
      <author>rnoto</author>
      <pubDate>Thu, 04 Sep 2008 16:36:32 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21845#comment-21917</link>
      <guid>http://forums.shopify.com/categories/2/posts/21845#comment-21917</guid>
      <description>&lt;p&gt;Oh super.  Thanks Caroline, I will try that!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on changing shopping cart</title>
      <author>Jamie</author>
      <pubDate>Thu, 04 Sep 2008 12:35:06 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21908#comment-21912</link>
      <guid>http://forums.shopify.com/categories/2/posts/21908#comment-21912</guid>
      <description>&lt;p&gt;You should check out this &lt;a href="http://forums.shopify.com/categories/1/posts/4641"&gt;stickied post&lt;/a&gt; most answers to common questions will be found there.&lt;/p&gt;


	&lt;p&gt;All the code you are asking about in your posts is in the theme.liquid template&amp;#8217;s html, and should be self explanatory once you start poking around in those templates. If you have not already I would download &lt;a href="http://vision.shopify.com/"&gt;Vision&lt;/a&gt; so you can play around with the code in a more editor friendly environment than working online.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Jamie commented on changing background color</title>
      <author>Jamie</author>
      <pubDate>Thu, 04 Sep 2008 12:31:33 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/21902#comment-21911</link>
      <guid>http://forums.shopify.com/categories/2/posts/21902#comment-21911</guid>
      <description>&lt;p&gt;Your image is too large. I don&amp;#8217;t think it can be over about 760px wide to keep it from breaking the containing element.&lt;/p&gt;


	&lt;p&gt;The words are in you header because you need to remove them in the theme.liquid template&amp;#8217;s html.&lt;/p&gt;


&lt;pre&gt;    &amp;lt;!-- begin div.header --&amp;gt;
    &amp;lt;div id="header"&amp;gt;
      &amp;lt;div id="title"&amp;gt;
        &amp;lt;h1&amp;gt;&amp;lt;a href="/"&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h1&amp;gt;

        &amp;lt;h2&amp;gt;&amp;lt;/h2&amp;gt;
        &amp;lt;div id="description"&amp;gt;&amp;lt;/div&amp;gt;

        &amp;lt;p class="underline"&amp;gt;&amp;lt;a href="" title=""&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;

      &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
    &amp;lt;!-- /end div.header --&amp;gt;&lt;/pre&gt;

	&lt;p&gt;Comment out the title element and you should be good to go. Or you could add some css for #title and set it to display:none;&lt;/p&gt;


	&lt;p&gt;You should check out this &lt;a href="http://forums.shopify.com/categories/1/posts/4641"&gt;stickied post&lt;/a&gt; most answers to common questions will be found there.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
