Hello, I'm using WP 3.1.3 and the Clasifieds theme from PremiumPress. I replace the original login and register links with these:
<a href="/wp-login.php" class="simplemodal-login">Login</a> | <a href="/wp-login.php?action=register" class="simplemodal-register">Register</a>
But when I click on the links the standard login form appears. Chrome JavaScript console shows this when I click on the login link:
Uncaught TypeError: Object #<Object> has no method 'modal'
SimpleModalLogin.init default.js:32
oa jquery.js:18
c.event.handle jquery.js:55
c.event.add.j.handle.o jquery.js:49
How can I fix this? Thanks.