<?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: Datepicker not working - theme conflict</title>
		<link>https://legacy.forums.gravityhelp.com/topic/datepicker-not-working-theme-conflict</link>
		<description>Gravity Support Forums Topic: Datepicker not working - theme conflict</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:08: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/topic/datepicker-not-working-theme-conflict" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Datepicker not working - theme conflict"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-not-working-theme-conflict#post-78833</link>
			<pubDate>Thu, 04 Oct 2012 01:13:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">78833@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm going to guess it's from line 64 in your functions.php file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
wp_register_script(&#38;#39;jquery-ui&#38;#39;, &#38;#39;http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That is not the version which is included with WordPress and might be causing a problem.&#60;/p&#62;
&#60;p&#62;The whole mh_init function to enqueue scripts is suspect.  But that one line is the only one which does not load the default jQuery script which is included with WordPress.&#60;/p&#62;
&#60;p&#62;Beyond that, I am out of guesses.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>serpico on "Datepicker not working - theme conflict"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-not-working-theme-conflict#post-78796</link>
			<pubDate>Wed, 03 Oct 2012 20:56:19 +0000</pubDate>
			<dc:creator>serpico</dc:creator>
			<guid isPermaLink="false">78796@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Thanks for your reply. I have tried &#34;no conflicts mode&#34; with no success.&#60;/p&#62;
&#60;p&#62;My functions file can be seen here: &#60;a href=&#34;http://pastie.org/4905602&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/4905602&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;There is no hard-coded jQuery in my header or footer files.&#60;/p&#62;
&#60;p&#62;*scratches head*&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Datepicker not working - theme conflict"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-not-working-theme-conflict#post-75953</link>
			<pubDate>Tue, 18 Sep 2012 00:15:51 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">75953@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Because you know it's due to your theme, I would look at your theme's functions.php for anything which might affect this, or take a look at header.php or footer.php for hard-coded jQuery versions or scripts.  If you want to post your theme's functions.php at pastebin.com or pastie.org we can take a look there.  Otherwise, you will have to look for anything script related in your plugin files and try removing those things or changing them to see when the datepicker begins working.&#60;/p&#62;
&#60;p&#62;Have you tried the &#34;no conflict mode&#34; setting in Gravity Forms?  It attempts to work around some of these script problems.  It would be found on this page for your site: &#60;a href=&#34;http://pods.crafted.net.au/wp-admin/admin.php?page=gf_settings&#34; rel=&#34;nofollow&#34;&#62;http://pods.crafted.net.au/wp-admin/admin.php?page=gf_settings&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>serpico on "Datepicker not working - theme conflict"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-not-working-theme-conflict#post-75728</link>
			<pubDate>Sun, 16 Sep 2012 20:07:14 +0000</pubDate>
			<dc:creator>serpico</dc:creator>
			<guid isPermaLink="false">75728@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have disabled my custom theme and activated the twenty eleven theme. The datepicker works when I do this. So the issue must rest in my custom theme, however, I'm unable to see what exactly is the problem. Any thoughts on what could be causing this problem? I'm not getting any errors/warning in Firebug.&#60;/p&#62;
&#60;p&#62;Many thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Datepicker not working - theme conflict"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-not-working-theme-conflict#post-75589</link>
			<pubDate>Sat, 15 Sep 2012 18:40:50 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">75589@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The jQuery version and order in which it's loaded looks OK to me.&#60;/p&#62;
&#60;p&#62;Please begin troubleshooting by testing for theme and plugin conflicts.  We can narrow the problem down to whichever plugin, or possibly the theme, is causing the problem.  You can use these tips to begin testing &#60;a href=&#34;http://rkt.gs/testing&#34; rel=&#34;nofollow&#34;&#62;http://rkt.gs/testing&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>serpico on "Datepicker not working - theme conflict"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/datepicker-not-working-theme-conflict#post-74744</link>
			<pubDate>Tue, 11 Sep 2012 01:38:04 +0000</pubDate>
			<dc:creator>serpico</dc:creator>
			<guid isPermaLink="false">74744@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have a theme conflict on the following page. I think it is probably to do with the order in which the JS assets are loaded, but I'm struggling to troubleshoot this. The datepicker calendar icon does not work.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pods.crafted.net.au/get-a-quote/&#34; rel=&#34;nofollow&#34;&#62;http://pods.crafted.net.au/get-a-quote/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help appreciated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
