Tee888
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Spinning Icon, message sends, but no confirmationI figured out what was happening, my “wp-blog-header.php” was somehow hacked or injected with a script that was causing my whole site to go Quirks Mode in IE, but looked normal on all other browser. But this script was also causing AJAX not to work correctly thus validating submissions incorrectly.
After replacing the file, everything works and submissions now work properly.
Forum: Plugins
In reply to: [Contact Form 7] Spinning Icon, message sends, but no confirmationAlso since this ruins the whole purpose of AJAX here’s a temp fixed to the added url when screen is refreshed from submission. I got this from an older post 3 years ago
Hi All,
I had same problem. AJAX was not working in IE. I’ve tried IE6 and IE7. My html was valid… but there was just loading icon and nothing hapanned even if it was working in firefox withou issues.
For me solution was to clear form action url which is in format:
URI#unit_tag, for example /blog/#wpfc7_blablaIt is enough to remove #wpfc7_blabla part. You can do it directly in plugin sources in includes/classes.php or you can add following code into functions.php of your theme to clear URL:
function fix_wpcf7_ajax($url) {
return ”;
}
add_filter(‘wpcf7_form_action_url’,’fix_wpcf7_ajax’);Unit tag (#wpfc7_blabla) is good for non ajax calls, because after page reload you will jump directly to form, but i can live without this but with working ajax with IE ??
Forum: Plugins
In reply to: [Contact Form 7] Spinning Icon and nothing to say it has workedI tried downgrading to an older version it doesn’t work, still same issue.
So my fix delete/backup scripts.js see if that helps! Under includes/js Folder via https://ftp..
Forum: Plugins
In reply to: [Contact Form 7] Spinning Icon, message sends, but no confirmationSo I was sitting here doing everybody’s recommendation. I’m getting the same issue. User would put information presses send, the spinning icon keeps spinning but message is actually sent successfully. No errors via firebug either.
I have tried almost every ideas.
– Downgrading to an older version of CF7
– Disabled all plugins. Even deleted myPHP Database
– Took of any Analytic codes, any cache plugins.This seemed to have WORKED~!
So I tried what @fabian was doing, and started to edit “contact-form-7\includes\js\scripts.js”As I decided to backup the original file renaming it to “scripts_old.js and dragging it to my desktop (using FileZilla FTP) Anyways I started to mod the original file via Dreamweaver. I tried refreshing my Page with the form, not realizing I don’t have the “scripts.js” file on the actual server its still on my desktop. The form submitted successfully! So I tried several test runs and it all worked. The only difference is that The animation of the box with green border that says your submission is successful doesn’t animate. Instead it seems the page refreshes.
So my fix delete/backup scripts.js see if that helps!
Forum: Plugins
In reply to: [Contact Form 7] Spinning Icon and nothing to say it has workedWhere can I get the older version?
Forum: Plugins
In reply to: [Contact Form 7] Spinning Icon and nothing to say it has workedI’m getting this error via Firebug.
"NetworkError: 404 Not Found - https://kravelasvegas.com/index.php/guestlist/jquery-1.6.min.js""
But the mail does send.
"<div id="urlss-20130321-97"> <strong> [spam link redacted ] </strong></div> <script>document.getElementById("urlss-20130321-97").style.display="none"</script> {"mailSent":true,"into":"#wpcf7-f2598-p2599-o1","captcha":null,"message":"Your message was sent successfully. Thanks."}"
Form is here: https://kravelasvegas.com/index.php/guestlist/ [ Hidden link fixed, careful ]
Forum: Plugins
In reply to: [Contact Form 7] Spinning Icon and nothing to say it has workedSame issue, after filling out the form and pressing “send” button the spinning icon continues, and no sign of indication that the submission went through. So now I’m getting several forms of the same submission like 5-8 submissions.
I haven’t updated or installed any updates since last weekend and it has been working fine. The only plugin that I update was Contact Form DB.
Forum: Plugins
In reply to: [Contact Form DB] Displaying more than 100 EntriesI figured it out. I added this line to the “dt_options”
bJQueryUI:true, aLengthMenu: new Array(10,50,100,200,300,-1)
I would like the paginate arrows to show where do I add the CSS?
Forum: Plugins
In reply to: [YOP Poll] Removing "Other" radio buttonYes I figured it out after looking at the “White template” I took out the “other” custom fields. Thank you very much!!
Any updates on this?
Everything works perfectly! Thank you very much!
@bagendahl thank you so much for the quick fix! My log-in works now without having to disable the plugin manually.
But the option to float left or right still doesn’t function correctly. After I save the options “Successfully updated” message pops it just returns back to floating left.
It’s not a big deal but I would prefer the tab on the right of the screen. But all in all thank you, this is a great awesome easy to use plugin!
Forum: Fixing WordPress
In reply to: Contact Form 7 in Sidebar (dynamic, not sitewide)The way I did mine I have mine on the sidebar as well, and same theme Graphene. I specified a class for each value.
For example
[text Name class:forms_1]
Then on your CSS you can specify the class characteristics, even colors etc etc.. So each field with that class will b set to 175px.
.forms_1 { width:175px }
Or you can use firbug find the column set for that field and manual input each for example:
[text Name 35/1]
Forum: Plugins
In reply to: [Image Rotator Widget] [Plugin: Image Rotator Widget] Add urlLove the plugin! This would be an awesome feature can’t wait! Thank you!
Can anyone help, or have an alternative?