<?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: Javascript Issues</title>
		<link>https://legacy.forums.gravityhelp.com/topic/javascript-issues</link>
		<description>Gravity Support Forums Topic: Javascript Issues</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:22:57 +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/javascript-issues" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Javascript Issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/javascript-issues#post-353495</link>
			<pubDate>Sun, 30 Jun 2013 04:59:40 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">353495@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Michael,&#60;/p&#62;
&#60;p&#62;I have replied to your email with the necessary changes you will need to make to your theme files.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choong.michael88 on "Javascript Issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/javascript-issues#post-352803</link>
			<pubDate>Sat, 29 Jun 2013 19:50:47 +0000</pubDate>
			<dc:creator>choong.michael88</dc:creator>
			<guid isPermaLink="false">352803@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;Many thanks for getting back to me. I've sent you an email. &#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Javascript Issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/javascript-issues#post-351789</link>
			<pubDate>Sat, 29 Jun 2013 06:02:03 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">351789@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Michael it's not a problem. It looks like you added the JavaScript and PHP comment marker // outside the script, it will only work when placed inside the script tags, for comments outside the script tags you would use the standard html comment tags like so &#38;lt;!-- your commented out html here --&#38;gt;&#60;/p&#62;
&#60;p&#62;It still looks like an old CDN copy of jQuery 1.7.1 is being included which must be coming from one of the other plugins as we fixed the jQuery includes in the theme, nivo-slider and wp-lightbox.&#60;/p&#62;
&#60;p&#62;If you want you could send me a temporary admin username and password to richard[at]rocketgenius[dot]com and I will take a closer look.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>choong.michael88 on "Javascript Issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/javascript-issues#post-350668</link>
			<pubDate>Fri, 28 Jun 2013 19:18:30 +0000</pubDate>
			<dc:creator>choong.michael88</dc:creator>
			<guid isPermaLink="false">350668@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Richard. I have removed the &#38;lt;script&#38;gt;var $ = jQuery.noConflict();&#38;lt;/script&#38;gt; but the ticker is still not showing up. &#60;/p&#62;
&#60;p&#62;Also, I noticed the date picker button is also not showing up after changing the code, &#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;&#60;/p&#62;
&#60;p&#62;Any idea what else we need to change? I'm so sorry for taking up so much of your time. Really appreciate it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Javascript Issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/javascript-issues#post-349196</link>
			<pubDate>Fri, 28 Jun 2013 03:27:15 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">349196@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For some reason an old copy of jQuery (1.7.1) is being included from Google, the recommended version to use is 1.8.3 which is the version that is bundled in with WordPress, if you want to use a CDN copy I would advise you use a plugin such as &#60;a href=&#34;http://wordpress.org/plugins/use-google-libraries/&#34; rel=&#34;nofollow&#34;&#62;Use Google Libraries&#60;/a&#62; it will call the same version that ships with WordPress.&#60;/p&#62;
&#60;p&#62;Can you try removing the following line from header.php and then check your page again&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script&#38;gt;var $ = jQuery.noConflict();&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>choong.michael88 on "Javascript Issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/javascript-issues#post-348639</link>
			<pubDate>Thu, 27 Jun 2013 19:30:53 +0000</pubDate>
			<dc:creator>choong.michael88</dc:creator>
			<guid isPermaLink="false">348639@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;You're absolutely right. The NivoSlider is working ok. &#60;/p&#62;
&#60;p&#62;I've changed the global.js to jQuery(document).ready(function($){ but unfortunately the ticker still not showing up. Any idea what else we need to change?&#60;/p&#62;
&#60;p&#62;I'm so sorry for taking up so much of your time. Really appreciate it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Javascript Issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/javascript-issues#post-347418</link>
			<pubDate>Thu, 27 Jun 2013 05:35:19 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">347418@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Michael,&#60;/p&#62;
&#60;p&#62;When I checked your page only the ticker wasn't working, in your theme's js folder you should find a file called global.js the first line of which should look like this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$(document).ready(function(){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;can you change it to the following and then check your page again, you may need to clear your cache once you've made the change.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function($){&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>choong.michael88 on "Javascript Issues"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/javascript-issues#post-347298</link>
			<pubDate>Thu, 27 Jun 2013 04:18:33 +0000</pubDate>
			<dc:creator>choong.michael88</dc:creator>
			<guid isPermaLink="false">347298@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Richard,&#60;/p&#62;
&#60;p&#62;Apologies for creating a new topic as I'm not able to add new reply to the earlier topic at &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/date-picker-stopped-working-after-update#post-345601&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/date-picker-stopped-working-after-update#post-345601&#60;/a&#62; (it has been closed by the administrator).&#60;/p&#62;
&#60;p&#62;As requested, I've changed my header.php to the given code but I'm now having problems with the newsticker and the nivoslider. Both plugins are not showing up. I was wondering if you could help me? My website can be found at &#60;a href=&#34;http://www.gardeninternationalschool.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.gardeninternationalschool.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Many thanks in advanced for your help.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
