<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Placing logo</title>
    <link>http://forums.shopify.com/categories/2/posts/3020</link>
    <language>en-us</language>
    <description>Feed for discussion topic Placing logo</description>
    <item>
      <title>Placing logo</title>
      <author>chele</author>
      <pubDate>Wed, 13 Sep 2006 20:24:28 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/3020</link>
      <guid>http://forums.shopify.com/categories/2/posts/3020</guid>
      <description>&lt;p&gt;I have read the previous replies to LeeAnn regarding logo uploading into liquid. And they are incomprehensible to me. This is my logo location after uploading it to assets:  http://the-hroost.myshopify.com/admin/design/appearance/asset/idea1aa_dot_JPG&lt;/p&gt;


	&lt;p&gt;&lt;span class="caps"&gt;WHERE&lt;/span&gt; do I change the code and place my logo link?&lt;/p&gt;


	&lt;p&gt;(...befuddled) chele&lt;/p&gt;</description>
    </item>
    <item>
      <title>danW commented</title>
      <author>danW</author>
      <pubDate>Thu, 14 Sep 2006 14:25:11 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/3020#comment-3024</link>
      <guid>http://forums.shopify.com/categories/2/posts/3020#comment-3024</guid>
      <description>&lt;p&gt;your logo location is actually http://the-hroost.myshopify.com/files/shops/0000/9011/assets/idea1aa.JPG&lt;/p&gt;


	&lt;p&gt;To add it to the layout, under admin click on the look and feel link and then click on theme.liquid.&lt;/p&gt;


	&lt;p&gt;This will bring up an edit box with the code from theme.liquid.&lt;/p&gt;


	&lt;p&gt;In there you want to find this code&lt;/p&gt;


&lt;pre&gt;
&lt;code&gt;
&amp;lt;h1&amp;gt;&amp;lt;a href="/"&amp;gt;{{shop.name}}&amp;lt;/a&amp;gt;&amp;lt;/h1&amp;gt;
&lt;/code&gt;
&lt;/pre&gt;

	&lt;p&gt;and change it too something like this&lt;/p&gt;


&lt;pre&gt;
&lt;code&gt;
&amp;lt;h1&amp;gt;&amp;lt;a href="/"&amp;gt;&amp;lt;img src="http://the-hroost.myshopify.com/files/shops/0000/9011/assets/idea1aa.JPG"  alt="The Hroost" title="The Hroost" /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/h1&amp;gt;
&lt;/code&gt;
&lt;/pre&gt;

	&lt;p&gt;you can play around with the image size so it fits in the header by adding &lt;pre&gt;&lt;code&gt;height="30" or width="125"&lt;/code&gt;&lt;/pre&gt; inside the above image tag.&lt;/p&gt;


	&lt;p&gt;Dan&lt;/p&gt;</description>
    </item>
    <item>
      <title>chele commented</title>
      <author>chele</author>
      <pubDate>Thu, 14 Sep 2006 17:01:33 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/3020#comment-3025</link>
      <guid>http://forums.shopify.com/categories/2/posts/3020#comment-3025</guid>
      <description>&lt;p&gt;Worked beautifully&amp;#8230;but bear with my incomprehension: the address I provided is what was shown in  &amp;#8220;properties&amp;#8221; and also opening it in  another browser. Where did the address you provided come from (where would I have found that?)
Thanks, chele&lt;/p&gt;</description>
    </item>
    <item>
      <title>danW commented</title>
      <author>danW</author>
      <pubDate>Fri, 15 Sep 2006 07:04:51 +0000</pubDate>
      <link>http://forums.shopify.com/categories/2/posts/3020#comment-3030</link>
      <guid>http://forums.shopify.com/categories/2/posts/3020#comment-3030</guid>
      <description>&lt;p&gt;Chele,&lt;/p&gt;


	&lt;p&gt;The address you gave is for viewing assets in the admin interface.&lt;/p&gt;


	&lt;p&gt;The address in my example was found by looking at the source code from your index page and finding your path to your assets folder in the stylesheet link.&lt;/p&gt;


	&lt;p&gt;What the Shopify guys really recommended is you use liquid for all paths to assets. For instance,&lt;/p&gt;


&lt;code&gt;
&lt;pre&gt;
&amp;lt;img src="{{ 'logo.jpg' | asset_url }}" ..etc.. /&amp;gt;
&lt;/pre&gt;
&lt;/code&gt;

	&lt;p&gt;It would probably be better if you switched to liquid for the path. This way if the path changes for some reason, you won&amp;#8217;t have broken images.&lt;/p&gt;


	&lt;p&gt;Dan&lt;/p&gt;


&lt;hr /&gt;


	&lt;p&gt;&lt;a href="http://www.motorsportcommunicators.com"&gt;http://www.motorsportcommunicators.com&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
