-
Notifications
You must be signed in to change notification settings - Fork 867
Issues with WordPress Admin Panel #441
Comments
Could you please provide a screenshot of the error? As I'm not able to reproduce the error on my side, a visual explanation would be helpful. |
Could you provide some info as far as OS/Browser? |
Windows 10 .. edge browser. I'll try it in another browser and see if it works correctly. On Tue, Sep 1, 2015 at 8:01 AM -0700, "Luke Pettway" <[email protected]mailto:[email protected]> wrote: Could you provide some info as far as OS/Browser? Reply to this email directly or view it on GitHubhttps://github.com//issues/441#issuecomment-136752856. |
I tried it in firefox and ie and have the same issue. For whatever reason the wordpress login isn't working in chrome so I wasn't able to try it there. |
That's very odd, I tested in FF and I'm not seeing the issue, but I am able to recreate it visually by changing the styling of .wp-submenu to make left: 20px instead of auto. Have you tried disabling plugins, and anything else that might be affecting the CSS in the Admin Panel? |
Yes. It seems to be the actual foundation.css file that is causing it because it I unlink it, it corrects the error. On Wed, Sep 2, 2015 at 6:35 AM -0700, "Luke Pettway" <[email protected]mailto:[email protected]> wrote: That's very odd, I tested in FF and I'm not seeing the issue, but I am able to recreate it visually by changing the styling of .wp-submenu to make left: 20px instead of auto. Have you tried disabling plugins, and anything else that might be affecting the CSS in the Admin Panel? Reply to this email directly or view it on GitHubhttps://github.com//issues/441#issuecomment-137082236. |
I found the issue. It's the .fixed element in foundation.css that was doing it. The edit.php page in Wordpress uses fixed as part of the table layout and the foundation.css was breaking it. |
FoundationPress causes the Admin Menu to overlay the posts and pages Administration screens so you can't read the content along the left edge. The other admin pages such as plugins all push the content over.
The text was updated successfully, but these errors were encountered: