<?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: #floatMenu not on page, causes error with Form Editor</title>
		<link>https://legacy.forums.gravityhelp.com/topic/floatmenu-not-on-page-causes-error-with-form-editor</link>
		<description>Gravity Support Forums Topic: #floatMenu not on page, causes error with Form Editor</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 18:19:06 +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/floatmenu-not-on-page-causes-error-with-form-editor" rel="self" type="application/rss+xml" />

		<item>
			<title>Daniel on "#floatMenu not on page, causes error with Form Editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floatmenu-not-on-page-causes-error-with-form-editor#post-7115</link>
			<pubDate>Wed, 07 Jul 2010 23:03:31 +0000</pubDate>
			<dc:creator>Daniel</dc:creator>
			<guid isPermaLink="false">7115@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hey Carl,&#60;/p&#62;
&#60;p&#62;I tried out your suggestion - turned off all plugins and switched the theme(kubrick default &#38;amp; the twentyten) - still no go. Ive also uploaded a fresh copy of the plugin but I still get the same errors.. &#60;/p&#62;
&#60;p&#62;Could really do with some help with this as we go live in a few days with the site.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "#floatMenu not on page, causes error with Form Editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floatmenu-not-on-page-causes-error-with-form-editor#post-6809</link>
			<pubDate>Tue, 29 Jun 2010 10:25:50 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">6809@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@daniel05 You will have to check for plugin conflicts by deactivating all other plugins and then testing Gravity Forms.  It could also be something in your theme causing the conflict so you could try activating the default theme and then testing Gravity Forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Daniel on "#floatMenu not on page, causes error with Form Editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floatmenu-not-on-page-causes-error-with-form-editor#post-6801</link>
			<pubDate>Tue, 29 Jun 2010 00:47:48 +0000</pubDate>
			<dc:creator>Daniel</dc:creator>
			<guid isPermaLink="false">6801@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I seem to having the same, or at least similar, issue. The plugin was working fine for a couple of days after I installed it. But now I cannot edit or add new forms. Ive noticed in firebug Im getting a js error too when trying to add a form: /wp-admin/admin.php?page=gf_new_form  All that appears is the save button.&#60;/p&#62;
&#60;p&#62;jQuery(name).css(&#34;top&#34;) is undefined&#60;br /&#62;
[Break on this error] menuYloc = parseInt(jQuery(name).css(...ery(name).css(&#34;top&#34;).indexOf(&#34;px&#34;)))&#60;br /&#62;
floatmenu_init.js (line 5)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "#floatMenu not on page, causes error with Form Editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floatmenu-not-on-page-causes-error-with-form-editor#post-5735</link>
			<pubDate>Mon, 24 May 2010 23:45:34 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you fixed it. Thanks for the update and the extra info.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sc0ttkclark on "#floatMenu not on page, causes error with Form Editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floatmenu-not-on-page-causes-error-with-form-editor#post-5734</link>
			<pubDate>Mon, 24 May 2010 23:26:58 +0000</pubDate>
			<dc:creator>sc0ttkclark</dc:creator>
			<guid isPermaLink="false">5734@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ALSO, if anyone is wondering how I'm able to load my Users page in WP 2.9.2 -- consider making this adjustment to Line 252 in users.php to let the user list page load. This was a huge sticking point since the memory / timeout limit increase didn't resolve it. I set that code to this, WP should definitely rethink how they do this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avail_roles = array(&#38;#39;administrator&#38;#39;=&#38;gt;0,&#38;#39;editor&#38;#39;=&#38;gt;0,&#38;#39;author&#38;#39;=&#38;gt;0,&#38;#39;contributor&#38;#39;=&#38;gt;0,&#38;#39;subscriber&#38;#39;=&#38;gt;0);/*
$users_of_blog = get_users_of_blog(); // &#38;lt;-- this is a huge waste of memory, it has to load every single user from the DB to get these counts and it&#38;#39;s doing it in an incredibly terrible way!
$total_users = count( $users_of_blog );
foreach ( (array) $users_of_blog as $b_user ) {
	$b_roles = unserialize($b_user-&#38;gt;meta_value);
	foreach ( (array) $b_roles as $b_role =&#38;gt; $val ) {
		if ( !isset($avail_roles[$b_role]) )
			$avail_roles[$b_role] = 0;
		$avail_roles[$b_role]++;
	}
}
unset($users_of_blog);*/&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>sc0ttkclark on "#floatMenu not on page, causes error with Form Editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floatmenu-not-on-page-causes-error-with-form-editor#post-5733</link>
			<pubDate>Mon, 24 May 2010 23:21:17 +0000</pubDate>
			<dc:creator>sc0ttkclark</dc:creator>
			<guid isPermaLink="false">5733@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Aha! Found it out, it was a timeout. Somehow, the site was timing out before the rest of the stuff could load apparently. I increased the memory and timeout limits and it's fixed. Not sure if it's worth noting, but the users in the DB are at around 28k, so that's when I noticed the users.php part of WP-Admin come crashing down too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "#floatMenu not on page, causes error with Form Editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floatmenu-not-on-page-causes-error-with-form-editor#post-5720</link>
			<pubDate>Mon, 24 May 2010 17:40:49 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">5720@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Scott, I've been unable to replicate the issue on any of my test sites. This is my setup.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://grab.by/grabs/8eaa4c1618f848220f07dbea71c8aa9e.png&#34; rel=&#34;nofollow&#34;&#62;screenshot&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Are you seeing this in one specific browser?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "#floatMenu not on page, causes error with Form Editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floatmenu-not-on-page-causes-error-with-form-editor#post-5719</link>
			<pubDate>Mon, 24 May 2010 17:35:35 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">5719@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you provide more details? Where is this error appearing?  Is it appearing all the time? What OS and browser/version?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sc0ttkclark on "#floatMenu not on page, causes error with Form Editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floatmenu-not-on-page-causes-error-with-form-editor#post-5713</link>
			<pubDate>Mon, 24 May 2010 17:03:48 +0000</pubDate>
			<dc:creator>sc0ttkclark</dc:creator>
			<guid isPermaLink="false">5713@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Running WP 2.9.2
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sc0ttkclark on "#floatMenu not on page, causes error with Form Editor"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/floatmenu-not-on-page-causes-error-with-form-editor#post-5712</link>
			<pubDate>Mon, 24 May 2010 17:00:11 +0000</pubDate>
			<dc:creator>sc0ttkclark</dc:creator>
			<guid isPermaLink="false">5712@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;jQuery(name).css(&#34;top&#34;) is undefined &#60;a href=&#34;http://xxxx.com/wp-content/plugins/gravityforms/js/floatmenu_init.js&#34; rel=&#34;nofollow&#34;&#62;http://xxxx.com/wp-content/plugins/gravityforms/js/floatmenu_init.js&#60;/a&#62;&#60;br /&#62;
Line 5&#60;/p&#62;
&#60;p&#62;Running Latest Gravity Forms (.12) and issue happens while other plugins are deactivated.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
