alicewinthrop
Forum Replies Created
-
+1 These updates are adding so much busy work redo-ing css on multiple sites. The plugin really needs to honor the user’s css and not change all the classes and force overriding styles every time we update it.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Spinning arrows takes forever.update: I removed all the slashes in my cf7 code (and manually uploaded the latest dev version of cf7) and all working now. hope that helps someone.
I had a strange issue with slashes being inserted into my form code as if it was trying to escape quotes for php but here it was in the html. I removed them all (and uploaded the dev version of cf7) and all working now. hope that helps someone.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Spinning arrows takes forever.I upgraded to 3.0 and upgraded contact form 7. This is what happened:
1. users fill out form, hit submit, data entered disappears page does not redirect onto the next step (membership process – payment via paypal is next page). Also, there are slashes in the paragraph text as if to escape the apostrophes and quotes for php.
2. I look at the code. All the ‘ and ” are escaped even if they are just in the html elements this is what is showing up on the form labels as extra slashes.
3. Also the acceptance form sections are messed up.
4. I connect via ftp and overwrite the new contact form 7 folder with the old one I have in my backup locally – hoping I can return to square 1.
5. Now all looks good but when I submit the form I get the spinning arrow and nothing progresses.
6. So how can I fix contact form 7 to work with wordpress 3 without these problems. Dreamhost is my host and I can’t believe they haven’t gone along with deprecating magic quotes so maybe the developer has something to fix there or maybe it’s a bigger issue.
Any help please!
Forum: Fixing WordPress
In reply to: WP image align perfect in IE8, FF, S, O but not in IE7 & IE6Solved.
I had a width assigned to my headers in the css. It wasn’t necessary and it was forcing the floated image beneath it in IE7. I removed the width spec and now it’s working everywhere.
Hope that helps someone someday.
-Alice