<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Want to insert contact form on every portfolio entry page</title>
		<link>http://www.kriesi.at/support/topic/want-to-insert-contact-form-on-every-portfolio-entry-page</link>
		<description>Support Forum - Topic: Want to insert contact form on every portfolio entry page</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 17:44:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/want-to-insert-contact-form-on-every-portfolio-entry-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Want to insert contact form on every portfolio entry page"</title>
			<link>http://www.kriesi.at/support/topic/want-to-insert-contact-form-on-every-portfolio-entry-page#post-84831</link>
			<pubDate>Wed, 21 Nov 2012 06:44:30 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Did you test the shortcode with another template (eg default page template) or even another theme? If it doesn't work there too maybe the shortcode or do_shortcode() code is wrong. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffunity on "Want to insert contact form on every portfolio entry page"</title>
			<link>http://www.kriesi.at/support/topic/want-to-insert-contact-form-on-every-portfolio-entry-page#post-84676</link>
			<pubDate>Tue, 20 Nov 2012 08:12:35 +0000</pubDate>
			<dc:creator>jeffunity</dc:creator>
			<guid isPermaLink="false">84676@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;that didn't work. I can't get php or html to show up at that location. see page: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://secondhandforklifts.com.au/forklift/nissan-2-5-tonne-pj-series-used-forklift/&#34; rel=&#34;nofollow&#34;&#62;http://secondhandforklifts.com.au/forklift/nissan-2-5-tonne-pj-series-used-forklift/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the code has been placed where you said, see below&#60;/p&#62;
&#60;p&#62; &#38;lt;span class='date-container minor-meta meta-color'&#38;gt;&#38;lt;?php echo get_the_date(); ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
				&#38;lt;?php &#60;/p&#62;
&#60;p&#62;				$meta = avia_portfolio_meta(get_the_ID());&#60;br /&#62;
				if($meta)&#60;br /&#62;
				{&#60;/p&#62;
&#60;p&#62;					echo $meta;&#60;br /&#62;
					echo avia_advanced_hr(false, 'small');&#60;br /&#62;
				}&#60;/p&#62;
&#60;p&#62;				the_content(__('Read more','avia_framework').'&#38;lt;span class=&#34;more-link-arrow&#34;&#38;gt;  &#38;rarr;&#38;lt;/span&#38;gt;');				&#60;/p&#62;
&#60;p&#62;				if(has_tag() &#38;amp;&#38;amp; is_single())&#60;br /&#62;
				{&#60;br /&#62;
					echo '&#60;hr /&#62;&#38;lt;span class=&#34;blog-tags minor-meta&#34;&#38;gt;';&#60;br /&#62;
					echo the_tags('&#60;strong&#62;'.__('Tags: ','avia_framework').'&#60;/strong&#62;&#38;lt;span&#38;gt;');&#60;br /&#62;
					echo '&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;';&#60;br /&#62;
				}&#60;/p&#62;
&#60;p&#62;					echo do_shortcode('[gravityform id=&#34;17&#34; name=&#34;Submit an enquiry about this forklift&#34; description=&#34;false&#34;]');&#60;/p&#62;
&#60;p&#62;				?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Want to insert contact form on every portfolio entry page"</title>
			<link>http://www.kriesi.at/support/topic/want-to-insert-contact-form-on-every-portfolio-entry-page#post-84653</link>
			<pubDate>Tue, 20 Nov 2012 01:36:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84653@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can put it on loop-portfolio-single.php, find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(has_tag() &#38;amp;&#38;amp; is_single())
				{
					echo &#38;#39;&#38;lt;span class=&#38;quot;text-sep&#38;quot;&#38;gt;/&#38;lt;/span&#38;gt;&#38;lt;span class=&#38;quot;blog-tags minor-meta&#38;quot;&#38;gt;&#38;#39;;
					echo the_tags(&#38;#39;&#38;lt;strong&#38;gt;&#38;#39;.__(&#38;#39;Tags: &#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/strong&#38;gt;&#38;lt;span&#38;gt;&#38;#39;);
					echo &#38;#39;&#38;lt;/span&#38;gt;&#38;lt;/span&#38;gt;&#38;#39;;
				}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Place the shortcode below.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffunity on "Want to insert contact form on every portfolio entry page"</title>
			<link>http://www.kriesi.at/support/topic/want-to-insert-contact-form-on-every-portfolio-entry-page#post-84562</link>
			<pubDate>Mon, 19 Nov 2012 16:13:45 +0000</pubDate>
			<dc:creator>jeffunity</dc:creator>
			<guid isPermaLink="false">84562@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to add a contact form below each portfolio entry (not using AJAX on overview page - single pages only). I believe this is the code I need to use&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php echo do_shortcode('[gravityform id=&#34;17&#34; name=&#34;Submit an enquiry about this forklift&#34; description=&#34;false&#34;]'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Could you please let me know if this is the correct php, and more importantly where I need to put it. I tried single-portfolio and loop-portfolio-single but can't get it to show up. It needs to go below the image/description and above the related entries
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
