Troubleshooting I would do:
Turn off minify and reinstall GF - does the conflict still appear?
Which script loads first? If it is GF there could be a conflict with jquery. (check this by viewing the source of your page -easiest method)
Minify condenses code and strips out a lot of things it feels is...not efficient. Turn off Minify and test the form in the FRONT END, copy the code into a text file. Turn on minify and test the code in the FRONT END, copy it and reformat it using one of the many free tools available on the web. - compare the code and find the missing link -
Something I have to say, and I mean no ill will by it, but if you require a plugin like WP-Minify to speed up your website (and it actually makes a difference) you, or your programmer, may wish to clean up their code.
Does every page need shadowbox and, thus a javascript call?
Does every page require 5 CSS files?
yadda yadda you get the idea. The use of Minify for Wordpress, Joomla (and probably others) can be avoided by clean code, and ensuring every code has a purpose on the page.
Posted 13 years ago on Saturday December 18, 2010 |
Permalink