<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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>Gravity Support Forums Topic: dynamicwp floating contact form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/dynamicwp-floating-contact-form</link>
		<description>Gravity Support Forums Topic: dynamicwp floating contact form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 14:17:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/dynamicwp-floating-contact-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Green Marketing Specialists on "dynamicwp floating contact form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamicwp-floating-contact-form#post-60095</link>
			<pubDate>Wed, 23 May 2012 13:45:37 +0000</pubDate>
			<dc:creator>Green Marketing Specialists</dc:creator>
			<guid isPermaLink="false">60095@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "dynamicwp floating contact form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamicwp-floating-contact-form#post-59264</link>
			<pubDate>Thu, 17 May 2012 10:10:16 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59264@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Based on your answer above, I'd recommend posting on the job board for this customization.&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/forum/job-board&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/forum/job-board&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;First, you're not going to want to place all of that css into your theme's stylesheet - you don't need all of it. Second, the HTML part will need to go into your theme file somewhere - wherever you want this to show (either home page only or site-wide for example) and embed the Gravity Form there. You'll also need to enqueue scripts and styles for the form since you will be embedding it. See this documentation here: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Embedding_A_Form&#60;/a&#62;&#60;br /&#62;
Third, the JS will also need to reside in a theme file as well, either in a place where you have scripts running or in the head or footer of the site (which will depend on how you want this to show - sitewide or single page only).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Green Marketing Specialists on "dynamicwp floating contact form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamicwp-floating-contact-form#post-59216</link>
			<pubDate>Wed, 16 May 2012 20:08:13 +0000</pubDate>
			<dc:creator>Green Marketing Specialists</dc:creator>
			<guid isPermaLink="false">59216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.gogreenmktg.com&#34; rel=&#34;nofollow&#34;&#62;http://www.gogreenmktg.com&#60;/a&#62; Forgive me i'm a total NOOB&#60;/p&#62;
&#60;p&#62;So Following the instructions from the above link...&#60;/p&#62;
&#60;p&#62;I downloaded the sample page It had 3 folders in it ccs , images, and js... I placed all of the files into the directories accordingly (except the css file i just copied and pasted the code into my css)&#60;/p&#62;
&#60;p&#62;body{padding:0;margin:0;  background:#39424b; font-family: verdana;}&#60;br /&#62;
h1, h2{padding:0;margin:10px 0 10px 0;}&#60;br /&#62;
h1 {font-size: 150%;}&#60;br /&#62;
h2 {font-size: 110%;}&#60;br /&#62;
p{padding:0; margin:0 0 5px 0;}&#60;br /&#62;
a {color:#176092; text-decoration:none;}&#60;br /&#62;
a:hover {text-decoration:underline;}&#60;br /&#62;
#wrap {width:960px; margin: 0 auto; background:#999;}&#60;br /&#62;
#header, #footer {background: #0f1923; color:#fff; padding:10px 40px;}&#60;br /&#62;
#footer p {font-size:80%; text-align:right;}&#60;br /&#62;
#content {background:#ccc; padding:10px 40px;}&#60;br /&#62;
pre {font-size:85%; background:#fff; border:1px #ccc solid; padding:5px}&#60;/p&#62;
&#60;p&#62;Now i guess where i'm lost is the next part &#34;Type the html&#34; it gives you this code...&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;slide-out-div&#34;&#38;gt;&#60;br /&#62;
    &#60;a href=&#34;http://link-for-non-js-users&#34; rel=&#34;nofollow&#34;&#62;Content&#60;/a&#62;&#60;br /&#62;
    &#38;lt;h3&#38;gt;This is extra content&#38;lt;/h3&#38;gt;&#60;br /&#62;
    &#38;lt;p&#38;gt;Something that wasn't important enough to be in your main body,&#60;br /&#62;
   but that you wanted to hide off the side of your screen for some reason.&#60;br /&#62;
    &#38;lt;/p&#38;gt;&#60;br /&#62;
    &#38;lt;p&#38;gt;Could be a form to submit feedback, or contact info&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;Its HTML so obiously i don't put it in the CSS but it doesn't tell you what file to put it in &#38;gt;&#38;lt;&#60;/p&#62;
&#60;p&#62;But im not sure where to put the other 2 blocks of code....&#60;/p&#62;
&#60;p&#62;This Block...&#60;br /&#62;
&#38;lt;div class=&#34;slide-out-div&#34;&#38;gt;&#60;br /&#62;
    &#60;a href=&#34;http://link-for-non-js-users&#34; rel=&#34;nofollow&#34;&#62;Content&#60;/a&#62;&#60;br /&#62;
    &#38;lt;h3&#38;gt;This is extra content&#38;lt;/h3&#38;gt;&#60;br /&#62;
    &#38;lt;p&#38;gt;Something that wasn't important enough to be in your main body,&#60;br /&#62;
   but that you wanted to hide off the side of your screen for some reason.&#60;br /&#62;
    &#38;lt;/p&#38;gt;&#60;br /&#62;
    &#38;lt;p&#38;gt;Could be a form to submit feedback, or contact info&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;or this block...&#60;/p&#62;
&#60;p&#62;$('.slide-out-div').tabSlideOut({&#60;br /&#62;
    tabHandle: '.handle',                              //class of the element that will be your tab&#60;br /&#62;
    pathToTabImage: 'images/contact_tab.gif',          //path to the image for the tab *required*&#60;br /&#62;
    imageHeight: '122px',                               //height of tab image *required*&#60;br /&#62;
    imageWidth: '40px',                               //width of tab image *required*&#60;br /&#62;
    tabLocation: 'left',                               //side of screen where tab lives, top, right, bottom, or left&#60;br /&#62;
    speed: 300,                                        //speed of animation&#60;br /&#62;
    action: 'click',                                   //options: 'click' or 'hover', action to trigger animation&#60;br /&#62;
    topPos: '200px',                                   //position from the top&#60;br /&#62;
    fixedPosition: false                               //options: true makes it stick(fixed position) on scroll&#60;br /&#62;
});&#60;/p&#62;
&#60;p&#62;Ive tryed many places havent been able to get it to work &#38;gt;&#38;lt;&#60;/p&#62;
&#60;p&#62;Thanks for listening :}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "dynamicwp floating contact form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamicwp-floating-contact-form#post-59196</link>
			<pubDate>Wed, 16 May 2012 16:37:13 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">59196@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Not sure of an add-on coming for this, but you should be able to do this with jQuery. Do you have a link to your page with the form, or what you have so far? What specifically are you running into issues with?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Green Marketing Specialists on "dynamicwp floating contact form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dynamicwp-floating-contact-form#post-59195</link>
			<pubDate>Wed, 16 May 2012 16:33:54 +0000</pubDate>
			<dc:creator>Green Marketing Specialists</dc:creator>
			<guid isPermaLink="false">59195@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey guys im wondering if anyone have any new information on how to make a floating contact form and or when an add-on will be coming out? &#60;/p&#62;
&#60;p&#62;This one...&#60;br /&#62;
&#60;a href=&#34;http://www.dynamicwp.net/contact-form-demo-page/&#34; rel=&#34;nofollow&#34;&#62;http://www.dynamicwp.net/contact-form-demo-page/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm trying to follow these instructions but i'm having no luck : [&#60;br /&#62;
&#60;a href=&#34;http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/&#34; rel=&#34;nofollow&#34;&#62;http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
