<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.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>THE MOLITOR FORUMS &#187; Topic: Form breaking background images</title>
		<link>http://www.themolitor.com/forums/topic/form-breaking-background-images</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Form breaking background images</description>
		<language>en-US</language>
		<pubDate>Sat, 02 May 2026 04:47:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/form-breaking-background-images" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22465</link>
			<pubDate>Thu, 08 Aug 2013 12:38:34 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22465@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome! Glad we figured this out :-)</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>khellar on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22456</link>
			<pubDate>Wed, 07 Aug 2013 22:14:19 +0000</pubDate>
			<dc:creator>khellar</dc:creator>
			<guid isPermaLink="false">22456@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you!!! Frickin genius! Worked like a charm :))))))
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22433</link>
			<pubDate>Wed, 07 Aug 2013 10:20:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22433@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I realized something... Chrome and Safari both add an outline to the input when you click in the box. I added "outline:none;" to the input/textarea via CSS, and that seems to remove the outline event, which also seems to address this browser bug. Here's what I did...</p>
<p>Open style.css and change the following on lines 509-510 from this...</p>
<pre><code>input[type=&#34;text&#34;],input[type=&#34;password&#34;] {padding:10px; width:45%; margin:5px 0 0 0; border:none; background:#fff; box-shadow: 0 1px 1px rgba(0,0,0,.15)}
textarea {padding:9px; width:90%; height: 150px; font-size:12px; border:none; background:#fff; box-shadow: 0 1px 1px rgba(0,0,0,.15)}</code></pre>
<p>...to this...</p>
<pre><code>input[type=&#34;text&#34;],input[type=&#34;password&#34;],input[type=&#34;email&#34;] {padding:10px; width:45%; margin:5px 0 0 0; border:none; background:#fff; box-shadow: 0 1px 1px rgba(0,0,0,.15); outline: none;}
textarea {padding:9px; width:90%; height: 150px; font-size:12px; border:none; background:#fff; box-shadow: 0 1px 1px rgba(0,0,0,.15); outline: none;}</code></pre>
<p>(I also added styling for the new email input field added by Contact Form 7).</p>
<p>Let me know if that works on your end.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22432</link>
			<pubDate>Wed, 07 Aug 2013 09:35:04 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22432@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You're right. This makes sense because Safari and Chrome use the same browser engine (webkit). I'm about 90% sure this isn't a theme-related issue, but has to do with a browser bug. I'm seeing similar issues mentioned here:</p>
<p>Example 1: <a href="http://code.google.com/p/chromium/issues/detail?id=111218" rel="nofollow">http://code.google.com/p/chromium/issues/detail?id=111218</a></p>
<p>Example 2: <a href="http://stackoverflow.com/questions/9275802/css-background-image-disappearing-in-chrome" rel="nofollow">http://stackoverflow.com/questions/9275802/css-background-image-disappearing-in-chrome</a></p>
<p>I'll continue to double-check this to make sure there isn't another method to accommodate this issue.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>khellar on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22419</link>
			<pubDate>Tue, 06 Aug 2013 00:47:25 +0000</pubDate>
			<dc:creator>khellar</dc:creator>
			<guid isPermaLink="false">22419@http://www.themolitor.com/forums/</guid>
			<description><p>Hi again Chris,<br />
Thanks so much for the attention on this thread and sorry to keep dragging it out. My issue is actually in Chrome and even after I've updated the codes as per your instructions above, I still have issues with my HTML5 forms when used below the video module. You say it's not an issue with the theme yet it seems very much to be a problem. As I said all I have installed is akismet and contact form 7 (or I disable contact form 7 and use another plugin) and if the form is below the video plugin, clicking inside the forms breaks the images in many of the panels.</p>
<p>Would you please help with this fix as the problem is not yet resolved?</p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22410</link>
			<pubDate>Mon, 05 Aug 2013 14:13:39 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22410@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I posted instructions that address background issues in Safari. Good news is that this isn't a theme issue, but the bad news is that it's a Safari bug with how it handles background images that have a fixed attachment. </p>
<p>Here's the fix: <a href="http://www.themolitor.com/forums/topic/update-v111-for-panels" rel="nofollow">http://www.themolitor.com/forums/topic/update-v111-for-panels</a></p>
<p>If you have questions, please continue this conversation in that thread. I'll close this thread for now.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22400</link>
			<pubDate>Mon, 05 Aug 2013 12:30:52 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22400@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thanks for the additional details. That helps. Since I can't recreate the problem on my demo site, I'm marking this thread "pending review" as I'll have to research this to see if it actually is a theme issue.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>khellar on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22379</link>
			<pubDate>Sun, 04 Aug 2013 07:51:42 +0000</pubDate>
			<dc:creator>khellar</dc:creator>
			<guid isPermaLink="false">22379@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,<br />
Thanks for looking into this again! Unfortunately it seems like the video code from template is incompatible with many different contact forms. I went ahead and deleted the contact form 7 plugin and used a new one (js contact form) and again, any time the video panel is above the contact form and the user clicks into the form, all of the background images break. This seems like a pretty big issue related to the theme. Would it be possible to have your help please to assist in resolving this? The only other plugin I have enabled is akismet. There's something with forms and the video code from your theme that are creating conflicts!</p>
<p>Thanks very much,<br />
Khellar
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22355</link>
			<pubDate>Thu, 01 Aug 2013 13:05:27 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22355@http://www.themolitor.com/forums/</guid>
			<description><p>I did a test with a contact form and vimeo videos here: <a href="http://test.themolitor.com/panels/" rel="nofollow">http://test.themolitor.com/panels/</a></p>
<p>I don't experience any issues, so this leads me to think it has something to do with your particular setup. Do you have additional plugins installed? If so, try deactivating those to see if the issue still occurs.</p>
<p>If that doesn't help, try removing any pages from the menu that have iframe/embedded content (except for the contact page and video embed pages) and see if the issue still occurs.</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22354</link>
			<pubDate>Thu, 01 Aug 2013 12:49:09 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22354@http://www.themolitor.com/forums/</guid>
			<description><p>Looking into it now...
</p></description>
		</item>
		<item>
			<title>khellar on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22347</link>
			<pubDate>Wed, 31 Jul 2013 14:10:47 +0000</pubDate>
			<dc:creator>khellar</dc:creator>
			<guid isPermaLink="false">22347@http://www.themolitor.com/forums/</guid>
			<description><p>Still awaiting your help with this, thank you :)
</p></description>
		</item>
		<item>
			<title>khellar on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22327</link>
			<pubDate>Tue, 30 Jul 2013 23:06:31 +0000</pubDate>
			<dc:creator>khellar</dc:creator>
			<guid isPermaLink="false">22327@http://www.themolitor.com/forums/</guid>
			<description><p>Ok so I found the culprit! When I add a vimeo video to the page, clicking inside my contact form breaks all the background images. What would be the best way to remedy this? I definitely need to include video. </p>
<p>My video page is simply this:<br />
&#60;h2&#62;Video&#60;/h2&#62;<br />
[vimeo id="70461752"]</p>
<p>Let me know if you want me to re-enable the video so you can check it out. Thanks for your time as always.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22255</link>
			<pubDate>Thu, 25 Jul 2013 10:41:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22255@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I see it now... This is really odd. Do you have additional plugins installed? If so, try deactivating those to see if the issue still occurs. </p>
<p>If that doesn't help, try removing any pages from the menu that have iframe/embedded content (except for the contact page) and see if the issue still occurs.</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>khellar on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22245</link>
			<pubDate>Wed, 24 Jul 2013 21:38:03 +0000</pubDate>
			<dc:creator>khellar</dc:creator>
			<guid isPermaLink="false">22245@http://www.themolitor.com/forums/</guid>
			<description><p>Hey thanks for the quick response Chris. Actually no the issue hasn't been resolved yet. Anytime I click in on of the fields most of the lower background images disappear. I'm on os x mountain lion using chrome (Version 28.0.1500.71) and safari (6.0.2), both of which are giving the same issue.</p>
<p>If you don't have a mac system to replicate the issue, you can use Mountain Lion and Chrome (v27 or 28) options at browserstack.com (free trial acct takes 2 seconds to create). If you do you will see that when you click inside the form, all the background images break on the lower pages.</p>
<p>Any help would be greatly appreciated!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22228</link>
			<pubDate>Wed, 24 Jul 2013 09:05:40 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22228@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I took a look at your site (looks great, BTW) and scrolled down to the contact form and sent a test message. Nothing changed or disappeared for me. Resolved?</p>
<p>If not, can you provide details about the browser you're using? I tested on FireFox v22.0 and everything looks perfect.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>khellar on "Form breaking background images"</title>
			<link>http://www.themolitor.com/forums/topic/form-breaking-background-images#post-22222</link>
			<pubDate>Wed, 24 Jul 2013 06:20:35 +0000</pubDate>
			<dc:creator>khellar</dc:creator>
			<guid isPermaLink="false">22222@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, I'm got a strange situation on my site where I've added a contact form but every time I click in the field it breaks all the background images after the first few pages. If I reorder the menu pages, the ones that were broken before are now showing up at the top and the ones that were working before are broken below.</p>
<p>I'll say it again. When the page loads, all the background images are there. When I click, all the backgrounds except for whichever 3 or 4 happen to be on top get broken and disappear. Any clue how to fix this please?</p>
<p><a href="http://shawnimusic.com/new/" rel="nofollow">http://shawnimusic.com/new/</a></p>
<p>Thank you!
</p></description>
		</item>

	</channel>
</rss>
