<?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: Bug in Widget Area of Admin Panel, JQuery broken</title>
		<link>https://legacy.forums.gravityhelp.com/topic/bug-in-widget-area-of-admin-panel-jquery-broken</link>
		<description>Gravity Support Forums Topic: Bug in Widget Area of Admin Panel, JQuery broken</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:16:05 +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/bug-in-widget-area-of-admin-panel-jquery-broken" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Bug in Widget Area of Admin Panel, JQuery broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-in-widget-area-of-admin-panel-jquery-broken#post-51497</link>
			<pubDate>Tue, 06 Mar 2012 16:31:28 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">51497@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is a conflict being caused by a poorly developed plugin you have installed on your site, the Tabbed Widget plugin.&#60;/p&#62;
&#60;p&#62;This plugin is telling WordPress not to load jQuery when WordPress loads it's scripts.  Because the Gravity Forms widget uses jQuery for some of the widget admin functionality, that causes an error because jQuery is not present when it should be.&#60;/p&#62;
&#60;p&#62;WordPress has a script it uses to load it's scripts called load-scripts.  This is what loads necessary scripts in the admin.  The Tabbed Widget is changing what is called when scripts are loaded.  &#60;/p&#62;
&#60;p&#62;With Tabbed Widgets Plugin Activated:&#60;/p&#62;
&#60;p&#62;&#38;lt;script type='text/javascript' src='http://www.chimicles.com.php5-25.dfw1-2.websitetestlink.com/wp-admin/load-scripts.php?c=1&#38;amp;load=utils&#38;amp;ver=916a4f3ff0db9b50007f71d1ada77c29'&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;Without Tabbed Widgets Plugin Activated:&#60;/p&#62;
&#60;p&#62;&#38;lt;script type='text/javascript' src='http://www.chimicles.com.php5-25.dfw1-2.websitetestlink.com/wp-admin/load-scripts.php?c=1&#38;amp;load=jquery,utils&#38;amp;ver=edec3fab0cb6297ea474806db1895fa7'&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;Look at the load parameter being passed in the query string of the code.  The Tabbed Widgets Plugin is manipulating WordPress and telling it NOT to load jQuery.  &#60;/p&#62;
&#60;p&#62;Gravity Forms needs jQuery and it should be loaded.  Because it is not loaded, a jQuery errors occurs.&#60;/p&#62;
&#60;p&#62;So the issue is the Tabbed Widget plugin was not developed properly and is causing the problem to occur.  You either need to discuss this with the Tabbed Widget's developer and have them look into it, or use a different solution for tabbed widgets that is developed properly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Bug in Widget Area of Admin Panel, JQuery broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-in-widget-area-of-admin-panel-jquery-broken#post-51108</link>
			<pubDate>Fri, 02 Mar 2012 08:07:14 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51108@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you send me a login to &#60;a href=&#34;mailto:rob@rocketgenius.com&#34;&#62;rob@rocketgenius.com&#60;/a&#62; so I can take a look?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cobrien_schubert on "Bug in Widget Area of Admin Panel, JQuery broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-in-widget-area-of-admin-panel-jquery-broken#post-51074</link>
			<pubDate>Thu, 01 Mar 2012 19:02:33 +0000</pubDate>
			<dc:creator>cobrien_schubert</dc:creator>
			<guid isPermaLink="false">51074@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;this is Wordpress 3.1.1
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cobrien_schubert on "Bug in Widget Area of Admin Panel, JQuery broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-in-widget-area-of-admin-panel-jquery-broken#post-51073</link>
			<pubDate>Thu, 01 Mar 2012 19:01:40 +0000</pubDate>
			<dc:creator>cobrien_schubert</dc:creator>
			<guid isPermaLink="false">51073@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Would the frontend template effect the backend functionality?&#60;/p&#62;
&#60;p&#62;The functionality returns when the Gravity forms is deactivated.  No other plugins effect the backend functionality.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Bug in Widget Area of Admin Panel, JQuery broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-in-widget-area-of-admin-panel-jquery-broken#post-51062</link>
			<pubDate>Thu, 01 Mar 2012 17:44:19 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">51062@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Widgets area works in my dev site - have you tried to see if this could be theme related perhaps?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cobrien_schubert on "Bug in Widget Area of Admin Panel, JQuery broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/bug-in-widget-area-of-admin-panel-jquery-broken#post-51061</link>
			<pubDate>Thu, 01 Mar 2012 17:39:49 +0000</pubDate>
			<dc:creator>cobrien_schubert</dc:creator>
			<guid isPermaLink="false">51061@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;When I have the gravity forms activated, the widget page JQuery functionality is lost.  I turned on and off a number of plugins but the only plugin that affected the issue was the Gravity Forms.  Any ideas about why this would be occuring?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
