<?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"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Contact Form 7 Email field names</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/feed/</link>
		<description></description>
		<pubDate>Sat, 02 May 2026 12:19:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22581</guid>
					<title><![CDATA[Contact Form 7 Email field names]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22581</link>
					<pubDate>Mon, 14 Sep 2015 04:59:22 +0000</pubDate>
					<dc:creator>kevinfelle</dc:creator>

					<description>
						<![CDATA[
						<p>The default contact forms that the importer added did not work for me. I had to change Fortuna Contact Form 3 to </p>
<pre><code>&lt;p&gt;[text* your-name name class:input_bottom_line placeholder &quot;Your Name *&quot;] &lt;/p&gt;
&lt;p&gt;[email* your-email email class:input_bottom_line placeholder &quot;Your Email *&quot;] &lt;/p&gt;
&lt;p&gt;[text your-subject subject class:input_bottom_line placeholder &quot;Subject *&quot;] &lt;/p&gt;
&lt;p&gt;[textarea* your-message message x4 class:input_bottom_line placeholder &quot;Subject *&quot;] &lt;/p&gt;
&lt;div class=&quot;h20&quot;&gt;&lt;/div&gt;
&lt;p&gt;[captchac captcha-887 fg:#eee bg:#111 size:l]&lt;/p&gt;
&lt;p&gt;[captchar captcha-887 4/4 class:captcha_input class:input_bottom_line placeholder &quot;Enter Captcha&quot;]&lt;/p&gt;
&lt;div class=&quot;h20&quot;&gt;&lt;/div&gt;
&lt;p&gt;[submit class:btn_theme_color class:btn_rounded &quot;Submit Form&quot;]&lt;/p&gt;</code></pre>
<p>to get it to work</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22584</guid>
					<title><![CDATA[Reply To: Contact Form 7 Email field names]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22584</link>
					<pubDate>Mon, 14 Sep 2015 08:29:00 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again Kevin,</p>
<p>Looks like you changed the first parameters of the fields &#8211; this would be the &#8220;name&#8221; attributes you are passing. Why did it not work with the default ones? </p>
<p><code>[text* your-name class:required &quot;John Smith&quot;]</code> </p>
<p>This should generate an input with the &#8220;name&#8221; attribute of &#8220;your-name&#8221;, in my case i have:</p>
<p><code>[text* name placeholder &quot;Your Name *&quot;]</code></p>
<p>that should generate a field with the &#8220;name&#8221; attribute of &#8220;name&#8221; &#8230;<br />
Where did you get an error?<br />
Thanks for your feedback, it is greatly appreciated! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22585</guid>
					<title><![CDATA[Reply To: Contact Form 7 Email field names]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22585</link>
					<pubDate>Mon, 14 Sep 2015 12:15:46 +0000</pubDate>
					<dc:creator>kevinfelle</dc:creator>

					<description>
						<![CDATA[
						<p>I think the issue is on the mail tab you have [your-name] in the from field so an example of an email I would get is </p>
<p>From: [your-name] &lt;[your-email]&gt;<br />
Subject: [your-subject]</p>
<p>Message Body:<br />
[your-message]</p>
<p>&#8211;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22587</guid>
					<title><![CDATA[Reply To: Contact Form 7 Email field names]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22587</link>
					<pubDate>Mon, 14 Sep 2015 12:50:07 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>In the mail tab you need to match the field names&#8230;<br />
So if you have<br />
<code>[text* your-name class:required &quot;John Smith&quot;]</code></p>
<p>you should have <code>[your-name]</code> in the mail generator.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22588</guid>
					<title><![CDATA[Reply To: Contact Form 7 Email field names]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22588</link>
					<pubDate>Mon, 14 Sep 2015 13:01:57 +0000</pubDate>
					<dc:creator>kevinfelle</dc:creator>

					<description>
						<![CDATA[
						<p>Right that mail tab information is what came over after importing the demo content. That is where they don&#8217;t match up.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22589</guid>
					<title><![CDATA[Reply To: Contact Form 7 Email field names]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22589</link>
					<pubDate>Mon, 14 Sep 2015 14:16:24 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>I see, thanks for the heads up, Kevin! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22614</guid>
					<title><![CDATA[Reply To: Contact Form 7 Email field names]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22614</link>
					<pubDate>Mon, 14 Sep 2015 20:54:25 +0000</pubDate>
					<dc:creator>kevinfelle</dc:creator>

					<description>
						<![CDATA[
						<p>FYI one of the homepages from the demo has a bad image linked. It is trying to load</p>
<p><a href="http://localhost/freelance/fortuna/wp/wp-content/uploads/2015/01/page_head_bgr1.png?id=22340" rel="nofollow">http://localhost/freelance/fortuna/wp/wp-content/uploads/2015/01/page_head_bgr1.png?id=22340</a>)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22619</guid>
					<title><![CDATA[Reply To: Contact Form 7 Email field names]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22619</link>
					<pubDate>Tue, 15 Sep 2015 07:51:26 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for that Kevin, will look into it and update the reference! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
That would be in the &#8220;Full Width Slider 2&#8243; page, yes? </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22635</guid>
					<title><![CDATA[Reply To: Contact Form 7 Email field names]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22635</link>
					<pubDate>Tue, 15 Sep 2015 17:14:31 +0000</pubDate>
					<dc:creator>kevinfelle</dc:creator>

					<description>
						<![CDATA[
						<p>Yes and a few other pages have the same issues. Looking at the latest update for the theme the demo data still has 10 hits for localhost</p>
<pre><code>	Line 16785: 		&lt;content:encoded&gt;&lt;![CDATA[[vc_row bg_type=&quot;video&quot; video_url=&quot;http://localhost/freelance/videos/office.mp4&quot; video_url_2=&quot;http://localhost/freelance/videos/office.webm&quot; video_opts=&quot;loop,muted&quot; viewport_vdo=&quot;off&quot; enable_controls=&quot;off&quot; bg_override=&quot;full&quot; parallax_content=&quot;off&quot; fadeout_row=&quot;off&quot; enable_overlay=&quot;enable_overlay_value&quot; overlay_color=&quot;rgba(10,10,10,0.5)&quot; overlay_pattern=&quot;09.png&quot; overlay_pattern_opacity=&quot;60&quot; overlay_pattern_attachment=&quot;scroll&quot; seperator_enable=&quot;seperator_enable_value&quot; seperator_type=&quot;triangle_svg_seperator&quot; seperator_position=&quot;bottom_seperator&quot; seperator_svg_height=&quot;10&quot; seperator_shape_background=&quot;#08ada7&quot; ult_hide_row=&quot;off&quot; css=&quot;.vc_custom_1432237088559{margin-bottom: 0px !important;padding-top: 250px !important;padding-bottom: 200px !important;}&quot;][vc_column][vc_single_image alignment=&quot;center&quot; image=&quot;21386&quot;][/vc_column][/vc_row][vc_row full_width=&quot;stretch_row&quot; bg_type=&quot;bg_color&quot; enable_overlay=&quot;enable_overlay_value&quot; overlay_color=&quot;rgba(8,173,167,0.9)&quot; seperator_en...
	Line 16785: 		&lt;content:encoded&gt;&lt;![CDATA[[vc_row bg_type=&quot;video&quot; video_url=&quot;http://localhost/freelance/videos/office.mp4&quot; video_url_2=&quot;http://localhost/freelance/videos/office.webm&quot; video_opts=&quot;loop,muted&quot; viewport_vdo=&quot;off&quot; enable_controls=&quot;off&quot; bg_override=&quot;full&quot; parallax_content=&quot;off&quot; fadeout_row=&quot;off&quot; enable_overlay=&quot;enable_overlay_value&quot; overlay_color=&quot;rgba(10,10,10,0.5)&quot; overlay_pattern=&quot;09.png&quot; overlay_pattern_opacity=&quot;60&quot; overlay_pattern_attachment=&quot;scroll&quot; seperator_enable=&quot;seperator_enable_value&quot; seperator_type=&quot;triangle_svg_seperator&quot; seperator_position=&quot;bottom_seperator&quot; seperator_svg_height=&quot;10&quot; seperator_shape_background=&quot;#08ada7&quot; ult_hide_row=&quot;off&quot; css=&quot;.vc_custom_1432237088559{margin-bottom: 0px !important;padding-top: 250px !important;padding-bottom: 200px !important;}&quot;][vc_column][vc_single_image alignment=&quot;center&quot; image=&quot;21386&quot;][/vc_column][/vc_row][vc_row full_width=&quot;stretch_row&quot; bg_type=&quot;bg_color&quot; enable_overlay=&quot;enable_overlay_value&quot; overlay_color=&quot;rgba(8,173,167,0.9)&quot; seperator_en...
	Line 17276: 		&lt;content:encoded&gt;&lt;![CDATA[[vc_row bg_type=&quot;video&quot; video_url=&quot;http://localhost/freelance/videos/beach_girl.mp4&quot; video_url_2=&quot;http://localhost/freelance/videos/beach_girl.webm&quot; video_opts=&quot;loop,muted&quot; viewport_vdo=&quot;off&quot; enable_controls=&quot;off&quot; bg_override=&quot;full&quot; parallax_content=&quot;off&quot; fadeout_row=&quot;off&quot; enable_overlay=&quot;enable_overlay_value&quot; overlay_pattern=&quot;01.png&quot; overlay_pattern_opacity=&quot;30&quot; overlay_pattern_attachment=&quot;scroll&quot; ult_hide_row=&quot;off&quot; css=&quot;.vc_custom_1438028824757{margin-bottom: 0px !important;padding-top: 260px !important;padding-bottom: 140px !important;}&quot; el_class=&quot;center&quot;][vc_column][boc_heading html_element=&quot;h1&quot; alignment=&quot;center&quot; color=&quot;#ffffff&quot; font_size=&quot;55px&quot; css_classes=&quot;no_text_transform letter_spacing_negative&quot;]Fortuna is &lt;span class=&quot;typewriter&quot; style=&quot;color: #fffaa3;&quot;&gt;the ultimate Theme;now here to stay!&lt;/span&gt;[/boc_heading][boc_divider divider_width=&quot;100px&quot; divider_position=&quot;center&quot; divider_height=&quot;2px&quot; divider_color=&quot;rgba(255,255,255,0.35)&quot; margin_top=&quot;30px&quot; margin...
	Line 17276: 		&lt;content:encoded&gt;&lt;![CDATA[[vc_row bg_type=&quot;video&quot; video_url=&quot;http://localhost/freelance/videos/beach_girl.mp4&quot; video_url_2=&quot;http://localhost/freelance/videos/beach_girl.webm&quot; video_opts=&quot;loop,muted&quot; viewport_vdo=&quot;off&quot; enable_controls=&quot;off&quot; bg_override=&quot;full&quot; parallax_content=&quot;off&quot; fadeout_row=&quot;off&quot; enable_overlay=&quot;enable_overlay_value&quot; overlay_pattern=&quot;01.png&quot; overlay_pattern_opacity=&quot;30&quot; overlay_pattern_attachment=&quot;scroll&quot; ult_hide_row=&quot;off&quot; css=&quot;.vc_custom_1438028824757{margin-bottom: 0px !important;padding-top: 260px !important;padding-bottom: 140px !important;}&quot; el_class=&quot;center&quot;][vc_column][boc_heading html_element=&quot;h1&quot; alignment=&quot;center&quot; color=&quot;#ffffff&quot; font_size=&quot;55px&quot; css_classes=&quot;no_text_transform letter_spacing_negative&quot;]Fortuna is &lt;span class=&quot;typewriter&quot; style=&quot;color: #fffaa3;&quot;&gt;the ultimate Theme;now here to stay!&lt;/span&gt;[/boc_heading][boc_divider divider_width=&quot;100px&quot; divider_position=&quot;center&quot; divider_height=&quot;2px&quot; divider_color=&quot;rgba(255,255,255,0.35)&quot; margin_top=&quot;30px&quot; margin...
	Line 17393: 		&lt;content:encoded&gt;&lt;![CDATA[[vc_row bg_type=&quot;video&quot; video_url=&quot;http://localhost/freelance/videos/g.mp4&quot; video_url_2=&quot;http://localhost/freelance/videos/g.webm&quot; video_opts=&quot;loop,muted&quot; viewport_vdo=&quot;off&quot; enable_controls=&quot;off&quot; bg_override=&quot;full&quot; parallax_content=&quot;parallax_content_value&quot; parallax_content_sense=&quot;50&quot; fadeout_row=&quot;fadeout_row_value&quot; fadeout_start_effect=&quot;50&quot; enable_overlay=&quot;enable_overlay_value&quot; overlay_color=&quot;rgba(255,14,70,0.85)&quot; overlay_pattern=&quot;transperant&quot; overlay_pattern_opacity=&quot;0&quot; overlay_pattern_attachment=&quot;scroll&quot; ult_hide_row=&quot;off&quot; css=&quot;.vc_custom_1436028749277{margin-bottom: 0px !important;padding-top: 270px !important;padding-bottom: 220px !important;}&quot; el_class=&quot;center&quot;][vc_column][boc_heading html_element=&quot;h1&quot; alignment=&quot;center&quot; color=&quot;#ffffff&quot; font_size=&quot;64px&quot;]Explore. &lt;strong style=&quot;color: #ffe63e;&quot;&gt;Design.&lt;/strong&gt; Create.[/boc_heading][boc_divider divider_width=&quot;100px&quot; divider_position=&quot;center&quot; divider_color=&quot;rgba(255,255,255,0.35)&quot; margin_top=&quot;16px&quot;][boc_headin...
	Line 17393: 		&lt;content:encoded&gt;&lt;![CDATA[[vc_row bg_type=&quot;video&quot; video_url=&quot;http://localhost/freelance/videos/g.mp4&quot; video_url_2=&quot;http://localhost/freelance/videos/g.webm&quot; video_opts=&quot;loop,muted&quot; viewport_vdo=&quot;off&quot; enable_controls=&quot;off&quot; bg_override=&quot;full&quot; parallax_content=&quot;parallax_content_value&quot; parallax_content_sense=&quot;50&quot; fadeout_row=&quot;fadeout_row_value&quot; fadeout_start_effect=&quot;50&quot; enable_overlay=&quot;enable_overlay_value&quot; overlay_color=&quot;rgba(255,14,70,0.85)&quot; overlay_pattern=&quot;transperant&quot; overlay_pattern_opacity=&quot;0&quot; overlay_pattern_attachment=&quot;scroll&quot; ult_hide_row=&quot;off&quot; css=&quot;.vc_custom_1436028749277{margin-bottom: 0px !important;padding-top: 270px !important;padding-bottom: 220px !important;}&quot; el_class=&quot;center&quot;][vc_column][boc_heading html_element=&quot;h1&quot; alignment=&quot;center&quot; color=&quot;#ffffff&quot; font_size=&quot;64px&quot;]Explore. &lt;strong style=&quot;color: #ffe63e;&quot;&gt;Design.&lt;/strong&gt; Create.[/boc_heading][boc_divider divider_width=&quot;100px&quot; divider_position=&quot;center&quot; divider_color=&quot;rgba(255,255,255,0.35)&quot; margin_top=&quot;16px&quot;][boc_headin...
	Line 21110: 		&lt;content:encoded&gt;&lt;![CDATA[[vc_row full_width=&quot;stretch_row&quot; bg_type=&quot;grad&quot; bg_override=&quot;ex-full&quot; parallax_content=&quot;parallax_content_value&quot; parallax_content_sense=&quot;70&quot; fadeout_row=&quot;off&quot; enable_overlay=&quot;off&quot; bg_grad=&quot;background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00022E), color-stop(50%, #007196), color-stop(100%, #00A6A6));background: -moz-linear-gradient(145deg,#00022E 0%,#007196 50%,#00A6A6 100%);background: -webkit-linear-gradient(145deg,#00022E 0%,#007196 50%,#00A6A6 100%);background: -o-linear-gradient(145deg,#00022E 0%,#007196 50%,#00A6A6 100%);background: -ms-linear-gradient(145deg,#00022E 0%,#007196 50%,#00A6A6 100%);background: linear-gradient(145deg,#00022E 0%,#007196 50%,#00A6A6 100%);&quot; css=&quot;.vc_custom_1431704495392{padding-top: 220px !important;padding-bottom: 90px !important;}&quot;][vc_column width=&quot;1/2&quot; css=&quot;.vc_custom_1431696264379{padding-top: 40px !important;padding-right: 120px !important;}&quot; el_class=&quot;no_side_padding_in_responsive_column&quot;][boc_head...
	Line 21110: 		&lt;content:encoded&gt;&lt;![CDATA[[vc_row full_width=&quot;stretch_row&quot; bg_type=&quot;grad&quot; bg_override=&quot;ex-full&quot; parallax_content=&quot;parallax_content_value&quot; parallax_content_sense=&quot;70&quot; fadeout_row=&quot;off&quot; enable_overlay=&quot;off&quot; bg_grad=&quot;background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00022E), color-stop(50%, #007196), color-stop(100%, #00A6A6));background: -moz-linear-gradient(145deg,#00022E 0%,#007196 50%,#00A6A6 100%);background: -webkit-linear-gradient(145deg,#00022E 0%,#007196 50%,#00A6A6 100%);background: -o-linear-gradient(145deg,#00022E 0%,#007196 50%,#00A6A6 100%);background: -ms-linear-gradient(145deg,#00022E 0%,#007196 50%,#00A6A6 100%);background: linear-gradient(145deg,#00022E 0%,#007196 50%,#00A6A6 100%);&quot; css=&quot;.vc_custom_1431704495392{padding-top: 220px !important;padding-bottom: 90px !important;}&quot;][vc_column width=&quot;1/2&quot; css=&quot;.vc_custom_1431696264379{padding-top: 40px !important;padding-right: 120px !important;}&quot; el_class=&quot;no_side_padding_in_responsive_column&quot;][boc_head...
	Line 21204: Fortuna wordpress theme features a highly customized version of Visual Composer. It helps you create highly customizable page elements.[/vc_column_text][/boc_tab][boc_tab title=&quot;Visual Builder&quot; icon=&quot;icon icon-magic&quot;][vc_column_text]We created around 30 custom shortcodes that have so many customization options that your mind will be blown.[/vc_column_text][boc_list_item icon_size=&quot;small&quot; margin_bottom=&quot;10px&quot; css_animation=&quot;right-to-left&quot; icon=&quot;icon icon-check2&quot;]Fully customized Visual Composer[/boc_list_item][boc_list_item icon_size=&quot;small&quot; margin_bottom=&quot;10px&quot; css_animation=&quot;right-to-left&quot; icon=&quot;icon icon-check2&quot;]Easy to import Demos[/boc_list_item][boc_list_item icon_size=&quot;small&quot; margin_bottom=&quot;10px&quot; css_animation=&quot;right-to-left&quot; icon=&quot;icon icon-check2&quot;]More than 1200 Icons at your finger tips[/boc_list_item][boc_spacing][/boc_tab][boc_tab title=&quot;Unique Style&quot; icon=&quot;icon icon-star4&quot;][vc_column_text]Fortuna Features a highly customized version of Visual Composer - one of the best visual bu...
	Line 21204: Fortuna wordpress theme features a highly customized version of Visual Composer. It helps you create highly customizable page elements.[/vc_column_text][/boc_tab][boc_tab title=&quot;Visual Builder&quot; icon=&quot;icon icon-magic&quot;][vc_column_text]We created around 30 custom shortcodes that have so many customization options that your mind will be blown.[/vc_column_text][boc_list_item icon_size=&quot;small&quot; margin_bottom=&quot;10px&quot; css_animation=&quot;right-to-left&quot; icon=&quot;icon icon-check2&quot;]Fully customized Visual Composer[/boc_list_item][boc_list_item icon_size=&quot;small&quot; margin_bottom=&quot;10px&quot; css_animation=&quot;right-to-left&quot; icon=&quot;icon icon-check2&quot;]Easy to import Demos[/boc_list_item][boc_list_item icon_size=&quot;small&quot; margin_bottom=&quot;10px&quot; css_animation=&quot;right-to-left&quot; icon=&quot;icon icon-check2&quot;]More than 1200 Icons at your finger tips[/boc_list_item][boc_spacing][/boc_tab][boc_tab title=&quot;Unique Style&quot; icon=&quot;icon icon-star4&quot;][vc_column_text]Fortuna Features a highly customized version of Visual Composer - one of the best visual bu...</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22643</guid>
					<title><![CDATA[Reply To: Contact Form 7 Email field names]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/contact-form-7/#post-22643</link>
					<pubDate>Wed, 16 Sep 2015 09:49:07 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again Kevin,</p>
<p>Thanks for the heads up. These are the Video links. They are left out like this on purpose as Videos do not ship out with the theme. You may want to change those links to your own Video repo if you have it.<br />
I will be happy to share what Videos are used in the Demo if you are interested, most of them are from Videohive so they are like $5 a piece. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

