<?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>Kinetic Webs</title>
	<atom:link href="http://www.kineticwebs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kineticwebs.com</link>
	<description></description>
	<lastBuildDate>Sat, 19 Jun 2010 17:50:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fix for Thesis Custom File Editor in WordPress 3.0</title>
		<link>http://www.kineticwebs.com/2010/06/thesis-custom-file-editor-fix/</link>
		<comments>http://www.kineticwebs.com/2010/06/thesis-custom-file-editor-fix/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 17:48:28 +0000</pubDate>
		<dc:creator>Kinetic Webs</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[custom file editor]]></category>
		<category><![CDATA[thesis 17]]></category>

		<guid isPermaLink="false">http://www.kineticwebs.com/?p=98</guid>
		<description><![CDATA[After installing version 3.0 of WordPress, Thesis theme has a minor conflict. When trying to access the Custom File Editor from the admin toolbar, you may see a message similar to this: Fatal error: Call to undefined function use_codepress() in /ANY_OLD_DIRECTORY/public_html/wp-content/themes/thesis_XX/lib/admin/admin.php on line XX The editor is still usable but will no longer have syntax [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>After installing version 3.0 of WordPress, Thesis theme has a minor conflict. When trying to access the Custom File Editor from the admin toolbar, you may see a message similar to this:</p>
<p><b>Fatal error: Call to undefined function use_codepress() in <code>/ANY_OLD_DIRECTORY/public_html/wp-content/themes/thesis_XX/lib/admin/admin.php</code> on line XX</b></p>
<p>The editor is still usable but will no longer have syntax highlighting until DIYThemes finds a solution. until then, this fix allows you to again access the file when in WP admin.</p>
<p>You will need to access your site via FTP; dowload admin.php from this directory path. (wp-content/themes/<code>thesis_XX</code>)<code>/lib/admin/admin.php</code>).</p>
<p>Using a plain text editor, comment out the line that calls for syntax highlighting; place two forward slashes just before it:</p>
<p><code><b>// </b> if (use_codepress()) add_action('admin_print_footer_scripts', 'codepress_footer_js');</code></p>
<div>
<p>Save and send the revised file to the server to replace the current file. Should work again now!</p>
<p>Modifying this file will require using both a plain text editor and FTP. Many web hosts offer free FTP clients in their Control Panel or do a search based on your Operating System and find a free one online.</p>
<p>This fix will work until there is a more permanent one from the folks at Thesis.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.kineticwebs.com/2010/06/thesis-custom-file-editor-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Thesis Theme for WordPress from version 1.6 to 1.7</title>
		<link>http://www.kineticwebs.com/2010/04/upgrading-thesis-theme-for-wordpress-from-version-1-6-to-1-7/</link>
		<comments>http://www.kineticwebs.com/2010/04/upgrading-thesis-theme-for-wordpress-from-version-1-6-to-1-7/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 23:31:49 +0000</pubDate>
		<dc:creator>Kinetic Webs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.kineticwebs.com/?p=64</guid>
		<description><![CDATA[I use the Thesis theme for WordPress for all of the sites I deploy so an upgrade to a new version means a lot of sites need this upgrade activated. The instructions on the theme website seemed awkward and I&#8217;ve found this method to be easier and works like a charm. Here are the simple [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I use the Thesis theme for WordPress for all of the sites I deploy so an upgrade to a new version means a lot of sites need this upgrade activated.  The instructions on the theme website seemed awkward and I&#8217;ve found this method to be easier and works like a charm.  Here are the simple steps (this assumes you have an FTP program installed; if you don&#8217;t you can download <a href="http://filezilla-project.org/" target="_blank">FileZilla</a> for free).</p>
<ol>
<li>Backup your database; if you don&#8217;t have a database <a href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">backup plugin </a>installed, now might be a good time to do that. Schedule regular backups while you&#8217;re at it!</li>
<li>Navigate to <a href="http://diythemes.com" target="_blank">www.diythemes.com</a> and login with your assigned user and password and download the 1.7 version to your hard drive.</li>
<li>Unzip the file.</li>
<li>Login to your website via FTP; your host can provide you with access information which will include the FTP address along with a user/password combination. I use <strong><a href="http://www.bluehost.com/track/kineticwebs" target="_blank">bluehost</a></strong> for hosting; so using them as an example, the FTP address would be ftp.yourdomainname.com (substituting your actual domain name). Your  user and password are the same as those created to login to the <strong><a href="http://www.bluehost.com/track/kineticwebs" target="_blank">bluehost</a></strong> Control Panel. Contact your web host for these specifics as they may vary widely depending on hosting platforms.</li>
<li>Locate the unzipped version you just downloaded to your hard drive in the left screen of the FTP program. Open until you can see the &#8216;custom&#8217; directory.</li>
<li>Browse through the files you&#8217;ve connected to on the right to get to your current Thesis themes directory. This may depend on your web host, but for <strong><a href="http://www.bluehost.com/track/kineticwebs" target="_blank">bluehost</a></strong>, it would be public_html/wp-content/themes/thesis_16/</li>
<li>You should now see a &#8216;custom&#8217; directory in the right panel that displays files on the server.<a href="http://www.kineticwebs.com/wp-content/step12.jpg"><img class="alignnone size-full wp-image-71" title="step1" src="http://www.kineticwebs.com/wp-content/step12.jpg" alt="" width="700" height="490" /></a></li>
<li>Delete the &#8216;custom&#8217; directory from the new unzipped  version 1.7 in the files on the left (your hard drive).</li>
<li>Drag the &#8216;custom&#8217; directory from the version 1.6 on the server to your hard drive to replace the directory you just deleted.<a href="http://www.kineticwebs.com/wp-content/step2.jpg"><img class="alignnone size-full wp-image-72" title="step2" src="http://www.kineticwebs.com/wp-content/step2.jpg" alt="" width="700" height="490" /></a></li>
<li>Go up one level in both panels so that you are now viewing the folder for Thesis 1.7 on the left and your current installed themes on the right.</li>
<li> Drag the thesis_17 folder into the themes on the right. You should now see theme directories for both 1.6 and 1.7<a href="http://www.kineticwebs.com/wp-content/steps41.jpg"><img class="alignnone size-full wp-image-74" title="steps4" src="http://www.kineticwebs.com/wp-content/steps41.jpg" alt="" width="700" height="490" /></a></li>
<li>After the theme has finished transferring, login to your WordPress admin panel and navigate to Appearance/Themes. You should now see the 1.7 listed as a choice. Select and Activate the theme. It may not look accurate in this display; view your actual site and it should look the same as before.</li>
<li>Your Thesis Theme section in the admin menu should now have five sections for managing the theme.</li>
<li><strong>DO NOT DELETE THE OLD VERSION</strong> &#8211; Your custom stylesheet that is located in the &#8216;custom&#8217; folder may have web addresses that direct it to files in the Version 1.6 custom/images directory; either modify these addresses in custom.css in the new theme to reflect the new version number or make sure you keep the older theme files so that your images continue to display for any of these addresses.</li>
</ol>
<p>If you have issues with this method, revert back to the older Theme version. This has worked seamlessly for upgrading over a dozen sites but not all installs may be exactly the same. You might want to try the instructions located in the <a href="http://diythemes.com/" target="_blank">www.diythemes.com</a> site or try the forums for alternative methods depending on your situation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kineticwebs.com/2010/04/upgrading-thesis-theme-for-wordpress-from-version-1-6-to-1-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time for a Change</title>
		<link>http://www.kineticwebs.com/2010/03/firstpos/</link>
		<comments>http://www.kineticwebs.com/2010/03/firstpos/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 06:47:37 +0000</pubDate>
		<dc:creator>Kinetic Webs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://66.147.244.155/~vinoluci/kineticwebs/sample-post/</guid>
		<description><![CDATA[I&#8217;ve been blogging for some time now and with that blogging has come relationships all over the world so thought it was time to move my web development company site to a blogging platform and provide a source for client information in the most timely manner. Look for tips and tricks on developing a WordPress [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve been blogging for some time now and with that blogging has come relationships all over the world so thought it was time to move my web development company site to a blogging platform and provide a source for client information in the most timely manner.</p>
<p>Look for tips and tricks on developing a WordPress blog, using the Thesis theme, domain name transferring information&#8230;and more.</p>
<p>If you&#8217;re so inclined, please visit my own food blog at <a href="http://www.vinolucistyle.com">www.vinolucistyle.com</a> for recipes, wine reviews and the occasional gardening tip!</p>
<p>Welcome, hope you&#8217;ll come back&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kineticwebs.com/2010/03/firstpos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
