<?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: Issue with layout - I think its javascript related?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/issue-with-layout-i-think-its-javascript-related</link>
		<description>Gravity Support Forums Topic: Issue with layout - I think its javascript related?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 15:25:33 +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/issue-with-layout-i-think-its-javascript-related" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Issue with layout - I think its javascript related?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-with-layout-i-think-its-javascript-related#post-283675</link>
			<pubDate>Tue, 28 May 2013 12:38:33 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">283675@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're welcome, I believe in one of your theme files, probably the functions.php file you will either find the script include I posted above or something similar to this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_enqueue_script(&#38;#39;effects&#38;#39;,get_template_directory_uri().&#38;#39;/js/effects.js&#38;#39;,array(&#38;#39;jquery&#38;#39;),false,true);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;whereas they should have used the copy that is included with wordpress by using this instead&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;wp_enqueue_script( &#38;#39;jquery-effects-core&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DGRComms on "Issue with layout - I think its javascript related?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-with-layout-i-think-its-javascript-related#post-283618</link>
			<pubDate>Tue, 28 May 2013 12:20:09 +0000</pubDate>
			<dc:creator>DGRComms</dc:creator>
			<guid isPermaLink="false">283618@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Kevin and Richard,&#60;/p&#62;
&#60;p&#62;Thank you so much!.  I will check those too things out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Issue with layout - I think its javascript related?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-with-layout-i-think-its-javascript-related#post-276302</link>
			<pubDate>Sat, 25 May 2013 12:35:03 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">276302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Your theme is including the following file in the footer of your page&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;https://aadgp.org/wordpress/wp-content/themes/Centum/js/effects.js?ver=3.5.1&#38;#39;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I believe it is this file that is preventing the jQuery UI datepicker script from functioning correctly, it looks like it is an old version of jQuery UI effects core which isn't compatible with jQuery UI 1.9 and newer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Issue with layout - I think its javascript related?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-with-layout-i-think-its-javascript-related#post-274786</link>
			<pubDate>Sat, 25 May 2013 01:12:30 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">274786@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The datepicker image and the problem there stems from line 59 of your theme's base.css file where it sets all images with a &#34;display: block&#34; property. If you disable that, then you'll see that the image is aligned properly.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://i.imgur.com/jshGXw5.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/jshGXw5.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Yes, there is also a script error so the datepicker isn't launching correctly when you click on the image.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://i.imgur.com/D4YCvMC.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/D4YCvMC.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not sure yet, but it looks like you may have 2 different versions of jQuery being loaded (1.8.3 and 1.9.2) and most likely that's the issue. I'll dig a little deeper and let you know what I find.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DGRComms on "Issue with layout - I think its javascript related?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/issue-with-layout-i-think-its-javascript-related#post-273918</link>
			<pubDate>Fri, 24 May 2013 17:27:11 +0000</pubDate>
			<dc:creator>DGRComms</dc:creator>
			<guid isPermaLink="false">273918@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am working on various forms for this website and on this form input boxes are not aligned with the text and also the calendar icon is not working.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://aadgp.org/wordpress/publications-lists/order-form/&#34; rel=&#34;nofollow&#34;&#62;https://aadgp.org/wordpress/publications-lists/order-form/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any ideas what could be causing this?  I have tested the form in all browsers and its the same.&#60;/p&#62;
&#60;p&#62;This is the shortcode I am using for the form [gravityform id=&#34;3&#34; name=&#34;Materials Order Form&#34; title=&#34;false&#34; description=&#34;false&#34; ajax=&#34;true&#34;]&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Ginnie
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
