New issue 799 by aestudios: Update caused older and newer to disappear
http://code.google.com/p/kaytwo/issues/detail?id=799
Please read this first:
http://code.google.com/p/kaytwo/wiki/HowtoFileanIssue
If this is a bug, what steps will reproduce the problem?
1. Upgraded to Wordpress 2.8.2
2. The older and newer button are now gone
3. The live search is also no longer live.
What did you expect to happen? What does happen?:
SVN revision or version used (not 'latest')?:
Version of WordPress used?:
2.8.2
If this is available online, what is the URI?:
http://www.appendix-mag.com
Please provide any additional information below:
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 799 by spikeyslam: Update caused older and newer to
disappear
http://code.google.com/p/kaytwo/issues/detail?id=799
Update to RC8 http://kaytwo.googlecode.com/files/K2-1.0-RC8.zip.
OR
Edit k2/js/k2.livesearch.js.php:
Look for:
jQuery('#searchform input[@type=submit]').hide();
and change it to:
jQuery('#searchform input[type=submit]').hide();
worked perfectly, thanks very much