<?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: Date picker stopped working after update</title>
		<link>https://legacy.forums.gravityhelp.com/topic/date-picker-stopped-working-after-update</link>
		<description>Gravity Support Forums Topic: Date picker stopped working after update</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 19:58:41 +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/date-picker-stopped-working-after-update" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Date picker stopped working after update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-stopped-working-after-update#post-345897</link>
			<pubDate>Wed, 26 Jun 2013 10:51:17 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">345897@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;At this point, every Date Picker not working issue has been a JavaScript issue, and all those coming to this thread have plenty of information and resources to look through if they require help. Anyone still having this issue that isn't resolved by going through the information in this thread can post a new topic so we can better assist troubleshooting.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Date picker stopped working after update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-stopped-working-after-update#post-345601</link>
			<pubDate>Wed, 26 Jun 2013 07:10:08 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">345601@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Michael,&#60;/p&#62;
&#60;p&#62;In your theme's header.php you should the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/jquery1.9.1.js&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/global.js&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;?php wp_head(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;can you change it to the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
wp_enqueue_script(&#38;#39;jquery&#38;#39;);
wp_head(); ?&#38;gt;
&#38;lt;script&#38;gt;var $ = jQuery.noConflict();&#38;lt;/script&#38;gt;
&#38;lt;script src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/global.js&#38;quot; type=&#38;quot;text/javascript&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and then can you provide a link to a page where I can see the ticker not working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choong.michael88 on "Date picker stopped working after update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-stopped-working-after-update#post-345475</link>
			<pubDate>Wed, 26 Jun 2013 05:22:02 +0000</pubDate>
			<dc:creator>choong.michael88</dc:creator>
			<guid isPermaLink="false">345475@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;It seems the Lightbox not happy with the below line of codes:&#60;/p&#62;
&#60;p&#62;function lbe_myplugin_lightbox_head()&#60;br /&#62;
{&#60;br /&#62;
  global $lbe_panel;&#60;br /&#62;
  //wp_deregister_script('jquery');&#60;br /&#62;
  //wp_register_script('jquery', $lbe_panel-&#38;gt;path().'/js/jquery.min.js', false, '1.5.2');&#60;br /&#62;
    wp_enqueue_script('jquery');&#60;/p&#62;
&#60;p&#62;The scrolling ticker just won't show up. Would you be able to help?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choong.michael88 on "Date picker stopped working after update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-stopped-working-after-update#post-345470</link>
			<pubDate>Wed, 26 Jun 2013 05:10:34 +0000</pubDate>
			<dc:creator>choong.michael88</dc:creator>
			<guid isPermaLink="false">345470@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;Here is the header.php: &#60;a href=&#34;http://pastebin.com/raw.php?i=SZHxpQ70&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/raw.php?i=SZHxpQ70&#60;/a&#62;&#60;br /&#62;
Many thanks for your help.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Date picker stopped working after update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-stopped-working-after-update#post-345360</link>
			<pubDate>Wed, 26 Jun 2013 03:45:44 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">345360@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Michael,&#60;/p&#62;
&#60;p&#62;The best way would be to update to the latest versions of those plugins but if you can't here are the changes you will have to make to the plugin files so they will load jQuery correctly. For wp-lightbox in plugin-lightbox.php can you change the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function lbe_myplugin_lightbox_head()
{
  global $lbe_panel;
  wp_deregister_script(&#38;#39;jquery&#38;#39;);
  wp_register_script(&#38;#39;jquery&#38;#39;, $lbe_panel-&#38;gt;path().&#38;#39;/js/jquery.min.js&#38;#39;, false, &#38;#39;1.5.2&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to this, I have commented out the old jquery lines and added in the correct line&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function lbe_myplugin_lightbox_head()
{
  global $lbe_panel;
  //wp_deregister_script(&#38;#39;jquery&#38;#39;);
  //wp_register_script(&#38;#39;jquery&#38;#39;, $lbe_panel-&#38;gt;path().&#38;#39;/js/jquery.min.js&#38;#39;, false, &#38;#39;1.5.2&#38;#39;);
    wp_enqueue_script(&#38;#39;jquery&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For nivo-slider-for-wordpress in nivoslider4wp-show.php can you change the following&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function js_NivoSlider(){
	?&#38;gt;
		&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function js_NivoSlider(){
        wp_enqueue_script(&#38;#39;jquery&#38;#39;);
		//&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
	?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Can you also copy the contents of your theme's header.php file as I suspect there is a change required in there as well.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choong.michael88 on "Date picker stopped working after update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-stopped-working-after-update#post-344679</link>
			<pubDate>Tue, 25 Jun 2013 20:14:52 +0000</pubDate>
			<dc:creator>choong.michael88</dc:creator>
			<guid isPermaLink="false">344679@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;Thanks for getting back to me. I just realised, my production site is still using grafity form 1.6.12 and the date picker works fine. On my live site, i've recently updated it 1.7.5 and it's not working. When I try to downgrade my live site back to 1.6.12, it works ok.&#60;/p&#62;
&#60;p&#62;I was wondering how should I fix this problem? Please find below the two problematic plugin files:&#60;br /&#62;
Nivoslider: &#60;a href=&#34;http://tinyurl.com/q7ew7mk&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/q7ew7mk&#60;/a&#62;&#60;br /&#62;
Lightbox: &#60;a href=&#34;http://tinyurl.com/ndluztq&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/ndluztq&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I would really appreciate it if you could help me point me out where should I edit the plugin. Many thanks in advance for your help.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Date picker stopped working after update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-stopped-working-after-update#post-343631</link>
			<pubDate>Tue, 25 Jun 2013 06:20:36 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">343631@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would recommend updating those plugins to their most recent versions if at all possible, if that's not possible then it will mean editing the plugin files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choong.michael88 on "Date picker stopped working after update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-stopped-working-after-update#post-343575</link>
			<pubDate>Tue, 25 Jun 2013 05:56:49 +0000</pubDate>
			<dc:creator>choong.michael88</dc:creator>
			<guid isPermaLink="false">343575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Richard,&#60;/p&#62;
&#60;p&#62;You're absolutely right! When i disabled both plugin it works ok. Funny things is the date picker works fine on my production website: &#60;a href=&#34;http://www.gardeninternationalschool.com/test-3/&#34; rel=&#34;nofollow&#34;&#62;http://www.gardeninternationalschool.com/test-3/&#60;/a&#62; - same content same set of plugins.&#60;/p&#62;
&#60;p&#62;I can't disable these two plugins as we need it for the site to function properly. Any idea how we can fix this?&#60;/p&#62;
&#60;p&#62;Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Date picker stopped working after update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-stopped-working-after-update#post-343343</link>
			<pubDate>Tue, 25 Jun 2013 03:57:04 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">343343@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Michael,&#60;/p&#62;
&#60;p&#62;Well it's not in there, so it must just be the plugins, if you disable both lightbox evolution and nivo slider does that make any difference.  If not what other plugins are you running?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choong.michael88 on "Date picker stopped working after update"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/date-picker-stopped-working-after-update#post-343318</link>
			<pubDate>Tue, 25 Jun 2013 03:32:21 +0000</pubDate>
			<dc:creator>choong.michael88</dc:creator>
			<guid isPermaLink="false">343318@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;As requested, here is the function php - &#60;a href=&#34;http://pastebin.com/raw.php?i=62DZEfm9&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/raw.php?i=62DZEfm9&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;FYI, even if i tried to disable the lightbox evolution - the date picker still doesn't work. sigh..&#60;/p&#62;
&#60;p&#62;Michael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
