<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentarer till Simple Fields</title>
	<atom:link href="http://eskapism.se/code-playground/simple-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://eskapism.se</link>
	<description>Pär Thernström - your friendly neighbourhood web developer geek</description>
	<lastBuildDate>Fri, 27 Apr 2012 21:12:30 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Av: Andreas Franzén</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-93974</link>
		<dc:creator>Andreas Franzén</dc:creator>
		<pubDate>Thu, 26 Apr 2012 08:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-93974</guid>
		<description>datepicker didn&#039;t work in 3.3.2 but after those changes it did for me..

simple_fields.php:
	wp_enqueue_script(&quot;jquery&quot;);
	wp_enqueue_script(&quot;jquery-ui-core&quot;);
    wp_enqueue_script(&quot;jquery-ui-sortable&quot;);
    wp_enqueue_script(&quot;jquery-ui-datepicker&quot;);
    wp_enqueue_script(&quot;jquery-ui-datepicker-sv&quot;,&quot;http://jquery-ui.googlecode.com/svn/trunk/ui/i18n/jquery.ui.datepicker-sv.js&quot;);
	wp_enqueue_script(&quot;jquery-effects-highlight&quot;);
	wp_enqueue_script(&quot;thickbox&quot;);
	wp_enqueue_style(&quot;thickbox&quot;);
	wp_enqueue_script(&quot;jscolor&quot;, EASY_FIELDS_URL . &quot;jscolor/jscolor.js&quot;); // color picker for type color
//	wp_enqueue_script(&quot;date&quot;, EASY_FIELDS_URL . &quot;datepicker/date.js&quot;); // date picker for type date
//	wp_enqueue_script(&quot;jquery-datepicker&quot;, EASY_FIELDS_URL . &quot;datepicker/jquery.datePicker.js&quot;); // date picker for type date
//	wp_enqueue_style(&#039;jquery-datepicker&#039;, EASY_FIELDS_URL.&#039;datepicker/datePicker.css&#039;, false, EASY_FIELDS_VERSION);
    wp_enqueue_style(&quot;jquery-ui-theme&quot;,&quot;https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery.ui.theme.css&quot;);
    wp_enqueue_style(&quot;jquery-ui-datepicker&quot;,&quot;https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery.ui.datepicker.css&quot;);

script.js
- $(&#039;input.simple-fields-field-type-date&#039;).datePicker(simple_fields_datepicker_args);
+ $(&#039;input.simple-fields-field-type-date&#039;).datepicker(simple_fields_datepicker_args);</description>
		<content:encoded><![CDATA[<p>datepicker didn&#8217;t work in 3.3.2 but after those changes it did for me..</p>
<p>simple_fields.php:<br />
	wp_enqueue_script(&#8221;jquery&#8221;);<br />
	wp_enqueue_script(&#8221;jquery-ui-core&#8221;);<br />
    wp_enqueue_script(&#8221;jquery-ui-sortable&#8221;);<br />
    wp_enqueue_script(&#8221;jquery-ui-datepicker&#8221;);<br />
    wp_enqueue_script(&#8221;jquery-ui-datepicker-sv&#8221;,&#8221;http://jquery-ui.googlecode.com/svn/trunk/ui/i18n/jquery.ui.datepicker-sv.js&#8221;);<br />
	wp_enqueue_script(&#8221;jquery-effects-highlight&#8221;);<br />
	wp_enqueue_script(&#8221;thickbox&#8221;);<br />
	wp_enqueue_style(&#8221;thickbox&#8221;);<br />
	wp_enqueue_script(&#8221;jscolor&#8221;, EASY_FIELDS_URL . &#8221;jscolor/jscolor.js&#8221;); // color picker for type color<br />
//	wp_enqueue_script(&#8221;date&#8221;, EASY_FIELDS_URL . &#8221;datepicker/date.js&#8221;); // date picker for type date<br />
//	wp_enqueue_script(&#8221;jquery-datepicker&#8221;, EASY_FIELDS_URL . &#8221;datepicker/jquery.datePicker.js&#8221;); // date picker for type date<br />
//	wp_enqueue_style(&#8216;jquery-datepicker&#8217;, EASY_FIELDS_URL.&#8217;datepicker/datePicker.css&#8217;, false, EASY_FIELDS_VERSION);<br />
    wp_enqueue_style(&#8221;jquery-ui-theme&#8221;,&#8221;https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery.ui.theme.css&#8221;);<br />
    wp_enqueue_style(&#8221;jquery-ui-datepicker&#8221;,&#8221;https://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery.ui.datepicker.css&#8221;);</p>
<p>script.js<br />
- $(&#8216;input.simple-fields-field-type-date&#8217;).datePicker(simple_fields_datepicker_args);<br />
+ $(&#8216;input.simple-fields-field-type-date&#8217;).datepicker(simple_fields_datepicker_args);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: belak</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-87862</link>
		<dc:creator>belak</dc:creator>
		<pubDate>Mon, 13 Feb 2012 16:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-87862</guid>
		<description>Hello,

Thank you kindly for this wonderful plugin. I stopped using it when I upgraded to 3.3.1 but now see you have an update. I installed the update but when I try to +Add field it jumps to the top of the page and doesn&#039;t do anything. It reacts like an anchor link. 

If anyone knows a fix please please share. Thank you again.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thank you kindly for this wonderful plugin. I stopped using it when I upgraded to 3.3.1 but now see you have an update. I installed the update but when I try to +Add field it jumps to the top of the page and doesn&#8217;t do anything. It reacts like an anchor link. </p>
<p>If anyone knows a fix please please share. Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Kamran</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-87357</link>
		<dc:creator>Kamran</dc:creator>
		<pubDate>Sat, 04 Feb 2012 02:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-87357</guid>
		<description>I cannot open any of the tabs in my post page .. I just upgraded to WP 3.3.1 Is there something I need to do? Is there a update avail for this plugin?</description>
		<content:encoded><![CDATA[<p>I cannot open any of the tabs in my post page .. I just upgraded to WP 3.3.1 Is there something I need to do? Is there a update avail for this plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Caroline</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-85953</link>
		<dc:creator>Caroline</dc:creator>
		<pubDate>Tue, 10 Jan 2012 16:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-85953</guid>
		<description>This fix doesnt work for me - I still have the same problem :(</description>
		<content:encoded><![CDATA[<p>This fix doesnt work for me &#8211; I still have the same problem <img src='http://eskapism.se/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Dan S</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83483</link>
		<dc:creator>Dan S</dc:creator>
		<pubDate>Fri, 16 Dec 2011 14:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83483</guid>
		<description>Thanks for this. At first it seemed like it solved the issue, as the &quot;Select&quot; button was back.

But now, when I try to select a picture it first opens the media lightbox as a new page (at not as a lightbox at all). When I navigate to a picture and click &quot;Select&quot; I get a blank white page...

Anybody else having this issue?</description>
		<content:encoded><![CDATA[<p>Thanks for this. At first it seemed like it solved the issue, as the &#8221;Select&#8221; button was back.</p>
<p>But now, when I try to select a picture it first opens the media lightbox as a new page (at not as a lightbox at all). When I navigate to a picture and click &#8221;Select&#8221; I get a blank white page&#8230;</p>
<p>Anybody else having this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Charlie</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83384</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Wed, 14 Dec 2011 18:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83384</guid>
		<description>Hey Dan,

I think I fixed it by adding this code to the top of the Simple Fields plugin&#039;s &quot;functions_posts.php&quot; file:

add_filter( &#039;get_media_item_args&#039;, &#039;force_send&#039; );
function force_send($args) {
	$args[&#039;send&#039;] = true;
	return $args;
}

If the code gets stripped out of this reply, just look at the code I posted the Wordpress support forum:

http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library</description>
		<content:encoded><![CDATA[<p>Hey Dan,</p>
<p>I think I fixed it by adding this code to the top of the Simple Fields plugin&#8217;s &#8221;functions_posts.php&#8221; file:</p>
<p>add_filter( &#8216;get_media_item_args&#8217;, &#8216;force_send&#8217; );<br />
function force_send($args) {<br />
	$args['send'] = true;<br />
	return $args;<br />
}</p>
<p>If the code gets stripped out of this reply, just look at the code I posted the WordPress support forum:</p>
<p><a href="http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library" rel="nofollow">http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Dan S</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83359</link>
		<dc:creator>Dan S</dc:creator>
		<pubDate>Wed, 14 Dec 2011 09:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83359</guid>
		<description>Yeah, that&#039;s it!

//Dan</description>
		<content:encoded><![CDATA[<p>Yeah, that&#8217;s it!</p>
<p>//Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Charlie</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83333</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Wed, 14 Dec 2011 02:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83333</guid>
		<description>Dan,

I think I&#039;m seeing the same thing.  I&#039;ve posted a bug report on the Wordpress support forums, too, along with a link to a screen grab:

http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library

Is that what you&#039;re seeing?

charlie</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>I think I&#8217;m seeing the same thing.  I&#8217;ve posted a bug report on the WordPress support forums, too, along with a link to a screen grab:</p>
<p><a href="http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library" rel="nofollow">http://wordpress.org/support/topic/plugin-simple-fields-cant-select-images-from-library</a></p>
<p>Is that what you&#8217;re seeing?</p>
<p>charlie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Dan S</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83288</link>
		<dc:creator>Dan S</dc:creator>
		<pubDate>Tue, 13 Dec 2011 11:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83288</guid>
		<description>Love your plugin and use it on almost every website I build!

However, there seems to be some problem that might be related to version 3.3 of WordPress:

I have a Field Group with a &quot;File&quot; type field. But when I&#039;m trying to select a file from the Media Library the button to &quot;Select Image&quot; doesn&#039;t show?

Thanks in advance!

//Dan</description>
		<content:encoded><![CDATA[<p>Love your plugin and use it on almost every website I build!</p>
<p>However, there seems to be some problem that might be related to version 3.3 of WordPress:</p>
<p>I have a Field Group with a &#8221;File&#8221; type field. But when I&#8217;m trying to select a file from the Media Library the button to &#8221;Select Image&#8221; doesn&#8217;t show?</p>
<p>Thanks in advance!</p>
<p>//Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Av: Niklas</title>
		<link>http://eskapism.se/code-playground/simple-fields/comment-page-2/#comment-83113</link>
		<dc:creator>Niklas</dc:creator>
		<pubDate>Sat, 10 Dec 2011 09:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://eskapism.se/?page_id=1879#comment-83113</guid>
		<description>Hello is it possible to get the search results in xml (because i need the response data in xml as well) 
I&#039;m going to hire someone to code an app, and he wrote.
&quot;But I will need a web service that will provide response based on the search query request from mobile. Response data can be either in xml or json.&quot;</description>
		<content:encoded><![CDATA[<p>Hello is it possible to get the search results in xml (because i need the response data in xml as well)<br />
I&#8217;m going to hire someone to code an app, and he wrote.<br />
&#8221;But I will need a web service that will provide response based on the search query request from mobile. Response data can be either in xml or json.&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: basic (User agent is rejected)
Database Caching 7/21 queries in 0.024 seconds using disk: basic
Object Caching 649/657 objects using disk: basic

Served from: eskapism.se @ 2012-05-23 16:11:23 -->
