<?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>blakemccreary.com &#187; Designer Troubleshooting</title>
	<atom:link href="http://blakemccreary.com/category/designer-troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blakemccreary.com</link>
	<description></description>
	<lastBuildDate>Tue, 06 Jul 2010 08:56:22 +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>WordPress Broken Theme &#124; &quot;Template is missing.&quot;</title>
		<link>http://blakemccreary.com/2009/10/wordpress-broken-theme-template-is-missing/</link>
		<comments>http://blakemccreary.com/2009/10/wordpress-broken-theme-template-is-missing/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 04:29:21 +0000</pubDate>
		<dc:creator>Blake McCreary</dc:creator>
				<category><![CDATA[Designer Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.blakemccreary.com/?p=762</guid>
		<description><![CDATA[The other day I had a client come back to me after the WordPress 2.8.5 upgrade came out. I had designed the WordPress theme for his website and after the upgrade had been installed the theme disappeared from his Appearance&#8211;&#62;Themes section in his administration panel. At the very bottom of the theme selection page it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-763" title="WordPress Template is Missing" src="http://www.blakemccreary.com/wp-content/uploads/2009/10/brokenthemes.jpg" alt="" width="549" height="273" /></p>
<p>The other day I had a client come back to me after the WordPress 2.8.5 upgrade came out. I had designed the WordPress theme for his website and after the upgrade had been installed the theme disappeared from his Appearance&#8211;&gt;Themes section in his administration panel. At the very bottom of the theme selection page it read, &#8220;Template is missing.&#8221; next to the name of the theme. After searching around on the web I found a simple solution the error. Its just small problem within the style sheet.</p>
<h2>Here is the solution to the &#8220;Template is missing.&#8221; theme problem:</h2>
<p>Simply open the style sheet in an editor such as Dreamweaver or you can do the editing right within the admin panel by going to Appearance&#8211;&gt;Editor and selecting the Style.css file.</p>
<p>Look for <strong>Template:</strong> at the very top of the code. It should look something like this at first:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">/*</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Theme Name: BrewBlog.ca</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Theme URI: http://www.blakemccreary.com</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Description: Theme with two columns, right-sidebar, fixed-width and widget-ready. Compatible with WordPress 2.8, valid XHTML &amp; CSS. What&#8217;s new? No sprites, header image, version check and much more.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Author: Blake McCreary</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Author URI: http://www.blakemccreary.com</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Template: BrewBlog.ca</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Version: 2.0</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Tags: white, light, two-columns, right-sidebar, fixed-width, theme-options</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Released under the &lt;a href=&#8221;http://www.opensource.org/licenses/gpl-license.php&#8221;&gt;GPL&lt;/a&gt;.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 118px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">*/</div>
<blockquote><p>/*<br />
Theme Name: BrewBlog.ca<br />
Theme URI: http://www.blakemccreary.com<br />
Description: Theme with two columns, right-sidebar, fixed-width and widget-ready. Compatible with WordPress 2.8, valid XHTML &amp; CSS. What&#8217;s new? No sprites, header image, version check and much more.<br />
Author: Blake McCreary<br />
Author URI: http://www.blakemccreary.com<br />
Template: BrewBlog.ca <strong>&lt;&#8212;&#8212;-DELETE THIS LINE OF CODE</strong><br />
Version: 2.0<br />
*/</p></blockquote>
<p>Once you delete the Template code just save and/or upload the new style sheet. And there you go. WordPress theme &#8220;Template is missing.&#8221; problem solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://blakemccreary.com/2009/10/wordpress-broken-theme-template-is-missing/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Creating a Lightbox Gallery in WordPress &#124; Introducing the Lightbox Plus Plugin</title>
		<link>http://blakemccreary.com/2009/10/creating-a-lightbox-gallery-in-wordpress-introducing-the-lightbox-plus-plugin/</link>
		<comments>http://blakemccreary.com/2009/10/creating-a-lightbox-gallery-in-wordpress-introducing-the-lightbox-plus-plugin/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:08:25 +0000</pubDate>
		<dc:creator>Blake McCreary</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Designer Troubleshooting]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.blakemccreary.com/?p=749</guid>
		<description><![CDATA[The answer to your lightbox gallery problems is here. Last night, I was pressed for time developing a WordPress site for my friend who happens to be an upcoming hip hop artist out of Atlanta, Georgia. Before we get started you can check out the new gallery to see how it functions. (Mr. Floyd County [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-750" title="Lightbox Plus Gallery Plugin for WordPress" src="http://www.blakemccreary.com/wp-content/uploads/2009/10/lightboxplus.jpg" alt="" width="549" height="273" /></p>
<h2>The answer to your lightbox gallery problems is here.</h2>
<p>Last night, I was pressed for time developing a WordPress site for my friend who happens to be an upcoming hip hop artist out of Atlanta, Georgia. Before we get started you can check out the new gallery to see how it functions. (<a title="Mr. Floyd County Gallery" href="http://mrfloydcounty.com/us/?p=162" target="_blank">Mr. Floyd County Photo Gallery</a>) The launch is on October 23rd and everything was ready to drop on iTunes. The website had been neglected all summer with both of us being busy and we had to throw everything together quickly. After all, what artist doesn&#8217;t have a website up and running at all times if you are anywhere near the mainstream? (hrrm&#8230;<a title="Kid Cudi Website" href="http://www.kidcudi.com" target="_blank">http://www.kidcudi.com</a>&#8230;seriously. I&#8217;m getting big timed hardcore on Twitter.) Anyway, I ran into some major issues when implementing a lightbox gallery in the WordPress.<span id="more-749"></span></p>
<blockquote><address>If you haven&#8217;t noticed yet I use the <a title="Flexible Lightbox Plugin" href="http://web-argument.com/flexible-lightbox/" target="_blank">Flexible Lightbox</a> plugin on my Portfolio page to showcase my designs to potential clients. That plugin has always been quite a pain in the ass to me. It never works when I try to simply import a gallery all at once instead of doing all of the images individually. The CSS code has to be tweaked every single time I go in to edit. I will be taking my own advice soon and upgrading to the <a title="Lightbox Plus Plugin" href="http://www.23systems.net/plugins/lightbox-plus/" target="_blank">Lightbox Plus</a> WordPress plugin by 23Systems.net.</address>
<address></address>
</blockquote>
<p>I tried just about every single lightbox plugin possible including Lightbox 2, Shadowbox, and Flexible Lightbox. They just would not work with my new theme design. The images in the gallery just kept popping the images into a new window tab which is extremely boring. After getting frustrated I performed a search in google and hit this page.</p>
<p><a href="http://wordpress.org/extend/plugins/lightbox-plus/faq/">http://wordpress.org/extend/plugins/lightbox-plus/faq/</a></p>
<p>After reading through the frequently asked questions and troubleshooting page for the Lightbox Plus plugin I was immediately convinced that there was some good development behind the plugin so I installed it. After installing the plugin I was immediately impress by the array of options available within the admin panel. The screenshot below does not do justice.</p>
<p><img class="alignnone size-full wp-image-754" title="Lightbox Plus options" src="http://www.blakemccreary.com/wp-content/uploads/2009/10/options1.jpg" alt="" width="549" height="343" /></p>
<address>Lightbox Plus Options Sample</address>
<address></address>
<p>One of the most impressive options within Lightbox Plus is the style setting. Many bloggers are not very knowledgeable  in CSS customization and the plugin clearly takes care of it with so many choices already available. A few of other settings available Resize Speed, Transition Type, Overlay Opacity, Slideshow, Previous/Next Labels, and much more. You can check the plugin out at the 23Systems.net home page or I&#8217;ve provided a direct link to the WordPress.org plugin below for quick download. Enjoy creating your lightbox gallery with efficiency and ease!</p>
<p><a href="http://wordpress.org/extend/plugins/lightbox-plus/"><img class="alignnone size-full wp-image-759" title="Lightbox Plus Download" src="http://www.blakemccreary.com/wp-content/uploads/2009/10/lightboxplusdownload1.png" alt="" width="374" height="65" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blakemccreary.com/2009/10/creating-a-lightbox-gallery-in-wordpress-introducing-the-lightbox-plus-plugin/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Adobe Photoshop stuck on hand tool icon problem</title>
		<link>http://blakemccreary.com/2009/07/photoshop-stuck-on-hand-toolicon/</link>
		<comments>http://blakemccreary.com/2009/07/photoshop-stuck-on-hand-toolicon/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 22:22:59 +0000</pubDate>
		<dc:creator>Blake McCreary</dc:creator>
				<category><![CDATA[Designer Troubleshooting]]></category>

		<guid isPermaLink="false">http://blakemccreary.com/?p=127</guid>
		<description><![CDATA[Recently I was working in Adobe Photoshop CS3 (this also happens sometimes when I swap back into Photoshop 7.0 to work with imageready) for a client’s animated gif advertising campaign, all of a sudden my Photoshop wouldn’t display anything but the “hand” icon. No matter what tool I selected, I would always have the hand [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_374" class="wp-caption aligncenter" style="width: 560px"><a href="http://blakemccreary.com/2009/07/photoshop-stuck-on-hand-toolicon/handtoolstuck/"><img class="size-full wp-image-374" title="Photoshop Hand Tool Stuck" src="http://blakemccreary.com/wp-content/uploads/2009/07/handtoolstuck.jpg" alt="Hand Tool stuck in Adobe Photoshop" width="550" height="111" /></a><p class="wp-caption-text">Hand Tool stuck in Adobe Photoshop</p></div>
<p>Recently I was working in Adobe Photoshop CS3 (this also happens sometimes when I swap back into Photoshop 7.0 to work with imageready) for a client’s animated gif advertising campaign, all of a sudden my Photoshop wouldn’t display anything but the “hand” icon. No matter what tool I selected, I would always have the hand tool icon. Not a single tool would work other than the locked hand tool. This happens occasionally to me so I figure a short article is due. I can&#8217;t be the only one, right?</p>
<p><strong>Here are a few solutions to the infamous adobe photoshop hand tool stuck or froze problem&#8230;<span id="more-127"></span>(please make a comment as to whether these were helpful) </strong></p>
<p><em> </em></p>
<ol>
<li>Simply press the Space Bar. (it took me a while to find this one but it seems to resolve the issue frequently)</li>
<li>Try restarting Photoshop. Many other sources claim it is a memory problem.</li>
<li>If that doesn’t work, try clearing the menus and settings in your windows menu (this is Photoshop CS3 i’m working in).</li>
<li>If that fails go for a full system reboot.</li>
</ol>
<p>Perhaps a corrupted preferences file is the problem &#8211; especially if rebooting photoshop and your computer isn’t helping.</p>
<p>In my case I tend to work with several programs running simultaneously since I like to multi-task along with listening to my itunes. Memory is most likely the issue and from what I&#8217;ve researched this is commonly solved restarting. If you want to go the extra step you could increase your memory allowance in the Adobe Photoshop preferences. (Edit/Preferences/Memory and Image Cache. Mine is cache level 4 and maximum memory usage 75%. My computer has a modest 2048 MB of system memory which seems to be enough at most times.) Hopefully many people can resolve the hand tool issue by pressing the space bar. It has not failed for me yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://blakemccreary.com/2009/07/photoshop-stuck-on-hand-toolicon/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>
