<?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: Image Upload Progress Bar</title>
		<link>https://legacy.forums.gravityhelp.com/topic/image-upload-progress-bar</link>
		<description>Gravity Support Forums Topic: Image Upload Progress Bar</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 04:48:20 +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/image-upload-progress-bar" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Image Upload Progress Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-upload-progress-bar#post-28778</link>
			<pubDate>Wed, 29 Jun 2011 11:17:48 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28778@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like your styles are working fine now and the div is being displayed.&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://bit.ly/luzKZG&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/luzKZG&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Yeah, you've had errors on your site since we started and I've noticed that the page is very very slow to load. I was getting 500 Server Errors ( &#60;a href=&#34;http://grab.by/arDf&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/arDf&#60;/a&#62; ) early on and the page wouldn't load at all. I also see an error related to a wp-recaptcha plugin ( &#60;a href=&#34;http://bit.ly/mgBZDH&#34; rel=&#34;nofollow&#34;&#62;http://bit.ly/mgBZDH&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;I doubt the performance issue has anything to do with your form - most likely it's scripts from other plugins or your theme itself that are causing the issue.&#60;/p&#62;
&#60;p&#62;Please start a new thread if you're having problems getting your form submissions since that's not related to the topic here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>made-connection on "Image Upload Progress Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-upload-progress-bar#post-28777</link>
			<pubDate>Wed, 29 Jun 2011 11:14:20 +0000</pubDate>
			<dc:creator>made-connection</dc:creator>
			<guid isPermaLink="false">28777@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;oh, when i use an ID  #fakeprogress i do get the msg pop up below my submit btn.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>made-connection on "Image Upload Progress Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-upload-progress-bar#post-28775</link>
			<pubDate>Wed, 29 Jun 2011 10:59:24 +0000</pubDate>
			<dc:creator>made-connection</dc:creator>
			<guid isPermaLink="false">28775@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;thanks for a quick reply.  Yes, i changed the ids to classes - but nothing this time.   My site is running really slowly though.  I've also never received a notification to my inbox from this form.  The others work perfectly well. Hope you can help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Image Upload Progress Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-upload-progress-bar#post-28772</link>
			<pubDate>Wed, 29 Jun 2011 09:21:42 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28772@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You're mixing things again. In the example, the new div was given an ID of &#34;fakeprogress&#34;. Since you changed that to a class name, you need to change that in your CSS for it to apply properly. The rule in your stylesheet is still looking for an ID so it's not being applied. Try changing your rules to this.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
.fakeprogress {
	background-color:#ceecff;
	border:2px solid #ADDEFC;
	background-image:url(../../uploads/btn/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center 65px;
	height:120px;
	width:400px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-60px;
	margin-left:-200px;
	z-index:100;
}
.fakeprogress h2 {
	text-align:center;
	margin:0;
	padding:25px 0 0 0;
	font-weight:bold;
	font-size:24px;
	font-family:sans-serif;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>made-connection on "Image Upload Progress Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-upload-progress-bar#post-28771</link>
			<pubDate>Wed, 29 Jun 2011 08:59:13 +0000</pubDate>
			<dc:creator>made-connection</dc:creator>
			<guid isPermaLink="false">28771@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Kevin,&#60;br /&#62;
my registration page is now seeing some action.    The only thing is the message appears below the submit button and not as a graphic in the center of the screen.  The CSS for the Fakeprogress bar is contained within the child theme's CSS, would that make a difference?&#60;br /&#62;
As for the Button class that i use, i used borrowed that from &#60;a href=&#34;http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba&#34; rel=&#34;nofollow&#34;&#62;http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba&#60;/a&#62; and it worked so i didn't think that i was doing anything wrong.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Image Upload Progress Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-upload-progress-bar#post-28678</link>
			<pubDate>Tue, 28 Jun 2011 10:22:06 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28678@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, I see the div being added to the markup now by the jQuery. Here's your problem. Your form markup uses a button element to submit the form, not a standard input element.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;button class=&#38;#39;large green awesome&#38;#39; id=&#38;#39;gform_submit_button_1&#38;#39;&#38;gt;登録します！&#38;lt;/button&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Your jQuery is trying to add the onClick event to an input so that's why nothing happens. You need to target the button element instead.. I used the button ID in the example below&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function() {

	// clear the fields
		jQuery.fn.cleardefault = function() {
		return this.focus(function() {
			if( this.value == this.defaultValue ) {
				this.value = &#38;quot;&#38;quot;;
			}
		}).blur(function() {
			if( !this.value.length ) {
				this.value = this.defaultValue;
			}
		});
	};
	jQuery(&#38;quot;.clearit input, .clearit textarea&#38;quot;).cleardefault();

	// upload progress bar
	jQuery(&#38;quot;.gform_wrapper&#38;quot;).after(&#38;quot;&#38;lt;div class=&#38;#39;fakeprogress&#38;#39;&#38;gt;&#38;lt;h2&#38;gt;アップロード中。。。少々お待ちください&#38;lt;/h2&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;);
	jQuery(&#38;quot;.fakeprogress&#38;quot;).hide();
	jQuery(&#38;quot;.gform_footer button#gform_submit_button_1&#38;quot;).click(function () {
			jQuery(&#38;quot;.fakeprogress&#38;quot;).delay(3000).show(&#38;#39;slow&#38;#39;);
	});

});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also, I noticed the class name on your button is &#34;large green awesome&#34; just remember that class names don't have spaces. The browser will interpret this as 3 separate classes &#34;large&#34;, &#34;green&#34; &#38;amp; &#34;awesome&#34;.&#60;/p&#62;
&#60;p&#62;Lastly, I don't see the styles for the new &#34;fakeprogress&#34; bar in your stylesheet. Don't forget to include those so everything works properly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>made-connection on "Image Upload Progress Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-upload-progress-bar#post-28676</link>
			<pubDate>Tue, 28 Jun 2011 09:02:52 +0000</pubDate>
			<dc:creator>made-connection</dc:creator>
			<guid isPermaLink="false">28676@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Kevin, you're a legend. However I'm still not getting any progress bars on my registration page. &#60;a href=&#34;http://made-connection.com/%E7%99%BB%E9%8C%B2/?lang=ja&#34; rel=&#34;nofollow&#34;&#62;http://made-connection.com/%E7%99%BB%E9%8C%B2/?lang=ja&#60;/a&#62;&#60;br /&#62;
I'm still scratching my head...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Image Upload Progress Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-upload-progress-bar#post-28582</link>
			<pubDate>Mon, 27 Jun 2011 11:52:59 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28582@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I looked and saw your new div wasn't being written to the page after the form wrapper. Upon closer inspection, your jQuery script was missing a double-quote and the script wasn't being executed properly. Also, I would just include that script in the same block with the clear fields script above to keep it cleaner. Something like this..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;jQuery(document).ready(function() {

	// clear the fields
		jQuery.fn.cleardefault = function() {
		return this.focus(function() {
			if( this.value == this.defaultValue ) {
				this.value = &#38;quot;&#38;quot;;
			}
		}).blur(function() {
			if( !this.value.length ) {
				this.value = this.defaultValue;
			}
		});
	};
	jQuery(&#38;quot;.clearit input, .clearit textarea&#38;quot;).cleardefault();

	// upload progress bar
	jQuery(&#38;quot;.gform_wrapper&#38;quot;).after(&#38;quot;&#38;lt;div class=&#38;#39;fakeprogress&#38;#39;&#38;gt;&#38;lt;h2&#38;gt;アップロード中。。。少々お待ちください&#38;lt;/h2&#38;gt;&#38;lt;/div&#38;gt;&#38;quot;);
	jQuery(&#38;quot;.fakeprogress&#38;quot;).hide();
	jQuery(&#38;quot;.gform_footer input.button&#38;quot;).click(function () {
			jQuery(&#38;quot;.fakeprogress&#38;quot;).delay(3000).show(&#38;#39;slow&#38;#39;);
	});

});&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Try that and see if you get a little closer.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>made-connection on "Image Upload Progress Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-upload-progress-bar#post-28581</link>
			<pubDate>Mon, 27 Jun 2011 11:36:32 +0000</pubDate>
			<dc:creator>made-connection</dc:creator>
			<guid isPermaLink="false">28581@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cheers Kevin, I just uploaded my site today, so there is some funny business going on... should be OK now though ;p
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Flahaut on "Image Upload Progress Bar"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/image-upload-progress-bar#post-28580</link>
			<pubDate>Mon, 27 Jun 2011 11:33:41 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">28580@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@made-connection&#60;/p&#62;
&#60;p&#62;I get a server error when I try looking at your form.. I've tried a few times and no luck&#60;/p&#62;
&#60;p&#62;screenshot: &#60;a href=&#34;http://grab.by/arDf&#34; rel=&#34;nofollow&#34;&#62;http://grab.by/arDf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;EDIT: The form page finally loaded. I'll check it out and see what I can tell you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
