<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Quick Tips: How to quickly change the Contact Form 7 Ajax loading gif &#8211; Updated for CF7 v5	</title>
	<atom:link href="https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/</link>
	<description>Web Design &#38; Digital Marketing</description>
	<lastBuildDate>Fri, 07 Jun 2024 12:47:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: Andy Lang		</title>
		<link>https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-116425</link>

		<dc:creator><![CDATA[Andy Lang]]></dc:creator>
		<pubDate>Tue, 14 May 2024 19:26:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thriveuk.com/?p=36171#comment-116425</guid>

					<description><![CDATA[Updated for CF7 v5. 
Comments re-opened.]]></description>
			<content:encoded><![CDATA[<p>Updated for CF7 v5.<br />
Comments re-opened.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy Lang		</title>
		<link>https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-1246</link>

		<dc:creator><![CDATA[Andy Lang]]></dc:creator>
		<pubDate>Thu, 04 Oct 2018 14:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.thriveuk.com/?p=36171#comment-1246</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-894&quot;&gt;Mastertic&lt;/a&gt;.

Hi, the form&#039;s &lt;a href=&quot;https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#my-cf7-form&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-894">Mastertic</a>.</p>
<p>Hi, the form&#8217;s <a href="https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#my-cf7-form" rel="nofollow">here</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mastertic		</title>
		<link>https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-894</link>

		<dc:creator><![CDATA[Mastertic]]></dc:creator>
		<pubDate>Sat, 22 Sep 2018 20:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.thriveuk.com/?p=36171#comment-894</guid>

					<description><![CDATA[Include a link to your Contact Form 7 form so we can examine your form in detail (using Firebug or Chrome Dev Tools) to understand the CSS used for your Contact Form 7 form elements.]]></description>
			<content:encoded><![CDATA[<p>Include a link to your Contact Form 7 form so we can examine your form in detail (using Firebug or Chrome Dev Tools) to understand the CSS used for your Contact Form 7 form elements.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Abd Hannan		</title>
		<link>https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-188</link>

		<dc:creator><![CDATA[Abd Hannan]]></dc:creator>
		<pubDate>Fri, 26 Jan 2018 02:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.thriveuk.com/?p=36171#comment-188</guid>

					<description><![CDATA[Thank you so much man :)]]></description>
			<content:encoded><![CDATA[<p>Thank you so much man 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy Lang		</title>
		<link>https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-101</link>

		<dc:creator><![CDATA[Andy Lang]]></dc:creator>
		<pubDate>Thu, 06 Jul 2017 05:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.thriveuk.com/?p=36171#comment-101</guid>

					<description><![CDATA[Quick Update:

So I was chatting to someone the other day about this who was having a problem getting this to work, but couldn&#039;t figure out why. They were using a theme, with a child theme for modifications, which is all good. 

They&#039;d used ftp and uploaded the file to a new images directory in their child theme folder, as above. 

However, instead of adding the css into the theme&#039;s stylesheet, the theme had it&#039;s own &#039;Custom CSS&#039; screen in the theme options panel and it turned out they&#039;d used this to add the code above.

This didn&#039;t work since the filepath in this context was relative to the parent theme and not the child, so the new gif wasn&#039;t found. This also happens if you or your theme adds the CSS to the native customiser in WordPress which is: &#039;Appearance &gt; Customise &gt; Additional CSS&#039; 

Instead of using either of these ways to add the CCS, it&#039;s much easier to use &#039;Appearance &gt; Editor&#039; and add the css above in your stylesheet as per the original instructions.

If, for whatever reason, you still want to use a the native customiser or a theme driven custom CSS screen, then the simple solution to this is to use an absolute filepath. 

Andy]]></description>
			<content:encoded><![CDATA[<p>Quick Update:</p>
<p>So I was chatting to someone the other day about this who was having a problem getting this to work, but couldn&#8217;t figure out why. They were using a theme, with a child theme for modifications, which is all good. </p>
<p>They&#8217;d used ftp and uploaded the file to a new images directory in their child theme folder, as above. </p>
<p>However, instead of adding the css into the theme&#8217;s stylesheet, the theme had it&#8217;s own &#8216;Custom CSS&#8217; screen in the theme options panel and it turned out they&#8217;d used this to add the code above.</p>
<p>This didn&#8217;t work since the filepath in this context was relative to the parent theme and not the child, so the new gif wasn&#8217;t found. This also happens if you or your theme adds the CSS to the native customiser in WordPress which is: &#8216;Appearance > Customise > Additional CSS&#8217; </p>
<p>Instead of using either of these ways to add the CCS, it&#8217;s much easier to use &#8216;Appearance > Editor&#8217; and add the css above in your stylesheet as per the original instructions.</p>
<p>If, for whatever reason, you still want to use a the native customiser or a theme driven custom CSS screen, then the simple solution to this is to use an absolute filepath. </p>
<p>Andy</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy Lang		</title>
		<link>https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-69</link>

		<dc:creator><![CDATA[Andy Lang]]></dc:creator>
		<pubDate>Thu, 13 Apr 2017 13:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.thriveuk.com/?p=36171#comment-69</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-64&quot;&gt;Richard&lt;/a&gt;.

Hey Richard

Absolutely. I realised a while back that since 4.6 this was now updated, but only got round to updating this post due to workload, but you&#039;re 100% correct - so as you suggest - the new solution is above.

Thanks
Andy]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-64">Richard</a>.</p>
<p>Hey Richard</p>
<p>Absolutely. I realised a while back that since 4.6 this was now updated, but only got round to updating this post due to workload, but you&#8217;re 100% correct &#8211; so as you suggest &#8211; the new solution is above.</p>
<p>Thanks<br />
Andy</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy Lang		</title>
		<link>https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-68</link>

		<dc:creator><![CDATA[Andy Lang]]></dc:creator>
		<pubDate>Thu, 13 Apr 2017 13:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.thriveuk.com/?p=36171#comment-68</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-60&quot;&gt;GemBro&lt;/a&gt;.

Hey GemBro

Yeah I agree about the gifs. I tend to create a new one with the background already included if it&#039;s on anything other than white. Unless it&#039;s a top $ job I&#039;m lazy and don&#039;t tend to have the time to make my own - but I should give it a try one day :)

Replacing the image is fine - but every time you update the plugin - you&#039;ll have to remember to go back and add the file back into the plugin&#039;s folder. Remember I said I was lazy? Yeah - so just bang the file into your theme&#039;s folder and add the CSS and forget it.

Anyhow thanks for the feedback!
cheers
Andy]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-60">GemBro</a>.</p>
<p>Hey GemBro</p>
<p>Yeah I agree about the gifs. I tend to create a new one with the background already included if it&#8217;s on anything other than white. Unless it&#8217;s a top $ job I&#8217;m lazy and don&#8217;t tend to have the time to make my own &#8211; but I should give it a try one day 🙂</p>
<p>Replacing the image is fine &#8211; but every time you update the plugin &#8211; you&#8217;ll have to remember to go back and add the file back into the plugin&#8217;s folder. Remember I said I was lazy? Yeah &#8211; so just bang the file into your theme&#8217;s folder and add the CSS and forget it.</p>
<p>Anyhow thanks for the feedback!<br />
cheers<br />
Andy</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy Lang		</title>
		<link>https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-67</link>

		<dc:creator><![CDATA[Andy Lang]]></dc:creator>
		<pubDate>Thu, 13 Apr 2017 13:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thriveuk.com/?p=36171#comment-67</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-59&quot;&gt;Nice 2 meet you&lt;/a&gt;.

Yeah I saw this when I was building a site over Christmas just too busy to update this article.  I&#039;ve posted the fix since v4.6 above.

Thanks for the feedback.

Andy]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-59">Nice 2 meet you</a>.</p>
<p>Yeah I saw this when I was building a site over Christmas just too busy to update this article.  I&#8217;ve posted the fix since v4.6 above.</p>
<p>Thanks for the feedback.</p>
<p>Andy</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy Lang		</title>
		<link>https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-66</link>

		<dc:creator><![CDATA[Andy Lang]]></dc:creator>
		<pubDate>Thu, 13 Apr 2017 13:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.thriveuk.com/?p=36171#comment-66</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-57&quot;&gt;MJ&lt;/a&gt;.

Hey MJ

Since I posted the original article, and as a few folks have pointed out here in the comments, CF7&#039;s been changed since v4.6 and it&#039;s now much easier.

The new solution is above.

cheers
Andy]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-57">MJ</a>.</p>
<p>Hey MJ</p>
<p>Since I posted the original article, and as a few folks have pointed out here in the comments, CF7&#8217;s been changed since v4.6 and it&#8217;s now much easier.</p>
<p>The new solution is above.</p>
<p>cheers<br />
Andy</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Richard		</title>
		<link>https://www.thriveuk.com/quick-tips-change-default-contact-form-7-ajax-spinner/#comment-64</link>

		<dc:creator><![CDATA[Richard]]></dc:creator>
		<pubDate>Sat, 08 Apr 2017 14:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.thriveuk.com/?p=36171#comment-64</guid>

					<description><![CDATA[Cheers for this, I couldn&#039;t get it to work on my theme either.
But I found a better solution with 1-line of CSS in my child theme:

div.wpcf7 .ajax-loader {background-image: url(&#039;images/ajax-loader.gif&#039;);}]]></description>
			<content:encoded><![CDATA[<p>Cheers for this, I couldn&#8217;t get it to work on my theme either.<br />
But I found a better solution with 1-line of CSS in my child theme:</p>
<p>div.wpcf7 .ajax-loader {background-image: url(&#8216;images/ajax-loader.gif&#8217;);}</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk
Database Caching 28/46 queries in 0.013 seconds using Disk

Served from: www.thriveuk.com @ 2026-07-28 00:34:46 by W3 Total Cache
-->