If you have an RC4 theme and have upgraded to RC5, then when using sidebar menus in admin/profile/etc you may get this problem:
(http://i52.tinypic.com/2i8hl04.png)
To fix this, make the following change to index.css:
Find:
#main_admsection
{
margin-left: 172px;
}
Replace:
#main_admsection
{
margin-left: 172px;
overflow: hidden;
}
This should work for all themes that are based on the default. :)
If you are too lazy to find the #main_admsection code, you can just add the replace code to the end of the file and it will still work.
Really good tip. Thanks
Yes, indeed.
Thats strange my RC4 themes are working ok on RC5 installed fine also no errors in the logs i'm also using RC3 RC4 RC5 mods too.
But a nice trick for those with problems on there best themes.
Are you useing sidebar menus?
Nope here is my themes and there is a RC2 installed on RC4 as well.
(http://i566.photobucket.com/albums/ss101/mastermixer/1.gif)
(http://i566.photobucket.com/albums/ss101/mastermixer/2.gif)
That is strange, indeed.
Thanks for the tip ;)
Antechinus, want to put that on the wiki?
Facing the same problem..Your solution will be helpful. Some similar changed are already made but this one is very appropriate. Thanks.
Thank for this information! Helped me greatly to fix that issue with non-compilant themes....
Thank you!