Can't log in to my site at all? Need Immediate help!

Discussion in 'GeoCraft WordPress Theme' started by joshualevisturm, Jul 17, 2013.

  1. joshualevisturm

    joshualevisturm Member

    Joined:
    Dec 1, 2012
    Messages:
    75
    Likes Received:
    1
    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.
     
  2. kentoliver

    kentoliver Active Member

    Joined:
    Jan 3, 2013
    Messages:
    238
    Likes Received:
    41
  3. joshualevisturm

    joshualevisturm Member

    Joined:
    Dec 1, 2012
    Messages:
    75
    Likes Received:
    1
    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
     
  4. joshualevisturm

    joshualevisturm Member

    Joined:
    Dec 1, 2012
    Messages:
    75
    Likes Received:
    1
    Penntownship.biz. try to add a free acct...nothing happens when u try to log in? ... screen should go to ur acct
     
  5. jsal2

    jsal2 Member

    Joined:
    Dec 23, 2012
    Messages:
    112
    Likes Received:
    7
    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.
     
  6. kentoliver

    kentoliver Active Member

    Joined:
    Jan 3, 2013
    Messages:
    238
    Likes Received:
    41
    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.

    ^^
     
    jsal2 likes this.
  7. joshualevisturm

    joshualevisturm Member

    Joined:
    Dec 1, 2012
    Messages:
    75
    Likes Received:
    1
    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?!!!!
     
  8. kentoliver

    kentoliver Active Member

    Joined:
    Jan 3, 2013
    Messages:
    238
    Likes Received:
    41
    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.
     

Share This Page