• Resolved SeanDBurke

    (@seandburke)


    On my hosted site, not on WP, the admin interface is not theming. IOW, all of the links and controls are listing vertically. It doesn’t look at all like the WP.com admin pages.

    Have I flubbed the install?

Viewing 13 replies - 1 through 13 (of 13 total)
  • i’m confused – the admin interface isn’t really supposed to “theme” – can you put up a screenshot for us or something?

    Thread Starter SeanDBurke

    (@seandburke)

    Here’s a link to an image showing what I am looking at when I login:
    https://seandburke.com/blog/wp-content/uploads/2006/04/AdminPg.png

    Any suggestions?

    I’ve recently uploaded the 2.02 version and it didn’t fix the problem. Thanks in advance.
    – Sean

    wow… that’s really weird.

    you said you recently “uploaded” the 2.0.2 version – did you run upgrade.php? (i know, it might seem silly… but you never know)

    Thread Starter SeanDBurke

    (@seandburke)

    I did run that program.
    I am considering reinstalling so I can use WP to manage my entire site. Perhaps starting over will help. I’m assuming I can restore the database afterwards? Please tell me I’m right. Don’t know what happened…
    Oh well.
    – Sean

    yes – the database is what holds all your content (posts, pages, etc) so as long as you make a backup, you should be fine to wipe out the install and start fresh, restore the database, and be good to go.

    https://www.tamba2.org.uk/wordpress/ – Podz has some great resources on dealing with moving WP and all that jazz.

    that screenshot looks like what i see when i log in to my site using my PocketPC.

    strange ..

    Login, press Ctrl and F5 together with the browser open on admin.

    There is no need to delete / reinstall or anything as drastic. Please don’t do that – it will NOT solve the problem

    It’s a CSS problem. Nothing more weird than that.

    Thread Starter SeanDBurke

    (@seandburke)

    Oh, boy.
    I get an error:
    “CGI-limits reached, please try again later!”
    Perhaps it’s a problem with my hosting account…
    https://www.1and1.com

    -Sean

    I have the same problem but ctrl-F5 did not solve it. I realized right away it was a css problem but nothing I’ve tried can fix it.

    I’m using Safari on a Mac running OS X 10.2.6.

    Does anyone have any solutions for this yet? I am not seeing css for my admin on either a mac or pc! I have tried reinstalling etc. No luck. Help?!

    yeah. edit the file /wp-admin/wp-adminn.css

    line 149:

    p, li, dl, dd, dt {
    line-height: 130%;
    }

    and change into:

    p, li, dl, dd, dt {
    line-height: 100%;
    }

    fixed problem for me.

    I had the same symptoms, found the problem, and fixed it quite easily.

    Problem:
    In my case the problem was that I installed WP on a server with no domain name yet. So “wp-admin/index.php” was looking for “wp-admin.css” on the wrong server, ie. on mydomain.com rather than [my IP number] server where WP is installed. (I’m migrating servers and migrating from MovableType, if all goes well.)

    Solution:
    I uploaded “wp-admin.css” to where WP was looking for it:
    https://mydomain.com/wordpress/wp-admin/
    I just created a couple new folders to the server currently using the domain name and uploaded the CSS file. That sorted it.

    When the domain name gets moved to the new server, it will work normally.

    I’m using OS X 10.4.8 with Safari and Firefox. My problem had nothing to do with the browsers or the actual CSS code.

    I had this problem, but CTRL & F5 did the job for me…

    I guess it was some sort of caching problem in my case – I hadn’t installed or upgraded anything between it working and not working, so I was fairly sure nothing needed “fixing” per se…

    Thanks!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Admin css isn’t working’ is closed to new replies.