<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Recent Discussions on Arras Community Forums</title>
      <link>http://forums.arrastheme.com/discussions/feed.rss</link>
      <pubDate>Wed, 22 May 13 00:34:49 +0800</pubDate>
         <description>Recent Discussions on Arras Community Forums</description>
   <language>en-CA</language>
   <atom:link href="/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Home Page problem</title>
      <link>http://forums.arrastheme.com/discussion/9448/home-page-problem</link>
      <pubDate>Tue, 21 May 2013 22:14:42 +0800</pubDate>
      <dc:creator>Dailyapplenews1</dc:creator>
      <guid isPermaLink="false">9448@/discussions</guid>
      <description><![CDATA[<!-- BBCode -->
Hello,<br />
<br />
I am just wondering why my wordpress site is not appearing like the demo? Latest news, editor's picks and featured posts are missing? Please can you help me as to why this is happening? <img src="http://forums.arrastheme.com/plugins/NBBC/design/smileys/smile.gif" width="" height="" alt=":-)" title=":-)" class="bbcode_smiley" /><!-- End BBCode -->]]></description>
   </item>
   <item>
      <title>Centering content for wide monitors</title>
      <link>http://forums.arrastheme.com/discussion/9348/centering-content-for-wide-monitors</link>
      <pubDate>Mon, 25 Feb 2013 15:46:36 +0800</pubDate>
      <dc:creator>objectman</dc:creator>
      <guid isPermaLink="false">9348@/discussions</guid>
      <description><![CDATA[<!-- BBCode -->
Hi guys, I have a community bicycling site at <a href="http://www.btawa.org.au" target="_blank" rel="nofollow">http://www.btawa.org.au</a> - I've updated Arras.1.5.3.RC1 and WP to 3.5.1 without any hitches. It doesn't seem to be a plugin problem, as I've tried removing and then adding them back.<br />
<br />
But on wide monitors, content moves to the left of the screen while footer and header stay centred.<br />
<br />
I'm sure it's something simple. Any tips?<!-- End BBCode -->]]></description>
   </item>
   <item>
      <title>How do you make the header clickable?</title>
      <link>http://forums.arrastheme.com/discussion/9302/how-do-you-make-the-header-clickable</link>
      <pubDate>Thu, 31 Jan 2013 01:29:07 +0800</pubDate>
      <dc:creator>iGirlOfficial</dc:creator>
      <guid isPermaLink="false">9302@/discussions</guid>
      <description><![CDATA[<!-- BBCode -->
I've installed the Project AR2 and it looks perfect. But how do you make the header clickable?<!-- End BBCode -->]]></description>
   </item>
   <item>
      <title>How can I change the Header width in Arras 1.5.2 ?</title>
      <link>http://forums.arrastheme.com/discussion/9447/how-can-i-change-the-header-width-in-arras-1-5-2-</link>
      <pubDate>Mon, 20 May 2013 12:33:02 +0800</pubDate>
      <dc:creator>Blizzplanetcom</dc:creator>
      <guid isPermaLink="false">9447@/discussions</guid>
      <description><![CDATA[<!-- BBCode -->
I wanted to change the width of the Arras 1.5.2 header.  Spent many hours experimenting, editing, but no success. The photoshop image below compares how it looks now, and how I wish it to be.<br />
<br />
<a href="http://geekmemorabilia.com/wp-content/uploads/2013/05/geek-memorabilia-width-change.jpg" target="_blank" rel="nofollow">http://geekmemorabilia.com/wp-content/uploads/2013/05/geek-memorabilia-width-change.jpg</a><br />
<br />
<br />
<br />
UPDATE<br />
<br />
Looks like I could get it done.  Followed the instructions of someone who successfully fixed the problem.<br />
<a href="http://forums.arrastheme.com/index.php?p=/discussion/7736/reduce-header-width/p1" target="_blank" rel="nofollow">http://forums.arrastheme.com/index.php?p=/discussion/7736/reduce-header-width/p1</a><br />
<br />
However, I inserted some other code a wordpress.org forum member posted to move the logo to the top-left.  The original code made the logo be too low from the intended coordinates (floating nigh on the navigation).  The changes I inserted seemed to fix the logo coordinates. Something might be broken though. I know zippo about php or CSS coding. Lot of trial and error and a few hammer-crushed fingers and cussing, but job done lol.<br />
<br />
I inserted this code at the USER.CSS which is all the way at the bottom-right of the Editor (located within the admin panel --&gt; Appearance --&gt; Editor).<br />
<br />
I have the Wordpress Arras Theme 1.5.2 installed.<br />

<pre>#nav {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: #322C2C;
background-image: url(&quot;../../images/topnav.jpg&quot;);
background-position: center bottom;
background-repeat: repeat-x;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
margin-top: auto;
max-width: 980px;
min-width: 980px;
height: 40px;
}

#top-menu {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: #111111;
background-image: none;
background-position: 0 0;
background-repeat: repeat;
border-bottom-color: #333333;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
margin-top: auto;
max-width: 980px;
min-width: 980px;
}

#header {
width:720px;
height:130px;
background: border-bottom: 0 solid #d0d0d0;
min-width: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
width: 980px;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
margin-top: auto;
}

#nav-content { height: 32px; }

.logo { padding:0; }
#branding { height: 140px; }
#wrapper {padding: 0; }
</pre>
<!-- End BBCode -->]]></description>
   </item>
   <item>
      <title>How to Remove Blog Name on Post Title?</title>
      <link>http://forums.arrastheme.com/discussion/9446/how-to-remove-blog-name-on-post-title</link>
      <pubDate>Mon, 20 May 2013 07:06:16 +0800</pubDate>
      <dc:creator>aceeinstein</dc:creator>
      <guid isPermaLink="false">9446@/discussions</guid>
      <description><![CDATA[<!-- BBCode -->
How to Remove Blog Name on Post Title?<br />
<br />
i have this code on header.php - <a href="http://pastebin.com/iQcjPpTS" target="_blank" rel="nofollow">http://pastebin.com/iQcjPpTS</a><!-- End BBCode -->]]></description>
   </item>
   <item>
      <title>Pb with categories</title>
      <link>http://forums.arrastheme.com/discussion/9309/pb-with-categories</link>
      <pubDate>Wed, 06 Feb 2013 05:03:21 +0800</pubDate>
      <dc:creator>florent61</dc:creator>
      <guid isPermaLink="false">9309@/discussions</guid>
      <description><![CDATA[<!-- BBCode -->
Hi,<br />
First at all, a big thank you for this work, it's a great theme !<br />
<br />
I previously Arras (v1) and try tonight the beta 2. All is ok except a &quot;big&quot; thing : all links to &quot;category&quot; don't show articles by category, but ALL articles by order, so, without the filter of the category.<br />
<br />
My website : <a href="http://www.paintball-blog.fr/" target="_blank" rel="nofollow">http://www.paintball-blog.fr/</a><br />
You can reproduce the problem with the menu, or inside an article by clicking on the category.<br />
<br />
If someone has a answer for me <img src="http://forums.arrastheme.com/plugins/NBBC/design/smileys/smile.gif" width="" height="" alt=":)" title=":)" class="bbcode_smiley" /> ?<br />
<br />
Regards,<br />
Florent<!-- End BBCode -->]]></description>
   </item>
   <item>
      <title>How can I change meny/category color in Arras WP theme?</title>
      <link>http://forums.arrastheme.com/discussion/9445/how-can-i-change-menycategory-color-in-arras-wp-theme</link>
      <pubDate>Sun, 19 May 2013 17:59:11 +0800</pubDate>
      <dc:creator>cgfudbal</dc:creator>
      <guid isPermaLink="false">9445@/discussions</guid>
      <description><![CDATA[<!-- BBCode -->
<br />
<br />
I would like to change color of menu and category.<br />
<br />
How can I do that?<br />
<br />
Thanks.<br />
<br />
<a href="http://www.cg-fudbal.com" target="_blank" rel="nofollow">http://www.cg-fudbal.com</a><br />
<br />
I dont know how to edit css, and I have this in my css:<br />
<a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html" target="_blank" rel="nofollow">http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</a><br />
<br />
If you require any support, please visit the theme website at<br />
<a href="http://www.arrastheme.com/" target="_blank" rel="nofollow">http://www.arrastheme.com/</a>.<br />
.<br />
*/<br />
<br />
/* Default Stylesheet */<br />
<a href="/profile/import">@import</a> url('css/default.css');<br />
/* User Override Stylesheet */<br />
<a href="/profile/import">@import</a> url('user.css');<br />
<br />
/* Trick the WordPress Theme Bot *Evil* */<br />
.aligncenter			{ display: block; margin: 0 auto !important; }<br />
.alignright				{ float: right; margin: 0 0 1em 1em; }<br />
.alignleft				{ float: left; margin: 0 1em 1em 0; }<br />
.floatleft				{ float: left; }<br />
.floatright				{ float: right; }<br />
img.aligncenter, img.alignright, img.alignleft  { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding: 4px; }<br />
<br />
.textcenter				{ text-align: center; }<br />
.textright				{ text-align: right; }<br />
.textleft				{ text-align: left; }<br />
<br />
.wp-caption { border: 1px solid #DDD; text-align: center; background: #F3F3F3; padding-top: 4px; margin: 10px }<br />
.wp-caption img { margin: 0; padding: 0; border: none }<br />
.wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }<br />
<br />
.sticky { }<br />
.bypostauthor { }<!-- End BBCode -->]]></description>
   </item>
   <item>
      <title>Images opening in lightbox instead of new page</title>
      <link>http://forums.arrastheme.com/discussion/9270/images-opening-in-lightbox-instead-of-new-page</link>
      <pubDate>Sat, 19 Jan 2013 22:24:59 +0800</pubDate>
      <dc:creator>simicdsgn</dc:creator>
      <guid isPermaLink="false">9270@/discussions</guid>
      <description><![CDATA[<!-- BBCode -->
I have a problem. I added an image button which links to another page on my site but instead of going to that page, it opens in lightbox. Does anyone know how to fix it? I've been trying to find a solution all day.<br />
<br />
Thanks in advance<!-- End BBCode -->]]></description>
   </item>
   <item>
      <title>WordPress SEO by Yoast and Page/Post Title Tags</title>
      <link>http://forums.arrastheme.com/discussion/8686/wordpress-seo-by-yoast-and-pagepost-title-tags</link>
      <pubDate>Sun, 17 Jun 2012 04:44:09 +0800</pubDate>
      <dc:creator>simpsons rule</dc:creator>
      <guid isPermaLink="false">8686@/discussions</guid>
      <description><![CDATA[<!-- BBCode -->
I'm trying to use WordPress SEO by Yoast, having previously used All-In-One-SEO.<br />
<br />
The problem I am having is that Post and Page titles are not being changed by the plugin. In header.php I changed:<br />

<pre>&lt;title&gt;&lt;?php arras_document_title() ?&gt;&lt;/title&gt;
</pre>
<br />
to<br />

<pre>&lt;title&gt;&lt;?php wp_title(''); ?&gt;&lt;/title&gt;
</pre>
<br />
That enabled the title of the home page to change, but Post and Page titles are not. Just to be clear, I mean the title element in:<br />

<pre>&lt;title&gt;&lt;/title&gt;
</pre>
<br />
No matter what I do, the title tag just has the name of my Page/Post and it is not being modified by WordPress SEO by Yoast.<br />
<br />
Clearly there is something else somewhere that is modifying the title but I cannot find where. I think that Arras has some built in code where, if it detects All-In-One-SEO installed it turns off some features. Is there any way to add WordPress SEO by Yoast to the exception list or otherwise make the plugin compatible?<!-- End BBCode -->]]></description>
   </item>
   <item>
      <title>Removing &quot;About the Author&quot; on Pages</title>
      <link>http://forums.arrastheme.com/discussion/9152/removing-about-the-author-on-pages</link>
      <pubDate>Sun, 25 Nov 2012 11:05:48 +0800</pubDate>
      <dc:creator>EXODAWN</dc:creator>
      <guid isPermaLink="false">9152@/discussions</guid>
      <description><![CDATA[<!-- BBCode -->
I'm happy with how the author info gets shown on posts, but I don't want it to be visible on &quot;pages&quot;. Is there a way to turn the &quot;About the Author&quot; box off on pages?<!-- End BBCode -->]]></description>
   </item>
   </channel>
</rss>