Ok, after several trial and errors, i think i have it.
i kept getting operation aborted error on my chrono contact page where i was using recaptcha.
this is what i have done to fix it:
1. installed "php speedy" plugin, which compresses js and css
2. installed "CssJsCompress" plugin, which also compresses.
3. configure each to your liking, but be sure to set JQuery No Conflict to "Yes". It was bingo time for me as i now get no "Operation Aborted" (fingers crossed).
**I also recommend installing a great plugin called ReReplacer. Replace "domready" with "onload" and set to everywhere. This may help if you are still having issue.
**My YSlow grade went from an E to C with the first two plugins installed. Not a bad side effect. I'm tweaking to go higher.
Hope this helps someone.
i kept getting operation aborted error on my chrono contact page where i was using recaptcha.
this is what i have done to fix it:
1. installed "php speedy" plugin, which compresses js and css
2. installed "CssJsCompress" plugin, which also compresses.
3. configure each to your liking, but be sure to set JQuery No Conflict to "Yes". It was bingo time for me as i now get no "Operation Aborted" (fingers crossed).
**I also recommend installing a great plugin called ReReplacer. Replace "domready" with "onload" and set to everywhere. This may help if you are still having issue.
**My YSlow grade went from an E to C with the first two plugins installed. Not a bad side effect. I'm tweaking to go higher.
Hope this helps someone.