<?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>Dave Dirt&#039;s Kustom Web Design</title>
	<atom:link href="http://www.davedirt.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davedirt.net</link>
	<description></description>
	<lastBuildDate>Sun, 10 Mar 2013 08:59:10 +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>Use WordPress Shortcode on WP Online Store</title>
		<link>http://www.davedirt.net/2013/03/10/use-wordpress-shortcode-on-wp-online-store/</link>
		<comments>http://www.davedirt.net/2013/03/10/use-wordpress-shortcode-on-wp-online-store/#comments</comments>
		<pubDate>Sun, 10 Mar 2013 08:59:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.davedirt.net/?p=112</guid>
		<description><![CDATA[I am using the WP Online Store Plugin within a custom theme built using the awesome blank canvas Handcrafted WP Theme. Basically you just create a page in WordPress and add the shortcode [WP_online_store]. This creates your entire store within one page. The WP Online Store is a great plugin (and free!), but it does [...]]]></description>
				<content:encoded><![CDATA[<p>I am using the <a href="http://www.wponlinestore.com/" title="WP Online Store" target="_blank">WP Online Store Plugin</a> within a custom theme built using the awesome blank canvas <a href="http://randyjensenonline.com/thoughts/handcrafted-wp-starter-theme/" title="Handcrafted WP Theme" target="_blank">Handcrafted WP Theme</a>. Basically you just create a page in WordPress and add the shortcode [WP_online_store]. This creates your entire store within one page. The WP Online Store is a great plugin (and free!), but it does have certain constraints. Other than the CSS, the rest of the plugin is quite difficult to customize. There are what seems like hundreds if PHP pages to sift through in order to customize the plugin more completely. </p>
<p>The problem I ran into was while trying to utilize a great responsive slider plugin, <a href="http://wordpress.org/extend/plugins/camera-slideshow/" title="Camera Slideshow" target="_blank">Camera Slideshow</a>. This plugin creates awesome, responsive sliders that are totally customizable but I couldn&#8217;t get the shortcode to work with WP Online Store. I&#8217;m not 100% sure, but I believe the scripts weren&#8217;t loading for whatever reason. After a long frustrating night searching Google and lots of trial and error, I was finally successful! Here&#8217;s what worked for me:</p>
<p>I wanted the Camera Slideshow to appear on the home page of my WP Online Store. First I had to hard code the shortcode into my template_top.php file like this<br />
<code><?php echo do_shortcode('[camera slideshow="my-slideshow"]'); ?></code></p>
<p>This shortcode alone will not work. I found <a href="https://groups.google.com/forum/?fromgroups=#!topic/camera-for-wordpress/3DLqUYvCUPA">this solution</a> during my lengthy Google search:<br />
<code> <?php </p>
<p>global $plugindir;<br />
wp_enqueue_style('camera-css-front', $plugindir.'css/camera_front.css', false, '1.0', 'all');<br />
wp_enqueue_style('camera-css-colorbox', $plugindir.'css/colorBox'.camera_get_option('camera_colorbox_skin').'/colorbox.css', false, '1.0', 'all');</p>
<p>wp_enqueue_script('jquery-pix');<br />
wp_enqueue_script('swfobject');<br />
wp_enqueue_script('jquery-hoverIntent');<br />
wp_enqueue_script('jquery-easing');<br />
if(camera_get_option('camera_colorbox')=='true') {<br />
wp_enqueue_script('camera-colorbox'); </p>
<p>} </p>
<p>if(camera_detectMobile() &#038;&#038;<br />
camera_get_option('camera_jquerymobile')=='true') {<br />
wp_enqueue_script('camera-jquery-mobile');<br />
} </p>
<p>wp_enqueue_script('camera-slide');<br />
wp_enqueue_script('camera-init');<br />
?> </code></p>
<p>The Slider will now appear but you MUST manually add a link to the Camera Slideshow CSS file in the <head> section of your themes header.php file. Mine looked something like this:
<link rel="stylesheet" href="/wp-content/plugins/camera-slideshow/css/camera_front.css" />
]]></content:encoded>
			<wfw:commentRss>http://www.davedirt.net/2013/03/10/use-wordpress-shortcode-on-wp-online-store/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toadlick Music Festival</title>
		<link>http://www.davedirt.net/2013/02/01/toadlick-music-festival/</link>
		<comments>http://www.davedirt.net/2013/02/01/toadlick-music-festival/#comments</comments>
		<pubDate>Fri, 01 Feb 2013 05:48:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.davedirt.net/?p=95</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.davedirt.net/wp-content/uploads/2013/02/toadlick.jpg" alt="Toadlick Music Festival" width="600" height="286" class="alignleft size-full wp-image-97" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davedirt.net/2013/02/01/toadlick-music-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Port City Motors</title>
		<link>http://www.davedirt.net/2013/02/01/port-city-motors/</link>
		<comments>http://www.davedirt.net/2013/02/01/port-city-motors/#comments</comments>
		<pubDate>Fri, 01 Feb 2013 05:08:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.davedirt.net/?p=90</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-101" alt="Port City Motors" src="http://www.davedirt.net/wp-content/uploads/2013/02/portcitymotors.jpg" width="600" height="286" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davedirt.net/2013/02/01/port-city-motors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portfoilio</title>
		<link>http://www.davedirt.net/2012/01/04/hello-world/</link>
		<comments>http://www.davedirt.net/2012/01/04/hello-world/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 00:54:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.davedirt.net/?p=1</guid>
		<description><![CDATA[COMING SOON! Working hard so you don&#8217;t have to!]]></description>
				<content:encoded><![CDATA[<h1>COMING SOON!</h1>
<p>Working hard so you don&#8217;t have to!</p>
<p><img src="http://www.davedirt.net/wp-content/uploads/2012/07/strongman-lg.png" alt="" title="strongman-lg" width="534" height="553" class="alignright size-full wp-image-71" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davedirt.net/2012/01/04/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
