<?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>The Design Guys &#187; HTML &amp; CSS Problems</title>
	<atom:link href="http://www.thedesignguys.co.uk/category/code-problems/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thedesignguys.co.uk</link>
	<description>SEO, Web Design &#38; Internet Marketing Tips</description>
	<lastBuildDate>Tue, 14 May 2013 17:39:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>WordPress Twenty Eleven Sidebar Missing on Single Posts</title>
		<link>http://www.thedesignguys.co.uk/wordpress-twenty-eleven-sidebar-missing-on-single-posts</link>
		<comments>http://www.thedesignguys.co.uk/wordpress-twenty-eleven-sidebar-missing-on-single-posts#comments</comments>
		<pubDate>Sun, 07 Apr 2013 22:32:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best Wordpress Themes]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Free Stuff!]]></category>
		<category><![CDATA[Handy Resources]]></category>
		<category><![CDATA[HTML & CSS Problems]]></category>
		<category><![CDATA[Wordpress Tutorials]]></category>

		<guid isPermaLink="false">http://www.thedesignguys.co.uk/?p=925</guid>
		<description><![CDATA[Hey Folks! Just a real quick one today, but still pretty useful. I&#8217;ve had a few people ask me about this problem so I thought i&#8217;d pop a super-fast tutorial together and then people can access it whenever they need it. On WordPress 2011 theme when you create a single post, you&#8217;ll notice that by [...]]]></description>
				<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hey Folks!</p>
<p><img class="size-full wp-image-933 alignleft" alt="2011 missing sidebar" src="http://www.thedesignguys.co.uk/wp-content/uploads/2013/04/2011-sidebar-missing.jpg" width="277" height="217" />Just a real quick one today, but still pretty useful. I&#8217;ve had a few people ask me about this problem so I thought i&#8217;d pop a super-fast tutorial together and then people can access it whenever they need it.</p>
<p>On WordPress 2011 theme when you create a single post, you&#8217;ll notice that by default it comes up with just one column and without a sidebar. Now, this is fine if you haven&#8217;t got useful stuff (or ads, affiliate deals etc) to show people on the sidebar. However, if you&#8217;re getting a lot of traffic to some specific single posts, it would be a great idea to let those visitors know about the rest of your content.</p>
<h3>Here&#8217;s how to add a sidebar to the 2011 WordPress Theme</h3>
<p>1. In the Theme Editor (Dashboard &gt; Appearence &gt; Editor), go to single.php and add the following:</p>
<pre>&lt;?php get_sidebar(); ?&gt;</pre>
<p>In a new line just above the footer code at the bottom of the file:</p>
<pre>&lt;?php get_footer(); ?&gt;</pre>
<p>Next, go to functions.php (Theme Functions) and find the following at the bottom of the file:</p>
<pre>add_filter( 'body_class', 'twentyeleven_body_classes' );</pre>
<p>Comment it out (by adding 2 forward slashes // at the beginning of the line) and it will force WordPress to stop differentiating between normal and single post pages.</p>
<p>Simple stuff, but useful nonetheless&#8230; Have a great day all! <img src='http://www.thedesignguys.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-925"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thedesignguys.co.uk/wordpress-twenty-eleven-sidebar-missing-on-single-posts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Permalink Problem</title>
		<link>http://www.thedesignguys.co.uk/wordpress-permalink-problem</link>
		<comments>http://www.thedesignguys.co.uk/wordpress-permalink-problem#comments</comments>
		<pubDate>Mon, 25 Feb 2013 22:10:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Handy Resources]]></category>
		<category><![CDATA[HTML & CSS Problems]]></category>
		<category><![CDATA[Internet Marketing Tips]]></category>
		<category><![CDATA[Wordpress Tutorials]]></category>
		<category><![CDATA[adds number]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[permalinks]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thedesignguys.co.uk/?p=910</guid>
		<description><![CDATA[Hey Folks! When editing your pages, posts and even categories, sometimes WordPress can add a number to the end of the permalink to avoid duplicate URLs. This sounds like it should be great and a useful tool but sometimes when you are trying to replace &#8220;sample&#8221; it can rename it &#8220;sample-2&#8243; and can get a [...]]]></description>
				<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hey Folks!</p>
<p><img src="http://www.thedesignguys.co.uk/wp-content/uploads/2013/02/permalinks-problem.png" alt="Duplicate Permalinks Problem" width="144" height="288" class="alignleft size-full wp-image-911" />When editing your pages, posts and even categories, sometimes WordPress can add a number to the end of the permalink to avoid duplicate URLs.</p>
<p>This sounds like it should be great and a useful tool but sometimes when you are trying to replace &#8220;sample&#8221; it can rename it &#8220;sample-2&#8243; and can get a little stressful.</p>
<p>Here&#8217;s a nice and easy way to fully delete the old page without having to go into the database / PHPadmin etc (there&#8217;s no need:))<br />
It&#8217;s similar to clearing a cache so you can add a new page with the  original permalink and without a -2 or -3 after the postname.<br />
Here&#8217;s the step by step:</p>
<p>1. Delete your page<br />
2. Click Dashboard > Pages (Not &#8220;Add New&#8221;)<br />
3. You will see above the page list the following: All, Published, Drafts, Trash<br />
4. Click on &#8220;Trash&#8221; and select the pages that you want to delete permanently.<br />
5. Click &#8220;Bulk Actions > Delete Permanently&#8221;<br />
6. Then Recreate your page (by going to &#8220;Pages > Add New&#8221;) and the permalink should be fine and without a dash or number after the postname.</p>
<p>If this has helped, please leave a comment, Like or Tweet to show some love. Thanks!!</p>
<div class="shr-publisher-910"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thedesignguys.co.uk/wordpress-permalink-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking For Broken Links</title>
		<link>http://www.thedesignguys.co.uk/checking-for-broken-links</link>
		<comments>http://www.thedesignguys.co.uk/checking-for-broken-links#comments</comments>
		<pubDate>Thu, 01 Nov 2012 22:45:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Guest Posts]]></category>
		<category><![CDATA[HTML & CSS Problems]]></category>
		<category><![CDATA[Internet Marketing Tips]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.thedesignguys.co.uk/?p=815</guid>
		<description><![CDATA[Broken links are one of the worst things your website can contain. When your site is full of broken links, your visitors will view you as unprofessional and quickly leave your website in favor of another one whenever they encounter a broken link. Since it is so hard to get people to visit your website [...]]]></description>
				<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Broken links are one of the worst things your website can contain. When your site is full of broken links, your visitors will view you as unprofessional and quickly leave your website in favor of another one whenever they encounter a broken link. Since it is so hard to get people to visit your website in the first place, you want to do everything you can to keep them on your site. Fixing any and all broken links immediately is a great way to accomplish this goal.</p>
<p>Checking for broken links is also important for your website’s SEO. When a search engine crawler comes across a broken link on your website, it will be unable to move to another page on your site and index the rest of your content. This can leave you with unindexed content, which will limit your exposure in the search engines. Also, you do not want a search engine to serve up a URL that does not exist in their search results as no one will be able to visit your website when searching for that particular term.</p>
<h3> Tools For Checking Broken Links</h3>
<p>There are several tools that you can use to help you check your website for broken links. Rather than spending your time manually checking all of the links on your site, it is recommended to use one of these tools to help speed up the process.</p>
<p><strong> W3C Link Checker</strong> – This particular tool checks your links for a variety of issues including whether or not the link is broken. The W3C Link Checker is a good tool you can use to make sure your website is functioning properly.</p>
<p><strong> Free Link Checker</strong> – Free Link Checker is another tool that helps you check for broken internal and external links within your blog. A nice feature associated with this tool is the ability to check image links as well to ensure all of your images are rendering properly.</p>
<p><strong> LinkTiger</strong> – LinkTiger may be the most robust link checking tool of the bunch. This particular tool allows you to check up to one hundred links per week for free. Once a broken link is found, LinkTiger will send you an email alert so you are the first to know about the broken link.</p>
<h3> Google WebMaster Tools</h3>
<p>Another good tool to have in your arsenal to fight against broken links is a Google WebMaster Tools account. By setting up a WebMaster Tools account for your website, you will be given further data you use to help run your site. One of the nice features of this tool is letting you know the Google search engine spider finds errors with your site, including broken links. Through your WebMaster Tools account, you can request a broken link be removed from the search engine results if it had been indexed by Google and no longer exists on your website. This will prevent people from visiting broken links on your website from Google’s search results.</p>
<h3> Plugin For WordPress</h3>
<p>If you are using WordPress as your content management system, you can use a plugin to manage your broken links. The plugin named <a href="http://www.duplichecker.com/broken-link-checker.php" target="_blank">Broken Link Checker</a> is one of the better plugins you can use to address this problem with your blog. This particular plugin will check for links that do not work, missing images and redirect. If the plugin happens to find any issues with your site, it will send you an email notification, allowing you to quickly address the issue.</p>
<p>Another nice feature of the Broken Link Checker plugin is being able to update links from within the plugin itself. There is no need to go through every page of your website and update all of the links manually.</p>
<p>Having broken links on your website makes your website appear unprofessional as well as hurts your rankings in the search engines. Utilizing a series of link checker tools and updating any errors in your Google WebMaster Tools account will allow your website to proceed without any broken links.</p>
<p>Richard H. is trying to optimize the loading times of a site for a NYC law firm <a href="http://www.newyorkstatedivorce.com">Samuelson Hause &amp; Samuelson</a>. Curious as it is, release versions of popular CMS programs can still be optimized.</p>
<div class="shr-publisher-815"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thedesignguys.co.uk/checking-for-broken-links/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Keyboard Lag &amp; Slow Typing Solution</title>
		<link>http://www.thedesignguys.co.uk/keyboard-lag-slow-typing-solution</link>
		<comments>http://www.thedesignguys.co.uk/keyboard-lag-slow-typing-solution#comments</comments>
		<pubDate>Sun, 05 Aug 2012 19:20:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Free Stuff!]]></category>
		<category><![CDATA[Handy Resources]]></category>
		<category><![CDATA[HTML & CSS Problems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[keyboard lag]]></category>
		<category><![CDATA[lagging]]></category>
		<category><![CDATA[lagging problem]]></category>
		<category><![CDATA[laptop slowing down]]></category>
		<category><![CDATA[slow typing]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[type slowly]]></category>

		<guid isPermaLink="false">http://www.thedesignguys.co.uk/?p=684</guid>
		<description><![CDATA[Hey Folks! Have you ever had days when your computer is just ridiculously slow and typing a short paragraph takes you several minutes instead of seconds? Whether it&#8217;s Facebook, Google, the Address Bar, a Blog Post or even Notepad that you&#8217;re typing into, the letters show up half a second to 3 seconds later and [...]]]></description>
				<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignleft size-medium wp-image-685" title="slow-typing" src="http://www.thedesignguys.co.uk/wp-content/uploads/2012/08/slow-typing-300x196.jpg" alt="Slow Typing" width="300" height="196" />Hey Folks!</p>
<p>Have you ever had days when your computer is just ridiculously slow and typing a short paragraph takes you several minutes instead of seconds?</p>
<p>Whether it&#8217;s <a title="Facebook Timeline – Tabs &amp; Static HTML" href="http://www.thedesignguys.co.uk/facebook-timeline-tabs-static-html">Facebook</a>, Google, the Address Bar, a Blog Post or even Notepad that you&#8217;re typing into, the letters show up half a second to 3 seconds later and it takes you an absolute AGE to get anything written. Sometimes the cursor will skip to the middle of the last sentence and it&#8217;ll look like gobbledygook (Is that how it&#8217;s spelt?;)).</p>
<p>Well I had this problem today and figured &#8220;If i&#8217;m having this issue, odds on others are having it too&#8221; &#8211; So I popped over to Google and had a little search.</p>
<p>JEEZ!! There&#8217;s a TON of folk having this keyboard lag problem and hundreds of forum threads and blog posts that give you possibilities of what may be wrong with your Laptop or PC. However, most of these places only give you a snippet of what to look for when you&#8217;re trying to fix that slow typing problem.</p>
<p>So, I decided to tie them all together and give you the definitive fixes to get your computer back to it&#8217;s normal speed.</p>
<p>I&#8217;m going to be using Mozilla Firefox for this example, but the workarounds are pretty similar in IE / Chrome / Safari etc.</p>
<p>OK <strong>Step 1</strong>,</p>
<h3>DISABLE All Add-Ons, Personas &amp; Extensions</h3>
<p>Disabling an add-on will turn it off without removing it:</p>
<ol>
<li>At the top of the Firefox window, click on the Firefox button (Tools menu in Windows XP), and then click Add-ons. The Add-ons Manager tab will open.</li>
<li>In the Add-ons Manager tab, select the Extensions or Appearance or Plugins panel.</li>
<li>Select the add-on you wish to disable</li>
<li>Click the Disable button.</li>
<li>Click <strong>Restart now</strong> if it pops up. Your tabs will be saved and restored after the restart.</li>
</ol>
<p>(To re-enable the add-on, find it in the list of Add-ons and click Enable, then restart Firefox.)</p>
<p>Easy enough to Google Instructions for <a href="http://help.yahoo.com/l/us/yahoo/troubleshooting/safari/safari-6673853.html" target="_blank">Safari</a> / <a href="http://www.rarst.net/software/opera-plugins/" target="_blank">Opera</a> / <a href="http://productforums.google.com/forum/#!topic/chrome/DsFU_sKwFhI" target="_blank">Chrome</a> / <a href="http://technet.microsoft.com/en-us/magazine/dd364987.aspx" target="_blank">IE</a></p>
<p>Still Having Problems? No Worries&#8230; on to <strong>STEP 2</strong></p>
<h3>Uninstalling Recent Java Updates</h3>
<p>Keeping old and unsupported versions of Java on your system presents a serious security risk plus can bloat and slow down your computer.<br />
Uninstalling older versions of Java from your system ensures that Java applications will run with the most up-to-date security and performance improvements on your system.</p>
<p>Here&#8217;s how:</p>
<p>Remove older versions of Java in the same way as you would remove any other software from your Windows computer.</p>
<h5>Windows 7 and Vista &#8211; Uninstall Programs</h5>
<ol>
<li>Click <strong>Start</strong></li>
<li>Select <strong>Control Panel</strong></li>
<li>Select <strong>Programs</strong></li>
<li>Click <strong>Programs and Features</strong></li>
<li>Select the program you want to uninstall by clicking on it, and then click the <strong>Uninstall</strong> button.</li>
</ol>
<p>You may need administrator privileges to remove programs.</p>
<h5>Windows XP &#8211; Uninstall Programs</h5>
<ol>
<li>Click <strong>Start</strong></li>
<li>Select <strong>Control Panel</strong></li>
<li>Click the <strong>Add/Remove Programs</strong> control panel icon</li>
<li>The Add/Remove control panel displays a list of software on your system, including any Java software products that are on your computer. Select any that you want to uninstall by clicking on it, and then click the <strong>Remove</strong> button.</li>
</ol>
<p><img class="aligncenter size-full wp-image-692" title="uninstalling-java" src="http://www.thedesignguys.co.uk/wp-content/uploads/2012/08/uninstalling-java2.jpg" alt="Uninstalling Java" width="385" height="280" /></p>
<p>NB: Older versions of Java may appear in the program list as <strong>J2SE Runtime Environment</strong> or <strong>Java 2 Runtime Environment</strong>.</p>
<p>After this, do a System Reboot. See you in 5:)</p>
<p>Most of you will now find that your typing speed is back to normal. However, if the first 2 speps didn&#8217;t cure your slow typing lag, then it looks like you&#8217;ve got some serious proccesses running in the background that are bloating your system causing it to dramatically slow down and this can easily be addressed in <strong>Step 3</strong>.</p>
<h3><a>Disabling Startup Programs Using MSCONFIG</a></h3>
<p>Most people know that the more programs you have running on your computer at any one time, the more likely it is that your computer will either run slowly or even crash. What most people don&#8217;t know is that every time you boot your computer a whole load of &#8220;hidden&#8221; programs load in the background. Some of these hidden programs are essential, but most aren&#8217;t. Turning off some of these hidden programs using MSCONFIG can significantly increase your computer&#8217;s performance and reliability.</p>
<p>To access MSCONFIG in Windows 7 click &#8220;Start&#8221; and type &#8220;MSCONFIG&#8221; (without the speech marks)</p>
<p>In Windows XP click &#8220;Start&#8221; &gt; &#8220;Run&#8221; and type &#8220;MSCONFIG&#8221; (without the speech marks)</p>
<p>You should now have the MSCONFIG box up on screen: Click the &#8220;Startup&#8221; Tab</p>
<p><img class="aligncenter size-full wp-image-688" title="msconfig" src="http://www.thedesignguys.co.uk/wp-content/uploads/2012/08/msconfig.jpg" alt="MSCONFIG" width="594" height="399" /></p>
<p>When your computer starts up, it will automatically load up a ton of programs that you don&#8217;t need but will run in the background, clogging up and slowing down your machine. For example, on my setup Quicktime by Apple is set to run even when i&#8217;m not using it &#8211; That&#8217;s silly, so i&#8217;ve disabled it. Simple:)</p>
<p>NB: Only untick programs that you recognise as some of them will be neccessary for Windows to run smoothly. If you&#8217;re not sure about a program either google &#8220;Is it safe for me to disable *program name*&#8221; or check out <a href="http://www.pacs-portal.co.uk/startup_search.php" target="_blank">http://www.pacs-portal.co.uk/startup_search.php</a> which has a huge list of which programs are safe to disable or not!!</p>
<p>Once you have ticked / unticked your startup programs, hit &#8220;apply&#8221;, &#8220;OK&#8221; and then reboot.</p>
<p>By using the above methods i&#8217;ve sped up my machine considerably and it&#8217;s faster now than when I got it out of the box.</p>
<p>Have a great day folks and if you found this post useful spread the love with either a comment, like or share etc. Cheers!!</p>
<div class="shr-publisher-684"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thedesignguys.co.uk/keyboard-lag-slow-typing-solution/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hostgator Vs Actinic &#8211; An Epic Battle</title>
		<link>http://www.thedesignguys.co.uk/hostgator-vs-actinic-an-epic-battle</link>
		<comments>http://www.thedesignguys.co.uk/hostgator-vs-actinic-an-epic-battle#comments</comments>
		<pubDate>Tue, 26 Jun 2012 20:31:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Handy Resources]]></category>
		<category><![CDATA[HTML & CSS Problems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[actinic]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://www.thedesignguys.co.uk/?p=623</guid>
		<description><![CDATA[Well, not really a battle &#8211; 2 totally different animals, but here&#8217;s something that happened to me this evening while transferring an Actinic online store on to my Hostgator servers (and by the amount of forum posts on the subject, it&#8217;s happened to a LOT of other folks too). Unfortunately no-one seemed to come up with [...]]]></description>
				<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><img class="alignleft size-medium wp-image-624" title="hostgator-actinic" src="http://www.thedesignguys.co.uk/wp-content/uploads/2012/06/hostgator-actinic-300x240.jpg" alt="Hostgator and Actinic Problem" width="300" height="240" />Well, not really a battle &#8211; 2 totally different animals, but here&#8217;s something that happened to me this evening while transferring an Actinic online store on to my <a href="http://www.thedesignguys.co.uk/hostgator/" target="_blank">Hostgator</a> servers (and by the amount of forum posts on the subject, it&#8217;s happened to a LOT of other folks too).</p>
<p>Unfortunately no-one seemed to come up with a solution. <strong>UNTIL NOW</strong> that is.</p>
<p>Here&#8217;s the thing:</p>
<p>I run a great slogan t-shirt company <a href="http://www.timebombtshirts.com" target="_blank">http://www.timebombtshirts.com</a> (don&#8217;t look at it people &#8211; it&#8217;s <strong>RUDE</strong>!;)) and migrated it to hostgator &#8211; no problem it seemed. Then on testing, when I clicked &#8220;Checkout Now&#8221; button the following error appeared:</p>
<pre>Forbidden</pre>
<pre>You don't have permission to access /cgi-bin/os000001.pl on this server.</pre>
<pre>Additionally, a 404 Not Found error was encountered while trying to use an</pre>
<pre>ErrorDocument to handle the request.</pre>
<p>EEK!</p>
<p>I&#8217;ve been on to live chat support with Hostgator for the last 1/2 an hour and finally found the answer. Instead of me going through each step (checking paths to cgi-bin / perl / waiting for nameservers to fully propagate etc&#8230;) I thought i&#8217;d just give you the transcript which you are free to copy, paste and send to hostgator (or your particular hosting company) which should get you a super-speedy response and a working website in a matter of a few minutes&#8230;</p>
<p>[Initial Question]: Hi, I am having an issue when clicking &#8220;Checkout Now&#8221; on timebombtshirts.com &#8211; The following error appears:Forbidden You don&#8217;t have permission to access /cgi-bin/os000001.pl on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Possibly a perl script or permissions error?<br />
(2:18 pm) [System] Customer has entered chat and is waiting for an agent.<br />
(2:21 pm) [Ehsan M.] Welcome to HostGator.com Live Chat. My name is Ehsan, and I will be happy to assist you with your inquiry.<br />
(2:22 pm) [Ehsan M.] Hello, how are you doing today?<br />
(2:24 pm) [Richie]: Hi Ehsan, all good thanks:) &#8211; permissions are ok on cgi-bin&#8230; path to perl and cgi are all correct &#8211; bit stumped as to what the problem is.<br />
(2:27 pm) [Ehsan M.] Sure no problem. To further examine this issue I do need to verify you<br />
(2:27 pm) [Ehsan M.] For security purposes, I will need to verify your identity by having you provide your account&#8217;s billing credentials in the popup that will soon follow this message. I apologize for any inconvenience this may cause.<br />
(2:27 pm) [AccountVerifyRequest]: {&#8220;requestedBy&#8221;:&#8221;******&#8221;}<br />
(2:30 pm) [AccountVerifyAttempt]: {&#8220;clientId&#8221;:&#8221;1*******&#8221;,&#8221;</p>
<div id=":8v"><wbr>wasSuccessful&#8221;:1,&#8221;emailUsed&#8221;:&#8221;*****@***.com&#8221;}<br />
(2:30 pm) [AccountVerifyDecline]: {}<br />
(2:32 pm) [Ehsan M.] Thank you for your patience, please give me a few more minutes to examine this<br />
(2:37 pm) [Ehsan M.] Does this script call in any files from the /acatalog folder?<br />
(2:38 pm) [Richie]: not as far as i&#8217;m aware &#8211; permissions on acatalog are 777 (although not all files inside are)<br />
(2:39 pm) [Ehsan M.] 777 is forbidden on the server and suPHP prohibits these permissions in our servers for security reasons<br />
(2:40 pm) [Richie]: OK have changed to 755. Any ideas on why the error?<br />
(2:41 pm) [Ehsan M.] I am not seeing this error when I click on check out after adding to cart<br />
(2:41 pm) [Ehsan M.] Can you try clearing your browsers cache?<br />
(2:41 pm) [Ehsan M.] <a href="http://support.hostgator.com/articles/specialized-help/how-do-i-clear-my-web-browsers-cache" target="_blank">http://support.hostgator.com/<wbr>articles/specialized-help/how-<wbr>do-i-clear-my-web-browsers-<wbr>cache</wbr></wbr></wbr></a><br />
(2:42 pm) [Richie]: or is it possible to whitelist the scripts?<br />
(2:42 pm) [Richie]: I have cleared the cache<br />
(2:42 pm) [Richie]: plus tried IE, FireFox &amp; chrome (and my phone!) no joy:(<br />
<strong>!!!EUREKA MOMENT!!!</strong> (2:45 pm) [Ehsan M.] <strong><span style="color: #ff0000;">I have whitelisted a mod security rule that was being hit</span></strong><br />
(2:45 pm) [Ehsan M.] Can you check now please?<br />
(2:46 pm) [Richie]: just checking&#8230;<br />
(2:47 pm) [Ehsan M.] No problem<br />
(2:48 pm) [Richie]: perfect &#8211; thankyou:) Can you tell me which mod security rule was being hit so i can know for next time (if there is a next time)<br />
(2:48 pm) [Ehsan M.] It was hitting 1234234<br />
(2:48 pm) [Richie]: OK, cheers. Have a great day!<br />
(2:49 pm) [Ehsan M.] You&#8217;re welcome, did you have any other questions for me? Was I able to provide sufficient suggestions regarding your inquiry?<br />
(2:49 pm) [Richie]: No that&#8217;s all thanks. will give great feedback &#8211; have a cold one on me;)<br />
(2:50 pm) [Ehsan M.] Get well soon!<strong> (Eh!?;))</strong></wbr></div>
<div></div>
<div></div>
<div>Now, this is in no way shape or form supposed to be a slight on either party &#8211; Both do a fantastic job of hosting (<a href="http://www.thedesignguys.co.uk/hostgator/" target="_blank">Hostgator</a>) and ecommerce (<a href="http://www.actinic.co.uk" target="_blank">Actinic</a>), but put &#8216;em together and be prepared to do a little tinkering or speak to support to get the most out of your online store.</div>
<div></div>
<div>Show some love with a comment or a Share / Like &#8211; Have a great day folks:)</div>
<div id=":8v">
<p>&nbsp;</p>
</div>
<div class="shr-publisher-623"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thedesignguys.co.uk/hostgator-vs-actinic-an-epic-battle/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Your WordPress Login Logo</title>
		<link>http://www.thedesignguys.co.uk/wordpress-login-logo</link>
		<comments>http://www.thedesignguys.co.uk/wordpress-login-logo#comments</comments>
		<pubDate>Wed, 09 May 2012 20:47:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best Wordpress Plugins]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Free Stuff!]]></category>
		<category><![CDATA[Handy Resources]]></category>
		<category><![CDATA[HTML & CSS Problems]]></category>
		<category><![CDATA[Internet Marketing Tips]]></category>

		<guid isPermaLink="false">http://www.thedesignguys.co.uk/?p=481</guid>
		<description><![CDATA[How To Change The WordPress Login Image Hey Folks, I&#8217;ve been commissioned by a client to build a membership site within a main blog and what better way than to use WordPress with a membership site plugin (I&#8217;m using Membership Premium from the guys at http://premium.wpmudev.org/) The thing is, my client wanted a specific logo [...]]]></description>
				<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><h2>How To Change The WordPress Login Image</h2>
<p><img class="size-medium wp-image-493 alignleft" title="LOGO" src="http://www.thedesignguys.co.uk/wp-content/uploads/2012/05/LOGO-300x105.jpg" alt="" width="300" height="105" />Hey Folks, I&#8217;ve been commissioned by a client to build a membership site within a main blog and what better way than to use WordPress with a membership site plugin (I&#8217;m using Membership Premium from the guys at <a href="http://premium.wpmudev.org/" target="_blank">http://premium.wpmudev.org/</a>)</p>
<p>The thing is, my client wanted a specific logo on the wordpress login screen and until the &#8220;Login Logo&#8221; guys came along there was no easy way of doing this.</p>
<p>Thankfully they created an awesome <a title="Best WordPress Plugins" href="http://www.thedesignguys.co.uk/best-wordpress-plugins" target="_blank">wordpress plugin</a> which you can download for free below.</p>
<p>It&#8217;s extremely useful if you have either a membership or any type of multi-user site (<em>OR, if you just want your login screen to look cool &#8211; ha!</em>)</p>
<p><strong>Description:</strong><br />
This plugin allows you to customize the logo on the WordPress login screen. There is zero configuration. You just drop the logo file into your WordPress content directory, named login-logo.png and this plugin takes over.</p>
<p>Note that you should use a transparent background on the PNG image, crop it tightly (no padding pixels) and use a width of exactly 312 pixels for best results. Wider images will be downscaled in modern browsers, but it isn&#8217;t recommended to rely on that.</p>
<p><strong>Installation:</strong></p>
<ul>
<li><a href="wordpress.org/extend/plugins/login-logo/" target="_blank">Click here</a> to install and activate.</li>
<li>Create a PNG image with a transparent background, tightly cropped, with a recommended width of 312 pixels.</li>
<li>Upload the PNG image to your WordPress content directory (/wp-content/, by default), and name the file login-logo.png.</li>
<li>If you have a multisite install with more than one network, you can also use login-logo-network-{NETWORK ID}.png to assign a different login logo to each network.</li>
<li>If you have a multisite install, you can also use login-logo-site-{$blog_id}.png to assign a different login logo to each site.</li>
<li>Done! The login screen will now use your logo.</li>
</ul>
<p><strong>Screenshot:</strong></p>
<p><a href="http://www.thedesignguys.co.uk/wordpress-login-logo/wordpress-login-image" rel="attachment wp-att-482"><img class="aligncenter size-full wp-image-482" title="wordpress-login-image" src="http://www.thedesignguys.co.uk/wp-content/uploads/2012/05/wordpress-login-image.jpg" alt="Wordpress Login Image" width="447" height="392" /></a><strong>FAQs:</strong></p>
<div>
<h4>Why does my image look strange in IE or an outdated browser?</h4>
<p>Your image is probably too wide. Wide images are scaled down in IE 9 or other modern browsers, but not in older browsers. Use an image that is no more than 312 pixels wide.</p>
<p>************************************************************************</p>
<p>Well, that&#8217;s it for today folks. I hope you&#8217;ve found this useful &#8211; If so please show a little love with a &#8220;comment&#8221;, &#8220;share&#8221;, &#8220;tweet&#8221; or even a plain old &#8220;like&#8221;. Have a great day!</p>
</div>
<div class="shr-publisher-481"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thedesignguys.co.uk/wordpress-login-logo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Timeline &#8211; Tabs &amp; Static HTML</title>
		<link>http://www.thedesignguys.co.uk/facebook-timeline-tabs-static-html</link>
		<comments>http://www.thedesignguys.co.uk/facebook-timeline-tabs-static-html#comments</comments>
		<pubDate>Wed, 25 Apr 2012 09:51:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Free Stuff!]]></category>
		<category><![CDATA[Handy Resources]]></category>
		<category><![CDATA[How To Get Traffic]]></category>
		<category><![CDATA[HTML & CSS Problems]]></category>
		<category><![CDATA[Internet Marketing Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.thedesignguys.co.uk/?p=454</guid>
		<description><![CDATA[Hey Folks, Here&#8217;s a quick step-by-step tutorial for you on setting up useful tabs on the new facebook business pages timeline. This has increased traffic to my site by around 80% so far, but if you have a lot of Facebook traffic, it will make a massive difference. I&#8217;m going to use a page on [...]]]></description>
				<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>Hey Folks, Here&#8217;s a quick step-by-step tutorial for you on setting up useful tabs on the new facebook business pages timeline. This has increased traffic to my site by around 80% so far, but if you have a lot of Facebook traffic, it will make a <strong>massive</strong> difference.</p>
<p><a href="https://www.facebook.com/pages/Jamorama-Free-Guitar-Lessons-Play-Guitar/228396457177202"><img class="aligncenter size-full wp-image-455" title="jamorama1" src="http://www.thedesignguys.co.uk/wp-content/uploads/2012/04/jamorama1.jpg" alt="" width="500" height="309" /></a></p>
<p>I&#8217;m going to use a page on <a href="https://www.facebook.com/pages/Jamorama-Free-Guitar-Lessons-Play-Guitar/228396457177202" target="_blank">Free Guitar Lessons</a> that i&#8217;ve had kicking around for a while not doing much so let&#8217;s set it up for this training.</p>
<p>OK, If you have a business page set up, go directly to <strong>step 5</strong>. If not, let&#8217;s get cracking&#8230;</p>
<p><strong>Step 1</strong>. Log in to your personal facebook account and browse to <a href="https://www.facebook.com/pages/create.php" target="_blank">https://www.facebook.com/pages/create.php</a></p>
<p><strong>Step 2</strong>. Choose &#8220;<em>Brand or Product</em>&#8221; &gt; &#8220;<em>Website</em>&#8220;. Enter your brand&#8217;s name and check facebook T&amp;C&#8217;s &gt; &#8220;<em>Get Started</em>&#8221;</p>
<p><strong>Step 3</strong>. &#8220;<em>Upload Image</em>&#8221; Minimum dimensions 180px x 180px (Although FB resizes to 160px OR 125px depending on the day of the week;))</p>
<p><strong>Step 4</strong>.  Enter Basic Info (Tip: Enter site address &#8211; this will be at the top of your page eg. <strong><a href="http://jamorama.learnguitar21minutes.com/" rel="nofollow nofollow" target="_blank">http://jamorama.learnguitar21minutes.com/</a> &lt;&#8211; FREE Guitar Lessons</strong>. You want to make it easy for users to get to your offer / website)</p>
<p><strong><span style="color: #993300;">Now you&#8217;re set up with a Business page, let&#8217;s add some &#8220;Call to action&#8221; Tabs.</span></strong></p>
<p><strong>Step 5</strong>. In the top box, type Static HTML and click on &#8220;<em>Static HTML: iframe tabs</em>&#8221; See &#8220;Image 2&#8243; below.</p>
<div id="attachment_457" class="wp-caption aligncenter" style="width: 562px"><img class="size-full wp-image-457" title="staticHTML" src="http://www.thedesignguys.co.uk/wp-content/uploads/2012/04/staticHTML.jpg" alt="" width="552" height="107" /><p class="wp-caption-text">Image 2</p></div>
<p><strong>Step 6</strong>. Click &#8220;<em>Add Static HTML to a Page</em>&#8221; and select your appropriate business page.</p>
<p><span style="color: #993300;"><strong>You will now see the tab has been added to the header of your site. Now we need to go in and edit this tab.</strong></span></p>
<p><strong>Step 7</strong>. Click the downward arrow to the right then hover over your Static HTML tab and click &#8220;<em>Edit Settings</em>&#8221; (Image 3)</p>
<div id="attachment_458" class="wp-caption aligncenter" style="width: 469px"><img class="size-full wp-image-458" title="image-3" src="http://www.thedesignguys.co.uk/wp-content/uploads/2012/04/image-3.jpg" alt="" width="459" height="305" /><p class="wp-caption-text">Image 3</p></div>
<p><strong>Step 8</strong>. Here you can change the name of your tab (keyword friendly please:)) plus upload a call to action graphic eg. <strong>FREE EBOOK</strong> etc. Dimensions 111px x 74px</p>
<p><span style="color: #993300;"><strong>OK, now we&#8217;ve set up the tab, we&#8217;ve got to go into the code and point people to our offer / website.</strong></span></p>
<p><strong>Step 9</strong>.  On your page, Click on your tab and you will see 2 HTML boxes where you can post your opt-in forms, graphics etc. I&#8217;m going to show you how to redirect this page to go directly to your site.</p>
<p><strong>Step 10</strong>. Enter the following code in the top HTML box:</p>
<pre>&lt;a href="http://www.your-site-address.com" target="_blank"&gt;CLICK HERE&lt;/a&gt; For Your Site
&lt;meta http-equiv="REFRESH" content="0;url=http://www.your-site-address.com"&gt;</pre>
<p><strong>Click Save.</strong> (Don&#8217;t worry about the bottom HTML box &#8211; Not neccessary for this exercise)</p>
<p>This will redirect the user to your site within the Facebook look and feel, giving the user a seamless browsing experience in as few clicks as possible.</p>
<p><strong><span style="color: #993300;">NB. Another thing to bear in mind:</span></strong> The last photo you upload to facebook will always appear in the first tab (photos). I&#8217;ve uploaded a right-facing arrow to make sure they know where to click (again tab dimensions should be 111px x 74px).</p>
<p>Good luck folks and drop me a comment / like / share if you found this useful.</p>
<div class="shr-publisher-454"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thedesignguys.co.uk/facebook-timeline-tabs-static-html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3 &amp; Popup Domination 2.0 Problem</title>
		<link>http://www.thedesignguys.co.uk/wordpress-3-3-popup-domination-2-0-problem</link>
		<comments>http://www.thedesignguys.co.uk/wordpress-3-3-popup-domination-2-0-problem#comments</comments>
		<pubDate>Sat, 07 Apr 2012 06:13:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best Wordpress Plugins]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[HTML & CSS Problems]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.thedesignguys.co.uk/?p=294</guid>
		<description><![CDATA[Hey Folks! I&#8217;ve been using Popup Domination 2.0 for a while now on a few of my blogs and it has increased the opt-ins dramatically. Last week while updating these to WordPress 3.3 it caused me a bit of a problem and a bit of a headache with Version 2.0 taking the site down and [...]]]></description>
				<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p><a href="http://www.thedesignguys.co.uk/popup-domination"><img class="alignleft size-full wp-image-295" title="popup-domination" src="http://www.thedesignguys.co.uk/wp-content/uploads/2012/03/popup-domination.jpg" alt="" width="250" height="250" /></a>Hey Folks!</p>
<p>I&#8217;ve been using <strong>Popup Domination</strong> 2.0 for a while now on a few of my blogs and it has increased the opt-ins dramatically. Last week while updating these to WordPress 3.3 it caused me a bit of a problem and a bit of a headache with Version 2.0 taking the site down and coming up with the following error:</p>
<pre>Fatal error: Call to undefined function is_rtl() in /public_html/wp-includes/general-template.php</pre>
<p>Easy fix is to go into your FTP and rename the Plugin &#8211; However, you lose the plugin. Not Good.</p>
<p>Now, if you&#8217;ve already bought Pop up Domination 2.0 and you want to tweak the code to make it work with WP 3.3 read on&#8230; OR if you want to do what the developers advise you to do and buy the new retail version of <a href="http://www.thedesignguys.co.uk/popup-domination/" target="_blank">Popup Domination 3.0</a> at full price, you can do that too &#8211; totally up to you:)</p>
<p>By the way, If you haven&#8217;t got this Plugin yet &#8211; Just buy it, it&#8217;s the fastest way to get subscribers on your list, it looks great and it integrates seamlessly with <a href="http://aweber.com/?298070" target="_blank">Aweber</a>, Mailchimp, Get Response etc.</p>
<h2>OK, Ready for a bit of code cracking? Let&#8217;s go.</h2>
<p>You can either do this in your cPanel / FTP or even simpler through your WordPress dashboard &#8211; let me show you both ways:</p>
<p>In FTP / cPanel navigate to WP-Content &gt; Plugins &gt; Popup-Domination &gt; <strong>popup-domination.php</strong> (this is the file we&#8217;re going to edit)</p>
<p>In Dashboard navigate to Dashboard &gt; Plugins &gt; Editor &gt; Popup Domination (top right dropdown &amp; select) &gt; <strong>popup-domination.php</strong> (this is the file we&#8217;re going to edit)</p>
<p>OK, now were in there search for the following code:</p>
<pre>wp_admin_css( 'theme-editor' );</pre>
<p>and simply replace it with:</p>
<pre>// wp_admin_css( 'theme-editor' );</pre>
<p>Yep, that&#8217;s it, comment it out:) and hit &#8220;update&#8221; &#8211; you should find this works like a dream.</p>
<p>Have a great day folks! <img src='http://www.thedesignguys.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="shr-publisher-294"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thedesignguys.co.uk/wordpress-3-3-popup-domination-2-0-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WooCommerce Image Blurring Problem</title>
		<link>http://www.thedesignguys.co.uk/woocommerce-image-blurring-problem</link>
		<comments>http://www.thedesignguys.co.uk/woocommerce-image-blurring-problem#comments</comments>
		<pubDate>Thu, 22 Mar 2012 02:37:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best Wordpress Plugins]]></category>
		<category><![CDATA[Best Wordpress Themes]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[HTML & CSS Problems]]></category>

		<guid isPermaLink="false">http://thedesignguys.co.uk/canvas/?p=9</guid>
		<description><![CDATA[OK this drove me NUTS! and searching online it&#8217;s driving a lot of other people nuts too, so here&#8217;s the answer:) Now, I&#8217;m a big fan of WooThemes and Plugins (In fact, You&#8217;re looking at Woo&#8217;s Canvas right now) &#8211; They probably have the slickest looking themes on the market today and 99.99% of the [...]]]></description>
				<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><p>OK this drove me <strong>NUTS!</strong> and searching online it&#8217;s driving a lot of other people nuts too, so here&#8217;s the answer:)</p>
<p>Now, I&#8217;m a big fan of <a href="http://www.thedesignguys.co.uk/woo-themes/">WooThemes</a> and Plugins (In fact, You&#8217;re looking at Woo&#8217;s Canvas right now) &#8211; They probably have the <a href="http://www.gothpunkscene.com" target="_blank">slickest looking</a> themes on the market today and 99.99% of the time they&#8217;re just plug-and-play and everything works like a dream.</p>
<p>However, today I ran into an issue using the Daisy Theme (Not Woo BTW) with the WooCommerce Shopping Cart Plugin. My thumbnail images were being used as main images and stretched too large giving a blurry effect to all the products. Not Good.</p>
<p>After a good few hours of firebugging and code searching, here&#8217;s how to sort out your image blurring problems in woocommerce (I&#8217;m using it with the Daisy theme at <a title="Pope Music" href="http://www.popemusic.co.uk" target="_blank">http://www.popemusic.co.uk</a>)<br />
<!-- START of the zanox affiliate HTML code --><br />
<!-- ( The HTML code may not be changed in the sense of faultless functionality! ) --><br />
<a href="http://ad.zanox.com/ppc/?23148231C1525996571T" target="_blank"><img src="http://ad.zanox.com/ppv/?23148231C1525996571" alt="250 Business cards FOR FREE*" width="468" height="60" align="bottom" border="0" hspace="1" /></a><br />
<!-- ENDING of the zanox-affiliate HTML-Code --></p>
<p>*************************************************<br />
in wp-content/plugins/woocommerce/assets/css/woocommerce.css</p>
<p>change&#8230;</p>
<pre>img{border:1px solid #ddd;background:#f5f5f5;padding:6px;display:block;width:100%;height:auto;}</pre>
<p>to&#8230;</p>
<pre>img{border:1px solid #ddd;background:#f5f5f5;padding:6px;display:block;float:right;}</pre>
<p>*************************************************</p>
<p>In fact, if you go to wp-content/themes/(your theme)/css/ and edit the css files replacing all the {width:100%;height:auto;} with just { } &#8230;</p>
<p><img class="alignleft size-medium wp-image-16" title="woo-commerce" src="http://www.thedesignguys.co.uk/wp-content/uploads/2012/03/woo-commerce1-300x76.jpg" alt="" width="300" height="76" />To read more, click the Tweet or Google +1 Button below.</p>
<a href="http://twitter.com/share"  class="twitter-share-button" data-counturl="http://www.thedesignguys.co.uk/woocommerce-image-blurring-problem"  data-url="http://www.thedesignguys.co.uk/woocommerce-image-blurring-problem"  data-count="horizontal" >Tweet</a>  <g:plusone callback="display_like_content" href="http://www.thedesignguys.co.uk/woocommerce-image-blurring-problem"></g:plusone><div id='google_after_like' style='display:none;clear:both;width:100%;'>Thanks for clicking folks!!<br><br>

...The above code hack will sort out all the image resizing / blurring issues and problems you’ve had with the WooCommerce Theme<br><br>

If you want me to have a look at your site if you're still having problems, drop me a comment below with your URL and i'll have a peek at the code.<br><br>

NB: Now, i’m not saying this this is the cleanest code hack ever, but it works like a charm and hey, whatever works right?<br><br>

PLUS! Make sure you’ve sized your images correctly beforehand.<br><br>

This may well work with other themes, but it is untested… and ALWAYS back up before making any changes.<br><br>

If it works for you and you’d like to say thanks, show some love with a comment or a Like/Share<br><br>

Thanks folks and good luck! <img src="http://www.thedesignguys.co.uk/wp-includes/images/smilies/icon_smile.gif" alt=":)" /><br></div>
<div class="shr-publisher-9"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thedesignguys.co.uk/woocommerce-image-blurring-problem/feed</wfw:commentRss>
		<slash:comments>85</slash:comments>
		</item>
	</channel>
</rss>
