I'm the administrator & can't log in at all. Go to the sign in page & there is not a submit button & when i put in the name & password & hit return, nothing happens. I have customers waiting to purchase an ad & they can't log in either... can you please help asap?!! thanx so much. I went to my server & uploaded the files listed about the update but nothing changed & still can't get in to administrate. Don't even know what version my last update was since i can't see anything.
If you have a control panel. Consider logging in and re-setting your password manually through php my admin. http://codex.wordpress.org/Resetting_Your_Password There is a link to various ways to re-cover your password. All the best, -Kent
Iknow the password. . The problem is that there is nothing at all happening after I type it in. .. no submit button so the screen just sits there and doesn't input my info or anyone else's
Penntownship.biz. try to add a free acct...nothing happens when u try to log in? ... screen should go to ur acct
FYI - I created a free test account on your site (user: NWTest). When I filled out the "create an account form", as you mentioned, there was not a submit button to click -- so while my cursor was sitting in the last field, I just pressed Enter and it processed and created the account. I was then able to log out and log back in doing the same thing -- after typing my password, I simply hit Enter (since there was no button to click), and it logged me back in.
K i found the solution: submit_listing.php line - 130 There seems to be some styling there that looks like this: input[type="submit"] { display:none; } Remove that, and everything is a-okay. ^^
ok, sorry if i sound REALLY stupid here but when i do a search of my site, it says there is no file titled submit_listing.php where do i find that file? Also when i hit the enter or return button (like you described above after typing in without any submit button...when i do that -nothing happens at all). Help?!!!!
I would just go into your stylesheet and add this code: input[type="submit"] { display:block !important; } Otherwise, go searching your theme for: type="submit" or display:none; and go through until you find the error :s Or use my first solution.