<?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 User Favorites: farrelldoc</title>
		<link><a href='https://legacy.forums.gravityhelp.com/profile/farrelldoc'>farrelldoc</a></link>
		<description>Gravity Support Forums User Favorites: farrelldoc</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 21:59:10 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "dropdowns quit working after gravity forms update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdowns-quit-working-after-gravity-forms-update#post-26844</link>
			<pubDate>Thu, 02 Jun 2011 15:56:56 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26844@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to help. :)&#60;/p&#62;
&#60;p&#62;Were you able to resolve this issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>farrelldoc on "dropdowns quit working after gravity forms update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdowns-quit-working-after-gravity-forms-update#post-26809</link>
			<pubDate>Thu, 02 Jun 2011 12:37:14 +0000</pubDate>
			<dc:creator>farrelldoc</dc:creator>
			<guid isPermaLink="false">26809@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you so much for your help! I really appreciate it. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "dropdowns quit working after gravity forms update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdowns-quit-working-after-gravity-forms-update#post-26797</link>
			<pubDate>Thu, 02 Jun 2011 11:11:04 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26797@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi farrelldoc,&#60;/p&#62;
&#60;p&#62;When a script is enqueued it is not immediately output on that line. Instead it is added to the &#34;queue&#34; of scripts that should be outputted when the wp_head() function is called.&#60;/p&#62;
&#60;p&#62;I would recommend enqueueing the all scripts rather than directly outputting them to the page (which is what your theme is currently doing). This will make sure that they are output in the correct location. You are also able to set script dependencies to ensure that any other scripts that your script is dependent on are loaded &#60;em&#62;before&#60;/em&#62; your script.&#60;/p&#62;
&#60;p&#62;You can find more information about enqueueing scripts here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_enqueue_script&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_enqueue_script&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Don't forget to set jQuery as a dependency for both of your scripts generating errors.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>farrelldoc on "dropdowns quit working after gravity forms update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdowns-quit-working-after-gravity-forms-update#post-26758</link>
			<pubDate>Wed, 01 Jun 2011 18:27:25 +0000</pubDate>
			<dc:creator>farrelldoc</dc:creator>
			<guid isPermaLink="false">26758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Does GF also load jquery?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>farrelldoc on "dropdowns quit working after gravity forms update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdowns-quit-working-after-gravity-forms-update#post-26757</link>
			<pubDate>Wed, 01 Jun 2011 18:23:32 +0000</pubDate>
			<dc:creator>farrelldoc</dc:creator>
			<guid isPermaLink="false">26757@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I realize that this might be unrelated to the forms, but I'm at a loss. Here is the jquery script code in the header. I don't understand what could be causing the problem:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php wp_enqueue_script( &#38;#39;jquery&#38;#39; ); ?&#38;gt;
&#38;lt;?php if ( is_singular() ) wp_enqueue_script( &#38;#39;comment-reply&#38;#39; ); ?&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/scroll.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/jscript.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/comment.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>farrelldoc on "dropdowns quit working after gravity forms update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdowns-quit-working-after-gravity-forms-update#post-26637</link>
			<pubDate>Tue, 31 May 2011 12:01:00 +0000</pubDate>
			<dc:creator>farrelldoc</dc:creator>
			<guid isPermaLink="false">26637@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you again for your help! Here's what I found in my header.php file:&#60;/p&#62;
&#60;p&#62;This is the only reference to jquery:&#60;br /&#62;
&#60;code&#62;Line 65: &#38;lt;?php wp_enqueue_script( &#38;#39;jquery&#38;#39; ); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is the only reference to scroll.js:&#60;br /&#62;
&#60;code&#62;Line 69: &#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/scroll.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Do I misunderstand about how the load order works, and jquery should be below scroll.js (like line 70) for this problem to resolve?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "dropdowns quit working after gravity forms update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdowns-quit-working-after-gravity-forms-update#post-26634</link>
			<pubDate>Tue, 31 May 2011 08:23:58 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26634@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Karen,&#60;/p&#62;
&#60;p&#62;If you take another look back at this screenshot: &#60;a href=&#34;http://grab.by/afij&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/afij&#60;/a&#62; ...you'll see that there are two scripts being loaded above jQuery that rely on jQuery and should be loaded below jQuery. This is not necessarily a plugin issue and may reside with the theme itself. Here are both scripts that are generating errors on the page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[html]
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://alvinbaseball.org/wp-content/themes/piano-black/js/scroll.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://alvinbaseball.org/wp-content/themes/piano-black/js/jscript.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Gravity Forms will only load GF-related scripts and does not add/remove either of the scripts above. You will probably find that these scripts are being added manually in your header.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>farrelldoc on "dropdowns quit working after gravity forms update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdowns-quit-working-after-gravity-forms-update#post-26632</link>
			<pubDate>Tue, 31 May 2011 07:34:57 +0000</pubDate>
			<dc:creator>farrelldoc</dc:creator>
			<guid isPermaLink="false">26632@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just tried deactivating every plugin, and that did not work either. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Karen
&#60;/p&#62;</description>
		</item>
		<item>
			<title>farrelldoc on "dropdowns quit working after gravity forms update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdowns-quit-working-after-gravity-forms-update#post-26631</link>
			<pubDate>Tue, 31 May 2011 07:10:53 +0000</pubDate>
			<dc:creator>farrelldoc</dc:creator>
			<guid isPermaLink="false">26631@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you--I found that script (I assume you were speaking of the Add This Analytics script above jquery. I disabled that plugin to remove that script, and that did not solve the problem. Also, I use that plugin with other sites with dropdowns.&#60;/p&#62;
&#60;p&#62;The problem began right after I updated Gravity Forms with the new update. I hadn't done anything else. Is there some code in that update that could conflict with the drop-downs? I tried disabling GF, but that did not solve the problem either.&#60;/p&#62;
&#60;p&#62;Thanks so much!&#60;br /&#62;
Karen&#60;/p&#62;
&#60;p&#62;P.S. The subscribe feature here doesn't seem to be working on this post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "dropdowns quit working after gravity forms update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/dropdowns-quit-working-after-gravity-forms-update#post-26581</link>
			<pubDate>Mon, 30 May 2011 14:25:54 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">26581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi farrelldoc,&#60;/p&#62;
&#60;p&#62;I noticed that you have two javascript errors on your page: &#60;a href=&#34;http://grab.by/afil&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/afil&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;These errors may be preventing your theme's dropdowns from displaying. They are likely caused because you are loading these scripts before jQuery. Here is a screenshot of your page code where the two scripts generating the error are loaded before jQuery (highlighted) &#60;a href=&#34;http://grab.by/afij&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/afij&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Since these scripts use jQuery, they'll need to be loaded after jQuery.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
