<?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>Arthur&#039;s Legacy: Avalon Reborn</title>
	<atom:link href="http://arthurslegacy.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arthurslegacy.com</link>
	<description>Welcome to the Nation of Avalon</description>
	<lastBuildDate>Thu, 23 Feb 2012 04:36:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Site changes</title>
		<link>http://arthurslegacy.com/blog/2012/02/23/site-changes/</link>
		<comments>http://arthurslegacy.com/blog/2012/02/23/site-changes/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 04:36:27 +0000</pubDate>
		<dc:creator>PCas</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://arthurslegacy.com/?p=14</guid>
		<description><![CDATA[Bear with us as the site goes through a lot of changes. Please report any bugs and let us know if anything is broken.  I&#8217;m going to be getting this all set and good to go over the day. Cheers! No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Bear with us as the site goes through a lot of changes. Please report any bugs and let us know if anything is broken.  I&#8217;m going to be getting this all set and good to go over the day. Cheers!</p>




<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://arthurslegacy.com/blog/2012/02/23/site-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix the SexyBookmarks Offset not contained in string error</title>
		<link>http://arthurslegacy.com/blog/2012/02/22/fix-the-sexybookmarks-offset-not-contained-in-string/</link>
		<comments>http://arthurslegacy.com/blog/2012/02/22/fix-the-sexybookmarks-offset-not-contained-in-string/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 16:39:09 +0000</pubDate>
		<dc:creator>PCas</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://arthurslegacy.com/?p=82</guid>
		<description><![CDATA[Have you come across this error? Warning: strpos() [function.strpos]: Offset not contained in string in /YOUR-PLUGIN-DIRECTORY/sexybookmarks/includes/public.php on line XXX. We ran across this SexyBookmarks bug in the preview screen. I understand that others have encountered it in the production end as well. If you are receiving that error, you can easily strip a piece of [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div>
<div>
<p>Have you come across this error?</p>
<h2>Warning: strpos() [function.strpos]:  Offset not contained in string in  /YOUR-PLUGIN-DIRECTORY/sexybookmarks/includes/public.php on line XXX.</h2>
<p>We ran across this SexyBookmarks bug in the preview screen. I understand that others have encountered it in the production end as well. If you are receiving that error, you can easily strip a piece of code without breaking the plugin.</p>
<h3>Find</h3>
<p><code>$isphp = false !== strpos($r['feed_permalink'],'.php'<span style="text-decoration: underline;">, strlen($r['feed_permalink']) - 4</span>);</code></p>
<h3>Remove (<em><span style="text-decoration: underline;"><strong>OR</strong></span></em> replace with result below)</h3>
<p><code>, strlen($r['feed_permalink']) - 4</code></p>
<h3>Result</h3>
<p><code>$isphp = false !== strpos($r['feed_permalink'],'.php');</code></p>
<p>If you have Notepad++ or another app that lets you see line numbers,  follow the warning error to find it. Alternatively, you could use the  find/replace function in Notepad++ or another good code editor.</p>
<p>Everything seems to work after removing that piece of code. So far,  it doesn&#8217;t seem like the removal breaks anything. Give it a try.</p>
<p><span style="font-size: xx-small;">X-Posted and edited from the <a title="Fix SexyBookmarks offset not contained in string error" href="http://wordpress.org/support/topic/plugin-sexybookmarks-offset-not-contained-in-string-fix?replies=1#post-2124321" target="_blank">original fix it post</a> by me in the WordPress forums. </span></p>
</div>
</div>
<span class="sfforumlink"><a href="http://arthurslegacy.com/forums/support/fix-the-sexybookmarks-offset-not-contained-in-string/"><img src="http://arthurslegacy.com/wp-content/plugins/simple-forum/styles/icons/dd2010/bloglink.png" alt=""  title="Fix the SexyBookmarks Offset not contained in string error" /> Join the discussion on this post</a></span>



<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://arthurslegacy.com/blog/2012/02/22/fix-the-sexybookmarks-offset-not-contained-in-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Dreaded WordPress Widget Fail</title>
		<link>http://arthurslegacy.com/blog/2011/06/05/the-dreaded-wordpress-widget-fail/</link>
		<comments>http://arthurslegacy.com/blog/2011/06/05/the-dreaded-wordpress-widget-fail/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 04:35:31 +0000</pubDate>
		<dc:creator>PCas</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://arthurslegacy.com/?p=81</guid>
		<description><![CDATA[Why won&#8217;t my widgets work? We faced the horrible WordPress problem of having inaccessible plugin menus and widgets we could not drag and drop. It is frustrating and seems to impact a lot of people across a wide variety of WordPress versions. Dragging widgets and opening menus is sort of essential to using the backend [...]


Related posts:<ol><li><a href='http://arthurslegacy.com/blog/2012/02/22/fix-the-sexybookmarks-offset-not-contained-in-string/' rel='bookmark' title='Fix the SexyBookmarks Offset not contained in string error'>Fix the SexyBookmarks Offset not contained in string error</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h1>Why won&#8217;t my widgets work?</h1>
<p>We faced the horrible WordPress problem of having inaccessible plugin menus and widgets we could not drag and drop. It is frustrating and seems to impact a lot of people across a wide variety of WordPress versions. Dragging widgets and opening menus is sort of essential to using the backend of WordPress.</p>
<h2>Good info about broken widgets was hard to find</h2>
<p>After looking around at various support forums and the WordPress site, I found <em>most</em> threads about the issue are not very helpful. However, there were a few really good suggestions to help puzzle it out. There are four main factors to the problem:</p>
<ol>
<li>Server configuration</li>
<li>Multiple domains</li>
<li>JavaScript compression</li>
<li>Plugin and theme coding</li>
</ol>
<h3>A quick note about the WordPress menus and widgets problem</h3>
<p><em>It is all about JQuery</em>. Something is breaking the JavaScript that WordPress uses to drag widgets, open backend menus, and so on. The root of the problem always comes back to JQuery issues. That is not to say it is the fault of the package itself. It is simply the breaking point. You need to know where the code is falling down in order to pick it up and patch it up.</p>
<p><em>NOTE: The first step is to make sure that your WordPress installation, plugins and themes are all up to date. <span style="text-decoration: underline;">Fixing the problem may be as simple as updating.</span></em></p>
<h3>Server configuration</h3>
<p>This is the part I figured out the least about. It seems sort of random. Both dedicated and shared hosts have problems. Shared hosting seems to come up more often, but that&#8217;s not much of a indicator. After all, shared hosting for WordPress installations is far, far more common than dedi hosting.</p>
<p>WAMP machines seems to come up the most. If you&#8217;re on a Windows host, it seems like you&#8217;re a little more likely to run into the widgets and menu problems. Why it seems to happen a little more often there, I&#8217;m not sure.</p>
<p>Indeed, I can&#8217;t figure out a common thread for the problems. <strong>If you encounter this issue, please leave a comment with your server setup</strong>. Let&#8217;s see if we can figure it out together.</p>
<h3>Multiple domains</h3>
<p>CDN, or cloud networks, seem to be the most common culprit. If you have any performance or cloud computing plugins active, try disabling them first. Alternatively, if you can just disable AJAX, JQuery, and/or Javascript options do that. Some plugins allow you to exclude the admin backend, while still using cloud functions for your public site.</p>
<p>This problems impacts both public CDN services, like Google and Amazon, as well as private clouds. If you are using a second server or subdomains to help balance your server loads, you may run into the same problem. There does not seems to be a good solution, except for disabling the offsite libraries. <strong>If you have a better solution, please leave a comment.</strong> I will edit this post with any improved solutions.</p>
<h3>JavaScript compression</h3>
<p>If the problem is not offsite or cloud servers, the next most common issue appears to be JavaScript compression (called concatenation). Many performance plugins rely on compressing JavaScript and JQuery to improve speed and reduce file size. If you use anything that does that, try disabling that feature. It has solved the issue for many people.</p>
<p>If a plugin or performance service is not your issue and you do not use off-site servers, a theme or one of your plugins may be conflicting with JavaScript concatenation. Add the following to your <em>wp-config.php</em> file:</p>
<p style="text-align: center;"><code>define('CONCATENATE_SCRIPTS', false);</code></p>
<h3>Plugin and themes coding</h3>
<p>Here&#8217;s the thing about a plugin heavy, community developed platform like WordPress: People have <strong>many</strong> different ways of coding <em>the same functions</em>. Take a look over a set of plugins providing similar functions. If you check the source code, you will see that there are some major differences between them. When you account for the fact there&#8217;s a plugin for everything under the sun, the chances for conflicts and misalignment are high.</p>
<h4>Plugins and themes are the root of the broken widgets panel problem</h4>
<p>Something about the way a particular plugin or theme is coded can break the backend JavaScript. Sometimes, it is caused by a conflict between plugins. Sometimes, that bit falls out of date compared to WordPress and JQuery. Sometimes, only the gods of coding have any idea what is going on. In the end, the culprit is almost always some extension added to the install.</p>
<p>You can try disabling your plugins and re-enabling them one at a time, in order of importance to your site. Check the widget panel after each plugin reactivation. It may help narrow down the cause. If you are using any JavaScript heavy themes, you may wish to try disabling them as well.</p>
<p><em><strong>If all else fails</strong></em>, use &#8216;Screen Options&#8217; on the affected screen. You can find the tab at the upper right. Click on it and enable accessibility.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://arthurslegacy.com/search/wordpress-widgets-wont-work/" title="wordpress widgets wont work">wordpress widgets wont work</a> (1)</li><li><a href="http://arthurslegacy.com/search/wordpress-widgets-wont-drag-and-drop-2011/" title="wordpress widgets won\t drag and drop 2011">wordpress widgets won\t drag and drop 2011</a> (1)</li></ul><span class="sfforumlink"><a href="http://arthurslegacy.com/forums/general-chat/the-dreaded-wordpress-widget-fail/"><img src="http://arthurslegacy.com/wp-content/plugins/simple-forum/styles/icons/dd2010/bloglink.png" alt=""  title="The Dreaded WordPress Widget Fail" /> Join the discussion on this post</a></span>



<p>Related posts:<ol><li><a href='http://arthurslegacy.com/blog/2012/02/22/fix-the-sexybookmarks-offset-not-contained-in-string/' rel='bookmark' title='Fix the SexyBookmarks Offset not contained in string error'>Fix the SexyBookmarks Offset not contained in string error</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://arthurslegacy.com/blog/2011/06/05/the-dreaded-wordpress-widget-fail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  arthurslegacy.com/feed/ ) in 5.11260 seconds, on Feb 23rd, 2012 at 7:57 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 23rd, 2012 at 8:57 am UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  arthurslegacy.com/feed/ ) in 0.00052 seconds, on Feb 23rd, 2012 at 8:01 am UTC. -->
