Upgrade to 3.0.3 Messed up Top Icons [message #166189] |
Mon, 10 October 2011 13:28 |
jm2morri
Messages: 225 Registered: January 2009 Location: Stratford, Ontario, Canad...
Karma: 0
|
Senior Member |
|
|
Hello,
Can anyone point me in the right direction? I upgraded to 3.0.3 and the icons along the top (Members, Calendar, Search, Help, ...) now show up as vertical instead of horizontally. See it here...
http://www.eaglecentral.ca/forums/
Any ideas on how to get that horizontal again?
James
|
|
|
|
|
|
|
|
|
|
Re: Upgrade to 3.0.3 Messed up Top Icons [message #166203 is a reply to message #166202] |
Mon, 10 October 2011 20:14 |
The Witcher
Messages: 675 Registered: May 2009 Location: USA
Karma: 3
|
Senior Member |
|
|
jm2morri wrote on Mon, 10 October 2011 13:12Also, how do I get rid of that thin, white line around the forum name?
James.
Welcome to 3.0.3
Firebug tells me that your block around the forum name comes from forum.css (line 798):
.header { background: none repeat scroll 0 0 #5478A4; color: #FFFFFF;
margin: 0; }
Try:
.header {color:#fff; background:#5478a4;} You may need to change the color codes and arrangement to match your theme or other changes.
Hope that works.
"I'm a Witcher, I solve human problems; not always using a sword!"
|
|
|
|
|
Re: Upgrade to 3.0.3 Messed up Top Icons [message #166212 is a reply to message #166210] |
Tue, 11 October 2011 14:14 |
The Witcher
Messages: 675 Registered: May 2009 Location: USA
Karma: 3
|
Senior Member |
|
|
From what I'm seeing this is a common problem right now, particularly since 3.0.3 seems to be such a big change/improvement.
As per: http://fudforum.org/forum/index.php?t=msg&th=120184&goto=166060& ;#msg_166060
naudefj wrote on Fri, 09 September 2011 16:16 A couple of things to look out for: PHP 5.1 and MySQL 4 are not longer supported. Sites that use custom themes may also need to sync their templates with that of the default template set (we now use HTML5 and some messages were changed/split up).
As always, be careful, use it responsibly, and backup your site before upgrading.
Enjoy!
Frank
Easy to say but not always so easy to do!
"I'm a Witcher, I solve human problems; not always using a sword!"
|
|
|