I can't see my dashboard

Discussion in 'ClassiCraft WordPress Theme' started by parksarezoosfortrees, Nov 9, 2014.

  1. parksarezoosfortrees

    parksarezoosfortrees Member

    Joined:
    Mar 3, 2014
    Messages:
    107
    Likes Received:
    0
    This is my site: http://earthpossible.com

    I go to the login page. I login as an admin. After I login, I don't see the dashboard. There is no dashboard that I can see.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You have hide your dashboard button so you are not able to see your dashboard. See screenshot.

    10nov2.png

    You can see that button after applying following CSS in Custom CSS option.

    Paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    div.top_header {
    display: block;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. parksarezoosfortrees

    parksarezoosfortrees Member

    Joined:
    Mar 3, 2014
    Messages:
    107
    Likes Received:
    0
    How do I go to "theme options" when I can't see the dashboard?
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    When you login as an admin then you will see the dashboard(of wordpress) then use custom css.

    ----------OR-----------

    Please send us your WordPress dashboard login details also the link of this thread at [email protected]. so that, we can have a look over the issue in details.

    Your website link:
    WordPress username:
    WordPress password:
    This thread link:

    Note: When your issue get resolved, you can change your password.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page