• i finally got this plugin working by disabling wordpress registration on my theme…..which was as simple as renaming the registration folder for wordpress

    and was able to login just fine….

    then i tried to register and then login…which didnt work…and suddenly i couldnt close the modal box..which was weird…

    i started to notice….lets say you try to login and you put in a wrong password….it will return saying wrong password (great)

    but if you put in the right one after a wrong one…the login bar will spin on the osx theme yet not refresh the page and let you in..which is weird

    but if you manually refresh the page…you are definitely logged in

    tried it on a fresh wordpress install…same issue…

    and its only specific to the OSX theme which unfortunately is the best looking one to use

    http://wordpress.org/extend/plugins/simplemodal-login/

    heres a link to my site http://www.mytrackhouse.com

Viewing 1 replies (of 1 total)
  • Thread Starter phillymantis

    (@phillymantis)

    this is definitely looking like an issue in your osx.js file

    the click event is not reinitializing on the return of the page
    most likely

    some guy i found on the net was facing a similar problem with his use of simplemodal that osunds alot like your problem…maybe you can understand what hes saying

    so I tested out the page more carefully. I noticed when I do click “Help”, it does seem to go to the server–implying some sort of partial postback. I substituted the asp control with just html and wired the code to the html. Now it works fine. So you were absolutely right–the problem is it is reloading the control and the JQuery is only binding the event to the original instance because it is called on a full page load.

    Ron

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: SimpleModal Login] Fresh wordpress install on default theme no plugins (osx theme freeze)’ is closed to new replies.