<?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>Simple Realty Themes &#38; Plugins for Wordpress</title>
	<atom:link href="http://simplerealtytheme.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplerealtytheme.com</link>
	<description></description>
	<lastBuildDate>Mon, 29 Apr 2013 01:20:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Update: PullOuts – Stand-Alone jQuery Script v.1.2</title>
		<link>http://simplerealtytheme.com/blog/2012/12/16/update-pullouts-stand-alone-jquery-script-v-1-2/</link>
		<comments>http://simplerealtytheme.com/blog/2012/12/16/update-pullouts-stand-alone-jquery-script-v-1-2/#comments</comments>
		<pubDate>Sun, 16 Dec 2012 19:31:06 +0000</pubDate>
		<dc:creator>SimpleRealty</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://simplerealtytheme.com/?p=617</guid>
		<description><![CDATA[New version 1.2 of PullOuts jQuery plugin is now available at CodeCanyon.net. Most recent changes include: Fixed: Icon was not being reflected in the Code Generator after importing widget settings. New: option to turn PullOuts on/off for mobile devices. Improvement: added HTML Demo into the package, which can be used as a setup example.]]></description>
			<content:encoded><![CDATA[<p>New version 1.2 of <a href="http://simplerealtytheme.com/wp-content/scripts/pullouts/">PullOuts jQuery plugin</a> is now available at <a title="PullOuts jQuery Plugin at CodeCanyon.net" href="http://codecanyon.net/item/pullouts-jquery-slideout-widgets/2680810" target="_blank">CodeCanyon.net</a>.</p>
<p>Most recent changes include:</p>
<ul>
<li>
<div>Fixed: Icon was not being reflected in the Code Generator after importing widget settings.</div>
</li>
<li>
<div>New: option to turn PullOuts on/off for mobile devices.</div>
</li>
<li>
<div>Improvement: added HTML Demo into the package, which can be used as a setup example.</div>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://simplerealtytheme.com/blog/2012/12/16/update-pullouts-stand-alone-jquery-script-v-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: PullOut Widgets v.2.6</title>
		<link>http://simplerealtytheme.com/blog/2012/12/15/update-pullout-widgets-v-2-6/</link>
		<comments>http://simplerealtytheme.com/blog/2012/12/15/update-pullout-widgets-v-2-6/#comments</comments>
		<pubDate>Sat, 15 Dec 2012 02:08:21 +0000</pubDate>
		<dc:creator>SimpleRealty</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://simplerealtytheme.com/?p=615</guid>
		<description><![CDATA[New version 2.6 of PullOut Widgets is now available for download at CodeCanyon. The following changes were made: Fixed: compatibility issue with WP3.5 Fixed: cookie wasn&#8217;t read correctly. New: POW_OFF setting in pullouts.php &#8211; allows to turn off the plugin for mobile devices (phones, tablets or all mobile devices). By default turns off plugin for phones [...]]]></description>
			<content:encoded><![CDATA[<p>New version 2.6 of <a title="PullOut Widgets" href="http://simplerealtytheme.com/plugins/pullout-widgets/">PullOut Widgets</a> is now available for download at <a href="http://simplerealtytheme.com/go/pullout-widgets-buy/">CodeCanyon</a>.</p>
<p>The following changes were made:</p>
<ul>
<li>Fixed: compatibility issue with WP3.5</li>
<li>Fixed: cookie wasn&#8217;t read correctly.</li>
<li>New: POW_OFF setting in pullouts.php &#8211; allows to turn off the plugin for mobile devices (phones, tablets or all mobile devices). By default turns off plugin for phones only.</li>
</ul>
<p><strong>Let me explain how to turn on/off PullOut Widgets on mobile devices:</strong></p>
<p>As mentioned in the changelog, pullout widgets will not be displayed  on mobile phones by default. To change this option, simply edit pullouts.php file. Find definition of POW_OFF at the top of the code &#8211; it will look like this:</p>
<pre>

define('POW_OFF', 'phone');
</pre>
<p>To turn off for tablets, change it to:</p>
<pre>

define('POW_OFF', 'tablet');
</pre>
<p>To turn off for all mobile devices, change it to:</p>
<pre>

define('POW_OFF', 'mobile');
</pre>
<p>To display pullout widgets on all device, change it to:</p>
<pre>

define('POW_OFF', false);
</pre>
]]></content:encoded>
			<wfw:commentRss>http://simplerealtytheme.com/blog/2012/12/15/update-pullout-widgets-v-2-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: PullOut Widgets v.2.5</title>
		<link>http://simplerealtytheme.com/blog/2012/08/17/update-pullout-widgets-v-2-5/</link>
		<comments>http://simplerealtytheme.com/blog/2012/08/17/update-pullout-widgets-v-2-5/#comments</comments>
		<pubDate>Fri, 17 Aug 2012 02:17:00 +0000</pubDate>
		<dc:creator>SimpleRealty</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://simplerealtytheme.com/?p=613</guid>
		<description><![CDATA[New version 2.5 of PullOut Widgets is now available for download at CodeCanyon.]]></description>
			<content:encoded><![CDATA[<p>New version 2.5 of <a title="PullOut Widgets" href="http://simplerealtytheme.com/plugins/pullout-widgets/">PullOut Widgets</a> is now available for download at <a href="http://simplerealtytheme.com/go/pullout-widgets-buy/">CodeCanyon</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplerealtytheme.com/blog/2012/08/17/update-pullout-widgets-v-2-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Product Release: PullOuts &#8211; Stand-Alone jQuery Script</title>
		<link>http://simplerealtytheme.com/blog/2012/07/19/pullouts-release/</link>
		<comments>http://simplerealtytheme.com/blog/2012/07/19/pullouts-release/#comments</comments>
		<pubDate>Thu, 19 Jul 2012 15:01:00 +0000</pubDate>
		<dc:creator>SimpleRealty</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[new product release]]></category>

		<guid isPermaLink="false">http://simplerealtytheme.com/?p=607</guid>
		<description><![CDATA[After many requests for a stand-alone version of PullOut Widgets plugin for WordPress, new product &#8211; &#8220;PullOuts&#8221; has been released. This is a jQuery based script, which can be added to any website and function independently from your platform, whether it&#8217;s a WordPress, Joomla, Drupal, Django or any other CMS, dynamic or static website. This [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-608" title="PullOuts" src="http://simplerealtytheme.com/wp-content/uploads/2012/07/pullouts-preview-image.jpg" alt="" width="590" height="300" /></p>
<p>After many requests for a stand-alone version of PullOut Widgets plugin for WordPress, new product &#8211; &#8220;<a title="PullOuts - Stand-Alone jQuery Script" href="http://simplerealtytheme.com/wp-content/scripts/pullouts/">PullOuts</a>&#8221; has been released. This is a jQuery based script, which can be added to any website and function independently from your platform, whether it&#8217;s a WordPress, Joomla, Drupal, Django or any other CMS, dynamic or static website. This script has exactly the same features and setup as a WP plugin. PullOuts is available for only $9 and can be purchased at <a title="Buy PullOuts Script" href="http://simplerealtytheme.com/go/buy-pullouts/ ">CodeCanyon.net</a>.</p>
<p>Checkout my static <a title="PullOuts - Stand-alone jQuery Script" href="http://simplerealtytheme.com/wp-content/scripts/pullouts/">demonstration page</a> for more information and examples.</p>
<p class="button-center"><a href='http://simplerealtytheme.com/go/buy-pullouts/' class='big-button biggreen' target="_blank"><span>Buy PullOuts for $9</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://simplerealtytheme.com/blog/2012/07/19/pullouts-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: PullOut Widgets v.2.4</title>
		<link>http://simplerealtytheme.com/blog/2012/07/19/update-pullout-widgets-v-2-4/</link>
		<comments>http://simplerealtytheme.com/blog/2012/07/19/update-pullout-widgets-v-2-4/#comments</comments>
		<pubDate>Thu, 19 Jul 2012 14:31:22 +0000</pubDate>
		<dc:creator>SimpleRealty</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://simplerealtytheme.com/?p=601</guid>
		<description><![CDATA[New update v.2.4 for PullOut Widgets was released last night. It&#8217;s available for download at CodeCanyon. The update includes minor JavaScript compatibility fix for Internet Explorer 7 and 8.]]></description>
			<content:encoded><![CDATA[<p>New update v.2.4 for <a title="PullOut Widgets" href="http://simplerealtytheme.com/plugins/pullout-widgets/">PullOut Widgets</a> was released last night. It&#8217;s available for download at <a href="http://simplerealtytheme.com/go/pullout-widgets-buy/">CodeCanyon</a>. The update includes minor JavaScript compatibility fix for Internet Explorer 7 and 8.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplerealtytheme.com/blog/2012/07/19/update-pullout-widgets-v-2-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: PullOut Widgets v.2.2</title>
		<link>http://simplerealtytheme.com/blog/2012/06/24/update-pullout-widgets-v-2-2/</link>
		<comments>http://simplerealtytheme.com/blog/2012/06/24/update-pullout-widgets-v-2-2/#comments</comments>
		<pubDate>Sun, 24 Jun 2012 15:34:35 +0000</pubDate>
		<dc:creator>SimpleRealty</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://simplerealtytheme.com/?p=600</guid>
		<description><![CDATA[Another minor update for PullOut Widgets plugin has been released this morning. The new update is tagged as version 2.2 and currently available at CodeCanyon. It includes following bug fixes: - Fixed: pullout ID wasn&#8217;t saved in pullout JS vars when used with ATW plugin. - Fixed: pullout JS vars were output multiple times on [...]]]></description>
			<content:encoded><![CDATA[<p>Another minor update for <a title="PullOut Widgets" href="http://simplerealtytheme.com/plugins/pullout-widgets/">PullOut Widgets plugin</a> has been released this morning. The new update is tagged as version 2.2 and currently available at <a href="http://simplerealtytheme.com/go/pullout-widgets-buy/">CodeCanyon</a>. It includes following bug fixes:</p>
<p>- Fixed: pullout ID wasn&#8217;t saved in pullout JS vars when used with ATW plugin.<br />
- Fixed: pullout JS vars were output multiple times on the page.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplerealtytheme.com/blog/2012/06/24/update-pullout-widgets-v-2-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: PullOut Widgets v.2.1</title>
		<link>http://simplerealtytheme.com/blog/2012/06/17/update-pullout-widgets-v-2-1/</link>
		<comments>http://simplerealtytheme.com/blog/2012/06/17/update-pullout-widgets-v-2-1/#comments</comments>
		<pubDate>Sun, 17 Jun 2012 17:32:25 +0000</pubDate>
		<dc:creator>SimpleRealty</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://simplerealtytheme.com/?p=596</guid>
		<description><![CDATA[PullOut Widgets v.2.1 is now available. Existing CodeCanyon customers can download latest version of the plugin from their CodeCanyon accounts under Downloads section. This is minor update from version 2.0 contains only improvements and bug fixes. No new features were added. Improvement: in some themes JS parameters of pullouts were not included into the footer. [...]]]></description>
			<content:encoded><![CDATA[<p><a title="PullOut Widgets" href="http://simplerealtytheme.com/plugins/pullout-widgets/">PullOut Widgets</a> v.2.1 is now available. Existing CodeCanyon customers can download latest version of the plugin from their <a href="http://simplerealtytheme.com/go/pullout-widgets-buy/">CodeCanyon</a> accounts under Downloads section.</p>
<p>This is minor update from version 2.0 contains only improvements and bug fixes. No new features were added.</p>
<ul>
<li>Improvement: in some themes JS parameters of pullouts were not included into the footer. Moving wp_localize_script() function form footer solves this issue. This also eliminates dependency on wp_footer() completely.</li>
<li>Imporovement: IE9 support for vertical tabs.</li>
<li>Fixed: Widgets with vertical tabs were invisible in Opera browsers.</li>
<li>Fixed: Minor PHP notices.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://simplerealtytheme.com/blog/2012/06/17/update-pullout-widgets-v-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: Advanced Text Widget PRO v.2.1.2</title>
		<link>http://simplerealtytheme.com/blog/2012/06/17/update-advanced-text-widget-pro-v-2-1-2/</link>
		<comments>http://simplerealtytheme.com/blog/2012/06/17/update-advanced-text-widget-pro-v-2-1-2/#comments</comments>
		<pubDate>Sun, 17 Jun 2012 17:19:26 +0000</pubDate>
		<dc:creator>SimpleRealty</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://simplerealtytheme.com/?p=594</guid>
		<description><![CDATA[New minor update v.2.1.2 for Advanced Text Widget PRO is now available at CodeCanyon.net. Version 2.1.2 does not contain any new features, only compatibility update for WordPress 3.4 and code clean up to remove PHP notices. Existing CodeCanyon customers can always download the latest version of the plugin from their CodeCanyon accounts under Downloads section.]]></description>
			<content:encoded><![CDATA[<p>New minor update v.2.1.2 for <a title="Advanced Text Widget Pro" href="http://simplerealtytheme.com/plugins/atw-pro/">Advanced Text Widget PRO</a> is now available at <a href="http://codecanyon.net/item/advanced-text-widget-pro/1256755">CodeCanyon.net</a>.</p>
<p>Version 2.1.2 does not contain any new features, only compatibility update for WordPress 3.4 and code clean up to remove PHP notices.</p>
<p>Existing CodeCanyon customers can always download the latest version of the plugin from their CodeCanyon accounts under Downloads section.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplerealtytheme.com/blog/2012/06/17/update-advanced-text-widget-pro-v-2-1-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
