<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Documentation</title>
    <link>http://www.magentocommerce.com/boards/</link>
    <description>Magento Forums</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-09-02T13:23:01-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>manual download&#63;</title>
      <link>http://www.magentocommerce.com/boards/viewthread/9474/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/9474/#When:01:23:24Z</guid>
      <description><![CDATA[<p>How can i manualy download the modern theme?
</p>
<p>
my host doesnt let scripts run for more than 20-30 seconds which isnt long enough for mangento connect to properly work, just gets stopped half way and breaks my magento install.
</p>
<p>
so what im asking is, what is the url to manually download this so i can upload it my self?
</p>]]></description>
      <dc:date>2008-06-04T01:23:24-08:00</dc:date>
    </item>

    <item>
      <title>cant seem to download the magento modern theme&#63;</title>
      <link>http://www.magentocommerce.com/boards/viewthread/8404/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/8404/#When:05:16:23Z</guid>
      <description><![CDATA[<p>hi guys
<br />
i am trying to test out the new modern theme for a client and when i try enter the extension key into magentos connect manager, i get the following message:
</p>
<blockquote><p>Failed to download magento-core/Interface_Frontend_Default_Modern within preferred state &#8220;stable&#8221;, latest release is version 1.0.19871, stability &#8220;beta&#8221;, use &#8220;channel://connect.magentocommerce.com/core/Interface_Frontend_Default_Modern-1.0.19871&#8221; to install
<br />
Cannot initialize &#8216;channel://connect.magentocommerce.com/core/Interface_Frontend_Default_Modern&#8217;, invalid or missing package file
<br />
Install Errors
<br />
Package &#8220;channel://connect.magentocommerce.com/core/Interface_Frontend_Default_Modern&#8221; is not valid
<br />
PEAR ERROR: install failed</p></blockquote>
<p>
i am not sure whether this is attributed to me working on my local host or if there is just a prob with the connect manager. running PHP Version 5.2.3 on mamp (mac).
</p>
<p>
can anyone point me in the right direction?
</p>
<p>
cheers,
<br />
chris
</p>]]></description>
      <dc:date>2008-05-19T05:16:23-08:00</dc:date>
    </item>

    <item>
      <title>How to align the logo vertically with a text in the header</title>
      <link>http://www.magentocommerce.com/boards/viewthread/15818/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/15818/#When:16:55:49Z</guid>
      <description><![CDATA[<p>Hi all
</p>
<p>
In the modern template, I want to have a text just on the right of the logo, but vertically aligned. I couln&#8217;t change the boxes.css file to achieve this. 
<br />
Why should I put a text instead of an image with that slogan? Because of SEO. Do you think that it is possible? I want to put &#8220;Large Size Clothes&#8221; and it is very important to me search engines to find my site with those keywords.
</p>
<p>
Thank you very much
<br />
Andrea
</p>]]></description>
      <dc:date>2008-08-23T16:55:49-08:00</dc:date>
    </item>

    <item>
      <title>How to change the theme&#63;</title>
      <link>http://www.magentocommerce.com/boards/viewthread/11225/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/11225/#When:13:57:32Z</guid>
      <description><![CDATA[<p>Hello,
</p>
<p>
I managed to download the theme and i don&#8217;t know how to change the them of the whole site to the modern one.
<br />
any ideas?! 
</p>
<p>
Thanks,
<br />
Yizi
</p>]]></description>
      <dc:date>2008-06-30T13:57:32-08:00</dc:date>
    </item>

    <item>
      <title>Modern Theme (Problem with layout on home page)</title>
      <link>http://www.magentocommerce.com/boards/viewthread/12865/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/12865/#When:17:14:34Z</guid>
      <description><![CDATA[<p>Ok, I installed the modern theme. I modified the CMS home page as instructed, but my site doesn&#8217;t look identical to the demo site. It looks like there is too much padding assigned to the middle content (see first attachment). The only way I have been able to fix this is when I edit boxes.css and change the padding for .layout-1column
</p>
<p>
<b>open:</b>
<br />
skin/frontend/-my-store-/modern/css/boxes.css
</p>
<p>
<b>Change:</b>
<br />
<div class="codeblock"><code>
<span style="color: #007700">.</span><span style="color: #0000BB">layout</span><span style="color: #007700">-</span><span style="color: #0000BB">1column&nbsp;&#123;&nbsp;padding</span><span style="color: #007700">:</span><span style="color: #0000BB">0&nbsp;30px&nbsp;40px&nbsp;30px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">&#125;</span>
</code></div>
</p>
<p>
<b>To:</b>
<br />
<div class="codeblock"><code>
<span style="color: #007700">.</span><span style="color: #0000BB">layout</span><span style="color: #007700">-</span><span style="color: #0000BB">1column&nbsp;&#123;&nbsp;padding</span><span style="color: #007700">:</span><span style="color: #0000BB">0&nbsp;10px&nbsp;40px&nbsp;10px</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">&#125;</span>
</code></div>
</p>
<p>
This fixes the problem&#8230; But it shouldn&#8217;t be necessary.&nbsp; I am obviously doing something wrong somewhere else because when I look at Magento demo stores modern theme and check out their boxes.css&#8230; They haven&#8217;t modified the padding. I would like to know if anyone else has had this problem, or if someone knows what I might be doing wrong, please help!
</p>]]></description>
      <dc:date>2008-07-22T17:14:34-08:00</dc:date>
    </item>

    <item>
      <title>Is there an easy way to move the top navigation in the modern theme&#63;</title>
      <link>http://www.magentocommerce.com/boards/viewthread/8709/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/8709/#When:20:58:42Z</guid>
      <description><![CDATA[<p>Hello all!
</p>
<p>
Is there an easy way to move the top navigation links (electronics, apparel, etc...) and locate them horizontally under the logo and promo .gif&#8217;s in the header? instead of having them stack into to 2 layers when I add more categories?
</p>
<p>
I would rather see them horizontal just above the top links bar &amp; under the logo &amp; promo. 
</p>
<p>
P.S.
<br />
IE7 is the only browser I am having the stacking issue in.&nbsp; The navigation seems to slip underneath the &#8220;logo&#8221; and &#8220;promo&#8221; and lay horizontally on all other browsers that I have checked on.&nbsp; Picture 1 is what it is doing in IE7.&nbsp; Picture 2 is what it is doing in all other browsers (what I want it to do).
</p>
<p>
Thanks in advance
</p>]]></description>
      <dc:date>2008-05-22T20:58:42-08:00</dc:date>
    </item>

    <item>
      <title>Theme display&#8217;s on index page but not in catalog</title>
      <link>http://www.magentocommerce.com/boards/viewthread/14030/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/14030/#When:12:24:22Z</guid>
      <description><![CDATA[<p>I installed the theme and it is being displayed on the front page but when I click a catalog category it redirects me to the old theme. 
</p>
<p>
Any ideas?
</p>
<p>
Thanks ahead of time,
<br />
Erik
</p>]]></description>
      <dc:date>2008-08-04T12:24:22-08:00</dc:date>
    </item>

    <item>
      <title>how can i download a theme &#63;</title>
      <link>http://www.magentocommerce.com/boards/viewthread/14879/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/14879/#When:05:27:55Z</guid>
      <description><![CDATA[<p>can not find out a download link , how can i download a theme ? anyone know this pls comment<span style="color:blue;"></span>, thanks in advance !!!
<br />
 <img src="http://www.magentocommerce.com/images/smileys/rasberry.gif" width="19" height="19" alt="rasberry" style="border:0;padding:0;" /> ]
</p>]]></description>
      <dc:date>2008-08-13T05:27:55-08:00</dc:date>
    </item>

    <item>
      <title>Moder Theme: Contact&#45;form tab</title>
      <link>http://www.magentocommerce.com/boards/viewthread/13891/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/13891/#When:01:28:48Z</guid>
      <description><![CDATA[<p>Hallo,
</p>
<p>
can you give me a manuel how I can integrate a new tag with an contactformular for questions about the product.
</p>
<p>
by
</p>]]></description>
      <dc:date>2008-08-03T01:28:48-08:00</dc:date>
    </item>

    <item>
      <title>Modern Theme &#45; what is process for updating to 1.1&#63;</title>
      <link>http://www.magentocommerce.com/boards/viewthread/12862/</link>
      <guid>http://www.magentocommerce.com/boards/viewthread/12862/#When:16:53:41Z</guid>
      <description><![CDATA[<p>I would love to integrate the Modern theme into the newly downloaded version of Magento (1.1) - however, it&#8217;s impossible to upgrade using Magento Connect as it refuses to download an older theme into the newer version of Magento.
</p>
<p>
Does anyone know what the correct procedure is to use Modern Theme with 1.1?
</p>
<p>
Is it:
</p>
<p>
Download ver 1.0.19870.4 and install it
<br />
Use Magento connect to install Modern Theme
<br />
Upgrade to 1.1
<br />
Fix Broken theme using Wiki Article: Upgrading Magento Themes for the Latest Releases
</p>
<p>
I am kinda stuck at the moment as all my work is at a standstill, any help would be appreciated.
</p>]]></description>
      <dc:date>2008-07-22T16:53:41-08:00</dc:date>
    </item>

    
    </channel>
</rss>