<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>901Life 2.0</title>
	<atom:link href="http://www.901life.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.901life.com</link>
	<description>Are You Ready?</description>
	<lastBuildDate>Thu, 26 Jan 2012 04:26:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>test8</title>
		<link>http://www.901life.com/posts/test8/</link>
		<comments>http://www.901life.com/posts/test8/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 18:06:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.901life.com/?p=3053</guid>
		<description><![CDATA[yetest8]]></description>
			<content:encoded><![CDATA[<p>yetest8</p>
]]></content:encoded>
			<wfw:commentRss>http://www.901life.com/posts/test8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>test5</title>
		<link>http://www.901life.com/posts/test5-2/</link>
		<comments>http://www.901life.com/posts/test5-2/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 06:49:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.901life.com/?p=3042</guid>
		<description><![CDATA[While working on a WordPress assignment recently I came across a very beautiful WordPress Buddypress theme (If you do not know what WordPress is head here: What is wordpres?) Buddypress is a wordpress plug-in that turns your typical wordpress website into a community social network. Salutation is a beautiful theme designed exclusively for websites that have buddypress installed. You can display recently active members, User groups, Resources, Community and so on. It also lets you create a your own blog as a user of the buddypress website and also create a new group or join one. Now coming back to the main topic, how to fix top tabs – sign in and register without upgrading to newer version of salutation theme. Before that, let me explain the structure of this amazing theme and how to go about installing it. Salutation buddypress theme is installed like a regular wordpress theme from the Appearance -> Themes menu of your dashboard. Simply upload theme theme and activate. I wont go into detail configurations of each and every block of the theme but Sign-In and Register tabs which are displayed at the top-right corner of the website. It gives your user to either log-in or register on the fly from anywhere on the website. Users don’t have to come to home page and click on sign in or register. Salutation buddypress theme has something called as static blocks which are responsible for displaying these tabs and as well some other sections of the website. ...]]></description>
			<content:encoded><![CDATA[<p>While working on  a WordPress assignment recently I came across a very beautiful WordPress Buddypress theme (If you do not know what WordPress is head here: What is wordpres?) Buddypress is a wordpress plug-in that turns your typical wordpress website into a community social network. Salutation is a beautiful theme designed exclusively for websites that have buddypress installed. You can display recently active members, User groups, Resources, Community and so on. It also lets you create a your own blog as a user of the buddypress website and also create a new group or join one.</p>
<p>Now coming back to the main topic, how to fix top tabs – sign in and register without upgrading to newer version of salutation theme. Before that, let me explain the structure of this amazing theme and how to go about installing it.</p>
<p>Salutation buddypress theme is installed like a regular wordpress theme from the Appearance -> Themes menu of your dashboard. Simply upload theme theme and activate. I wont go into detail configurations of each and every block of the theme but Sign-In and Register tabs which are displayed at the top-right corner of the website. It gives your user to either log-in  or register on the fly from anywhere on the website. Users don’t have to come to home page and click on sign in or register.</p>
<p>Salutation buddypress theme has something called as static blocks which are responsible for displaying these tabs and as well some other sections of the website. For displaying these tabs, you would need to configure them as a widget from the Appearance –> Widgets menu of your dashboard. Have a look at the pictures below to get more idea about it.</p>
<p>static block salutation buddypress theme How to fix buddypress Salutation theme top tabs without upgrading</p>
<p>Widget setting for Salutation buddpress theme How to fix buddypress Salutation theme top tabs without upgrading</p>
<p>Now, to get these contents into your website, you will have to upload an XML file named as: REQUIRED-import-static-blocks.xml. This file contains all required sections and its data that is necessary for your theme to work correctly. You will have to import this file form the Tools –> Import –> WordPress menu of your dashboard. After importing it will ask you to assign the content of this file to some user or you can choose to assign to Admin.</p>
<p>You can also choose to import the optional dummy content from another XML file named as: OPTIONAL-import-full-demo-content.xml.</p>
<p>Now, if you try to modify the contents of the Static content – Sign In and Register from the Static Block Contents –> Static Blocks –> Edit Sign In or Register from dashboard. If you edit the contents of this section from a wodpress Visual Editor and click on Update, it commits the changes along with error into the database and it disturbs or breaks the top tabs navigation of your theme. Reason being the Visual Editor which cannot distinguish the code from white-space or any other cosmetic error.</p>
<p>However, after reading this, if you try to edit the content using HTML editor instead of Visual Editor, you will continue to see the broken tabs something like this:</p>
<p>broken tabs salutation buddypress theme How to fix buddypress Salutation theme top tabs without upgrading</p>
<p>Options to fix these tabs:</p>
<p>first option is you can download the updated theme from the Themeforest and upload only the new XML files available in the theme ZIP file. According to explanation from the Parallelus who is the desiger of this theme:</p>
<p>    There is a new static block content file in the theme. This uses the extra content field at the bottom of the static block edit screen where the WP visual editor doesn’t have any access. To use this new file, first delete the existing tab entries in the static block area (and also from the trash). Next, download the updated theme to get the new XML file. Import the file normally and it will recreate the tab content blocks which should now work.</p>
<p>However, if you do not want to do this configuration and uploading again, here is a tweak for you which I discovered.</p>
<p>Option 1: Even before you upload the XML file of your Salutation 1.2 or older version into your wordpress, make sure what contents you want to show in the Sign-In and Register tabs. Instead of making changes in the static block from the wordpress Visual or HTML editor, simplay open this XML file with Wordpad and make necessary changes in the file and then import into wordpress.</p>
<p>Changes into XML file salutation buddypress theme How to fix buddypress Salutation theme top tabs without upgrading</p>
<p>Option 2: If you observe that content of your theme is still getting broken even after following the Option 1 mentioned above, then you should do this:</p>
<p>    Open the Sign-In or Register tab and edit it from the wordpress dashboard<br />
    Edit the content with HTML editor and note the stating and ending tags something like [opening] [/opening]<br />
    Open the XML file with Wordpad and edit the section as per your requirement<br />
    Put mouse cursor right before the [opening] tag and with Ctrl+Arrows, copy the code until to encounter [/opening]<br />
    Make sure you do not copy even a single white-space<br />
    Create a new Static Block by selection “Add” menu from the Static Block menu and in HTML editor, paste the selected code<br />
    Save the new Static Block and make necessary changes into Wdigets so that it now refers to new Static Content for Sign-In and Register</p>
]]></content:encoded>
			<wfw:commentRss>http://www.901life.com/posts/test5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>test5</title>
		<link>http://www.901life.com/posts/test5/</link>
		<comments>http://www.901life.com/posts/test5/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 06:46:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.901life.com/?p=3040</guid>
		<description><![CDATA[While working on a WordPress assignment recently I came across a very beautiful WordPress Buddypress theme (If you do not know what WordPress is head here: What is wordpres?) Buddypress is a wordpress plug-in that turns your typical wordpress website into a community social network. Salutation is a beautiful theme designed exclusively for websites that have buddypress installed. You can display recently active members, User groups, Resources, Community and so on. It also lets you create a your own blog as a user of the buddypress website and also create a new group or join one. Now coming back to the main topic, how to fix top tabs – sign in and register without upgrading to newer version of salutation theme. Before that, let me explain the structure of this amazing theme and how to go about installing it. Salutation buddypress theme is installed like a regular wordpress theme from the Appearance -> Themes menu of your dashboard. Simply upload theme theme and activate. I wont go into detail configurations of each and every block of the theme but Sign-In and Register tabs which are displayed at the top-right corner of the website. It gives your user to either log-in or register on the fly from anywhere on the website. Users don’t have to come to home page and click on sign in or register. Salutation buddypress theme has something called as static blocks which are responsible for displaying these tabs and as well some other sections of the website. ...]]></description>
			<content:encoded><![CDATA[<p>While working on  a WordPress assignment recently I came across a very beautiful WordPress Buddypress theme (If you do not know what WordPress is head here: What is wordpres?) Buddypress is a wordpress plug-in that turns your typical wordpress website into a community social network. Salutation is a beautiful theme designed exclusively for websites that have buddypress installed. You can display recently active members, User groups, Resources, Community and so on. It also lets you create a your own blog as a user of the buddypress website and also create a new group or join one.</p>
<p>Now coming back to the main topic, how to fix top tabs – sign in and register without upgrading to newer version of salutation theme. Before that, let me explain the structure of this amazing theme and how to go about installing it.</p>
<p>Salutation buddypress theme is installed like a regular wordpress theme from the Appearance -> Themes menu of your dashboard. Simply upload theme theme and activate. I wont go into detail configurations of each and every block of the theme but Sign-In and Register tabs which are displayed at the top-right corner of the website. It gives your user to either log-in  or register on the fly from anywhere on the website. Users don’t have to come to home page and click on sign in or register.</p>
<p>Salutation buddypress theme has something called as static blocks which are responsible for displaying these tabs and as well some other sections of the website. For displaying these tabs, you would need to configure them as a widget from the Appearance –> Widgets menu of your dashboard. Have a look at the pictures below to get more idea about it.</p>
<p>static block salutation buddypress theme How to fix buddypress Salutation theme top tabs without upgrading</p>
<p>Widget setting for Salutation buddpress theme How to fix buddypress Salutation theme top tabs without upgrading</p>
<p>Now, to get these contents into your website, you will have to upload an XML file named as: REQUIRED-import-static-blocks.xml. This file contains all required sections and its data that is necessary for your theme to work correctly. You will have to import this file form the Tools –> Import –> WordPress menu of your dashboard. After importing it will ask you to assign the content of this file to some user or you can choose to assign to Admin.</p>
<p>You can also choose to import the optional dummy content from another XML file named as: OPTIONAL-import-full-demo-content.xml.</p>
<p>Now, if you try to modify the contents of the Static content – Sign In and Register from the Static Block Contents –> Static Blocks –> Edit Sign In or Register from dashboard. If you edit the contents of this section from a wodpress Visual Editor and click on Update, it commits the changes along with error into the database and it disturbs or breaks the top tabs navigation of your theme. Reason being the Visual Editor which cannot distinguish the code from white-space or any other cosmetic error.</p>
<p>However, after reading this, if you try to edit the content using HTML editor instead of Visual Editor, you will continue to see the broken tabs something like this:</p>
<p>broken tabs salutation buddypress theme How to fix buddypress Salutation theme top tabs without upgrading</p>
<p>Options to fix these tabs:</p>
<p>first option is you can download the updated theme from the Themeforest and upload only the new XML files available in the theme ZIP file. According to explanation from the Parallelus who is the desiger of this theme:</p>
<p>    There is a new static block content file in the theme. This uses the extra content field at the bottom of the static block edit screen where the WP visual editor doesn’t have any access. To use this new file, first delete the existing tab entries in the static block area (and also from the trash). Next, download the updated theme to get the new XML file. Import the file normally and it will recreate the tab content blocks which should now work.</p>
<p>However, if you do not want to do this configuration and uploading again, here is a tweak for you which I discovered.</p>
<p>Option 1: Even before you upload the XML file of your Salutation 1.2 or older version into your wordpress, make sure what contents you want to show in the Sign-In and Register tabs. Instead of making changes in the static block from the wordpress Visual or HTML editor, simplay open this XML file with Wordpad and make necessary changes in the file and then import into wordpress.</p>
<p>Changes into XML file salutation buddypress theme How to fix buddypress Salutation theme top tabs without upgrading</p>
<p>Option 2: If you observe that content of your theme is still getting broken even after following the Option 1 mentioned above, then you should do this:</p>
<p>    Open the Sign-In or Register tab and edit it from the wordpress dashboard<br />
    Edit the content with HTML editor and note the stating and ending tags something like [opening] [/opening]<br />
    Open the XML file with Wordpad and edit the section as per your requirement<br />
    Put mouse cursor right before the [opening] tag and with Ctrl+Arrows, copy the code until to encounter [/opening]<br />
    Make sure you do not copy even a single white-space<br />
    Create a new Static Block by selection “Add” menu from the Static Block menu and in HTML editor, paste the selected code<br />
    Save the new Static Block and make necessary changes into Wdigets so that it now refers to new Static Content for Sign-In and Register</p>
]]></content:encoded>
			<wfw:commentRss>http://www.901life.com/posts/test5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.901life.com/posts/hello-world-2/</link>
		<comments>http://www.901life.com/posts/hello-world-2/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 09:11:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[slider]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://901life.901renttoown.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-32" title="46827_427918953035_615783035_5140329_3375033_n" src="http://www.901life.com/wp-content/uploads/2011/12/46827_427918953035_615783035_5140329_3375033_n.jpg" alt="" width="528" height="553" />Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.901life.com/posts/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.901life.com/posts/hello-world/</link>
		<comments>http://www.901life.com/posts/hello-world/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 06:14:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.901life.com/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.901life.com/posts/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>post 4</title>
		<link>http://www.901life.com/posts/post-4/</link>
		<comments>http://www.901life.com/posts/post-4/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 05:00:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[slider]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://901life.901renttoown.com/posts/post-4/</guid>
		<description><![CDATA[post]]></description>
			<content:encoded><![CDATA[<p>post</p>
]]></content:encoded>
			<wfw:commentRss>http://www.901life.com/posts/post-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>post 3</title>
		<link>http://www.901life.com/posts/post-3/</link>
		<comments>http://www.901life.com/posts/post-3/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 04:59:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[slider]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://901life.901renttoown.com/posts/post-3/</guid>
		<description><![CDATA[post]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-26" title="260132_827054529320_38907144_38041147_1936731_n" src="http://www.901life.com/wp-content/uploads/2011/12/260132_827054529320_38907144_38041147_1936731_n-300x200.jpg" alt="" width="300" height="200" />post</p>
]]></content:encoded>
			<wfw:commentRss>http://www.901life.com/posts/post-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>post2</title>
		<link>http://www.901life.com/posts/post2/</link>
		<comments>http://www.901life.com/posts/post2/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 04:59:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[slider]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://901life.901renttoown.com/posts/post2/</guid>
		<description><![CDATA[post]]></description>
			<content:encoded><![CDATA[<p>post</p>
]]></content:encoded>
			<wfw:commentRss>http://www.901life.com/posts/post2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>post 1</title>
		<link>http://www.901life.com/posts/post-1/</link>
		<comments>http://www.901life.com/posts/post-1/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 04:58:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[slider]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://901life.901renttoown.com/?p=16</guid>
		<description><![CDATA[post]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-30" title="254880_10150212638753036_615783035_7436686_2540796_n" src="http://www.901life.com/wp-content/uploads/2011/12/254880_10150212638753036_615783035_7436686_2540796_n-300x194.jpg" alt="" width="300" height="194" />post</p>
]]></content:encoded>
			<wfw:commentRss>http://www.901life.com/posts/post-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://www.901life.com/posts/hello-world-3/</link>
		<comments>http://www.901life.com/posts/hello-world-3/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 22:11:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://demogator.hostgator.com/w1/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.901life.com/posts/hello-world-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

