| Author |
Message |
jewhedon |
|
Post subject: WOWAlliance Theme and PNPHPBB problem.
Posted: Apr 26, 2005 - 08:45 PM
|
|
Joined: Apr 26, 2005
Posts: 10
Status: Offline
|
|
I am new at this so please bear with me. I installed the WOW Alliance theme for PNPHPBB and everything works fine except that I have two huge white blocks near the top of the forum.
http://www.roninredeemed.org
I would appreciate any help with this, because I really like this theme. |
|
|
| |
|
|
|
 |
Ray |
|
Post subject:
Posted: Apr 26, 2005 - 09:13 PM
|
|
Information Hound
Joined: Aug 17, 2004
Posts: 686
Status: Offline
|
|
Very odd looking.....
Did you by chance do multiple installs of the forum module while trying to get things working?? |
|
|
| |
|
|
|
 |
jewhedon |
|
Post subject:
Posted: Apr 26, 2005 - 09:42 PM
|
|
Joined: Apr 26, 2005
Posts: 10
Status: Offline
|
|
| I did the first time. I then figured out mistake. Unpacked everything from scratch. Wiped the server directory, and redid it correctly. The forum looks correct when I any other theme in Autotheme. |
|
|
| |
|
|
|
 |
jewhedon |
|
Post subject:
Posted: Apr 26, 2005 - 09:54 PM
|
|
Joined: Apr 26, 2005
Posts: 10
Status: Offline
|
|
| Also I just did some checking and the whiteboxes do not appear when I view the page in Firefox. Is there any way that I can use a different theme for PNphpBB until I figure this out? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Apr 26, 2005 - 10:13 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Open modules/PNphpBB2/Templates/PNTheme/styles/wowalliance.css and look for the line
hr{border: 0px solid 546B74;border-top-width:1px;height:0px}
Change it to
hr{border: 0px solid;border-top-width:1px;height:0px} |
|
|
| |
|
|
|
 |
jewhedon |
|
Post subject:
Posted: Apr 26, 2005 - 11:08 PM
|
|
Joined: Apr 26, 2005
Posts: 10
Status: Offline
|
|
| Thank you mars, but that did not work. It still has white boxes. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Apr 26, 2005 - 11:49 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Man I am sooo sick of IE.
In the same file find
.navbar
{
background: 4F697A;
padding:3px;
text-align:center;
white-space:nowrap;
border-top: 2px solid 546B74;
border-bottom: 2px solid 546B74;
}
Replace with
.navbar
{
background: 4F697A;
padding:3px;
text-align:center;
white-space:nowrap;
border-top: 2px solid;
border-bottom: 2px solid;
} |
|
|
| |
|
|
|
 |
jewhedon |
|
|
Post subject:
Posted: Apr 27, 2005 - 08:39 AM
|
|
Joined: Apr 26, 2005
Posts: 10
Status: Offline
|
|
Mars you are my new hero. It looks perfect. Thank you for all your help. You are awesome.  |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Apr 27, 2005 - 01:37 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Glad to help.  |
|
|
| |
|
|
|
 |
fhmilamber |
|
Post subject:
Posted: Jan 17, 2006 - 11:54 PM
|
|
Joined: Jan 17, 2006
Posts: 2
Status: Offline
|
|
Thanks, fixed mine also.
Searching the forums is a Good thing.  |
|
|
| |
|
|
|
 |
|
|