<?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>Free Stuff Archives - Ideas and Pixels</title>
	<atom:link href="https://www.ideasandpixels.com/articles/category/free-stuff/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ideasandpixels.com/articles/category/free-stuff/</link>
	<description>The Best Cincinnati Web Design Agency</description>
	<lastBuildDate>Thu, 21 Jun 2018 23:12:56 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Elementor: How To Make A Column or Section A Link</title>
		<link>https://www.ideasandpixels.com/articles/elementor-how-to-make-a-column-or-section-a-link/</link>
					<comments>https://www.ideasandpixels.com/articles/elementor-how-to-make-a-column-or-section-a-link/#respond</comments>
		
		<dc:creator><![CDATA[ideasandpixels]]></dc:creator>
		<pubDate>Thu, 21 Jun 2018 23:12:56 +0000</pubDate>
				<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Programming Tips]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<guid isPermaLink="false">https://ideasandpixels.com/?p=2825</guid>

					<description><![CDATA[<p>Elementor can do some wonderful things, but there are a few places where it still falls short. As a quicktip, I wanted to share how to make an entire column...</p>
<p>The post <a href="https://www.ideasandpixels.com/articles/elementor-how-to-make-a-column-or-section-a-link/">Elementor: How To Make A Column or Section A Link</a> appeared first on <a href="https://www.ideasandpixels.com">Ideas and Pixels</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Elementor can do some wonderful things, but there are a few places where it still falls short. As a quicktip, I wanted to share how to make an entire column or section in Elementor for WordPress clickable. It&#8217;s as easy as three lines of code!</p>
<p>Here&#8217;s an easy jQuery fix for anyone having trouble making columns or sections links. Just give your column a class of &#8220;click-child&#8221;, then add this code:</p>
<p><code>jQuery(document).ready(function() { jQuery("body").on("click", ".click-child", function() { var href = jQuery(this).find("a").attr('href'); window.location = href; }); });</code></p>
<p>It&#8217;s really that easy. Be sure to include jQuery on your site prior to enqueueing this code to avoid errors.</p>
<p>The post <a href="https://www.ideasandpixels.com/articles/elementor-how-to-make-a-column-or-section-a-link/">Elementor: How To Make A Column or Section A Link</a> appeared first on <a href="https://www.ideasandpixels.com">Ideas and Pixels</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ideasandpixels.com/articles/elementor-how-to-make-a-column-or-section-a-link/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Elementor Template Element: Basically get_template_part() As An Elementor Widget</title>
		<link>https://www.ideasandpixels.com/articles/elementor-template-element-theme-widget/</link>
					<comments>https://www.ideasandpixels.com/articles/elementor-template-element-theme-widget/#respond</comments>
		
		<dc:creator><![CDATA[Allen Gingrich]]></dc:creator>
		<pubDate>Sat, 17 Mar 2018 17:39:44 +0000</pubDate>
				<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<guid isPermaLink="false">https://ideasandpixels.com/?p=2817</guid>

					<description><![CDATA[<p>I&#8217;ve recently picked up Elementor after watching from the sidelines for the last two years. This page builder, which once was lost in a crowd, has found itself, and in...</p>
<p>The post <a href="https://www.ideasandpixels.com/articles/elementor-template-element-theme-widget/">Elementor Template Element: Basically get_template_part() As An Elementor Widget</a> appeared first on <a href="https://www.ideasandpixels.com">Ideas and Pixels</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve recently picked up Elementor after watching from the sidelines for the last two years. This page builder, which once was lost in a crowd, has found itself, and in my opinion, is approaching top status, in terms of overtaking Visual Composer (what do they call it now?)</p>
<p>I did find a few features lacking though. Things that should probably be built in are still missing, but hey, I&#8217;m sure they&#8217;ll get to it eventually. I guess I could get off my ass and contribute, as well.</p>
<p>Here&#8217;s my contribution. A simple plugin that allows you to select a theme template file from an Elementor widget and embed it in your Elementor document. I think it&#8217;s best to stay in Elementor the whole time, if possible, but there are some instances when it really slows you down (for more complex sections). This allows you to bypass that and develop the good old fashioned way. Enjoy!</p>
<p><a href="https://ideasandpixels.com/wp-content/uploads/2018/03/elementor-template-widget.zip">Click here to download Elementor Template Element</a></p>
<p>The post <a href="https://www.ideasandpixels.com/articles/elementor-template-element-theme-widget/">Elementor Template Element: Basically get_template_part() As An Elementor Widget</a> appeared first on <a href="https://www.ideasandpixels.com">Ideas and Pixels</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ideasandpixels.com/articles/elementor-template-element-theme-widget/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Free Person Holding Blank Business Card Download</title>
		<link>https://www.ideasandpixels.com/articles/man-holding-a-blank-business-card-free-download/</link>
					<comments>https://www.ideasandpixels.com/articles/man-holding-a-blank-business-card-free-download/#comments</comments>
		
		<dc:creator><![CDATA[Matt Valvano]]></dc:creator>
		<pubDate>Sun, 02 Feb 2014 17:41:00 +0000</pubDate>
				<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<guid isPermaLink="false">http://ideasandpixels.com/?p=2053</guid>

					<description><![CDATA[<p>Today is Superbowl Sunday and go figure, I am working on a new Social Media campaign! Here in the office we have been exploring new outlets to gain interacting followers...</p>
<p>The post <a href="https://www.ideasandpixels.com/articles/man-holding-a-blank-business-card-free-download/">Free Person Holding Blank Business Card Download</a> appeared first on <a href="https://www.ideasandpixels.com">Ideas and Pixels</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Today is Superbowl Sunday and go figure, I am working on a new Social Media campaign! Here in the office we have been exploring new outlets to gain interacting followers with Social Media, and we forgot the most important client. Ideas and Pixels!</p>
<p>We needed a way to intrigue <strong>business owners</strong> to become our core group of social media followers. Then it struck me! Even though it was Superbowl Sunday, drinking can wait — I just conceptualized our new Social Media campaign!</p>
<h2>Our New Social Media Business Campaign Giveaway</h2>
<p><a href="http://ideasandpixels.com/wp-content/uploads/2014/02/instagram-bcard-giveaway.jpg"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-2057" alt="Business Card Social Media Giveaway Campaign" src="http://ideasandpixels.com/wp-content/uploads/2014/02/instagram-bcard-giveaway.jpg" width="612" height="612" srcset="https://www.ideasandpixels.com/wp-content/uploads/2014/02/instagram-bcard-giveaway.jpg 612w, https://www.ideasandpixels.com/wp-content/uploads/2014/02/instagram-bcard-giveaway-150x150.jpg 150w, https://www.ideasandpixels.com/wp-content/uploads/2014/02/instagram-bcard-giveaway-300x300.jpg 300w" sizes="(max-width: 612px) 100vw, 612px" /></a></p>
<p><strong>Our new Social Media campaign involves giving away print collateral for FREE!</strong> We would love to run offer more giveaways for your business that could include: indoor/outdoor print banners, window stickers, flyers, card-stock/vinyl posters and so on. Considering this is Ideas and Pixels first Social Media campaign attempt, we are starting small by giving away 500 Premium Free Business Cards. If this campaign takes off you can be sure that we will offer larger prints, like our $850 vinyl indoor/outdoor banners!</p>
<p><center></p>
<h3 style="margin-bottom: 0px !important;">Follow Our Social Media Outlets For Your Chance To Win!</h3>
<ul class="footer-menu-right-ad">
<li><a class="footer-icons twitter" href="https://twitter.com/IdeasandPixels" target="_blank"><img decoding="async" title="Follow Ideas and Pixels on Twitter" alt="Ideas and Pixels Twitter Page" src="http://ideasandpixels.com/wp-content/themes/ip/images/Twitter.png" /></a></li>
<li><a class="footer-icons facebook" href="https://www.facebook.com/ideasandpixels" target="_blank"><img decoding="async" title="Follow Ideas and Pixels on Facebook" alt="Ideas and Pixels Facebook Page" src="http://ideasandpixels.com/wp-content/themes/ip/images/Facebook.png" /></a></li>
<li><a class="footer-icons googleplus" href="http://gplus.to/ideasandpixels" target="_blank"><img decoding="async" title="Follow Ideas and Pixels on  Google Plus" alt="Ideas and Pixels Google Plus" src="http://ideasandpixels.com/wp-content/themes/ip/images/Google +.png" /></a></li>
<li><a class="footer-icons pinterest" href="http://pinterest.com/ideasandpixels/" target="_blank"><img decoding="async" title="Follow Ideas and Pixels on Pinterest" alt="Ideas and Pixels on Pinterest" src="http://ideasandpixels.com/wp-content/themes/ip/images/Pinterest.png" /></a></li>
<li><a class="footer-icons stumbleupon" href="http://www.stumbleupon.com/stumbler/ideasandpixels/likes" target="_blank"><img decoding="async" title="Follow Ideas and Pixels on StumbleUpon" alt="Ideas and Pixels StumbleUpon Page" src="http://ideasandpixels.com/wp-content/themes/ip/images/StumbleUpon.png" /></a></li>
<li><a class="footer-icons linkedin" href="http://www.linkedin.com/company/2573627?trk=tyah" target="_blank"><img decoding="async" title="Follow Ideas and Pixels on LinkedIn" alt="Ideas and Pixels on LinkedIn" src="http://ideasandpixels.com/wp-content/themes/ip/images/LinkedIn.png" /></a></li>
<li><a class="footer-icons instagram" href="http://instagram.com/ideasandpixels" target="_blank"><img decoding="async" title="Follow Ideas and Pixels on Instagram" alt="Ideas and Pixels on Instagram" src="http://ideasandpixels.com/wp-content/themes/ip/images/instagram.png" /></a></li>
</ul>
<p>&nbsp;</p>
<p></center></p>
<p>Now with our new campaign running and how excited I am to watch the Superbowl, well actually to start drinking, here are all of the files I used to make this campaign! Feel free to use as you please, build your own marketing campaign or use on your website website — Heck here is the actual Photoshop file I designed!</p>
<p><center></p>
<h3>Free Downloads &#8211; Man Holding A Blank Business Card</h3>
<div id="share-container"><center></p>
<h3 class="widget-title">TWEET FOR THE DOWNLOAD LINK</h3>
[l2g name=&#8221;Man-Holding-Blank-Business-Card&#8221; id=&#8221;2071&#8243;]
<p></center></div>
<p></center></p>
<h3>What You Will Get From This Free Download</h3>
<ul>
<li>Two RAW photos of a guy holding a business card (AKA Myself)</li>
<li>A man holding a blank business card free</li>
<li>PSD File of a man holding a blank business card and this social media campaign files!</li>
</ul>
<h3>Resource Links</h3>
<p>Special thanks to <strong>Veodesign</strong> for designing some incredible simple Social Media icons for our campaign. Want to use the icons as we have? <a href="http://veodesign.com" target="_blank" rel="nofollow">Visit his website by clicking here!</a></p>
<p>Even more thanks to <strong>wpLike2Get</strong> for building a simple sharing plugin that was easy to use and add to our blog. Now I won&#8217;t miss my Superbowl party! <a href="http://wordpress.org/plugins/wplike2get/" target="_blank" rel="nofollow">Download this plugin by clicking here!</a></p>
<p>Enjoy!</p>
<p>The post <a href="https://www.ideasandpixels.com/articles/man-holding-a-blank-business-card-free-download/">Free Person Holding Blank Business Card Download</a> appeared first on <a href="https://www.ideasandpixels.com">Ideas and Pixels</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.ideasandpixels.com/articles/man-holding-a-blank-business-card-free-download/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
