| Author |
Message |
pastaman |
|
Post subject: Quick Question about new theme!
Posted: Dec 20, 2005 - 05:55 PM
|
|
Joined: Dec 20, 2005
Posts: 19
Status: Offline
|
|
Hi all!
I recently purchased the wow4 theme. I have:
Autotheme (AT-Lite .85)
PhP-Nuke 7.7
When I previewed the theme on a website this is what it looked like:
http://phpnuke.portalthemes.com/modules.php?name=Forums
(you might have to set the drop down menu on the left to wow4)
Looks amazing!!
However on my site it looks like this:
http://tempesthq.com/modules.php?name=Forums
I don't have any borders. This also applies to my private messages page. I don't know what I'm doing wrong! Please help! I made a temporary account so you guys can log in if that helps.
tempesthq.com
Username: temporary
Password: portaltheme
Thanks for your time and sorry if this is a stupid question I'm still really new to all this. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Dec 20, 2005 - 06:38 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Weird.
Try this, open themes/wow4/forums.html and add this right before the </head> tag
<link href="themes/wow4/forums/forums.css" rel="stylesheet" type="text/css"> |
|
|
| |
|
|
|
 |
pastaman |
|
Post subject:
Posted: Dec 20, 2005 - 06:59 PM
|
|
Joined: Dec 20, 2005
Posts: 19
Status: Offline
|
|
This is what my themes/wow4/forums.html file looks like (no changes have been made):
---------------------------
<HTML>
<HEAD>
<link href="themes/wow4/forums/forums.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY>
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD width="364"><IMG SRC="{image-path}wow4_01.jpg" WIDTH=364 HEIGHT=226 ALT=""></TD>
<TD width="100%" align="center" class="header1"><img src="{image-path}logo.jpg" alt="Logo" width="426" height="151"></TD>
</TR>
</TABLE>
<TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD width="173" valign="top" class="header2"><!-- [left-blocks] --> </TD>
<TD align="center" valign="top"><!-- [modules] --></TD>
</TR>
</TABLE>
</BODY>
</HTML>
-------------------------------- |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Dec 20, 2005 - 07:03 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
It is ignoring the custom page then.
Add that line to theme2.html and see what it does |
|
|
| |
|
|
|
 |
pastaman |
|
Post subject:
Posted: Dec 20, 2005 - 09:57 PM
|
|
Joined: Dec 20, 2005
Posts: 19
Status: Offline
|
|
| Ok I added it in theme2.html as you said but I don't see any changes =( |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Dec 20, 2005 - 10:30 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
grrrrr...
Not using that one either, well then add it to theme.html please and lets see what happens. |
|
|
| |
|
|
|
 |
pastaman |
|
Post subject:
Posted: Dec 20, 2005 - 10:37 PM
|
|
Joined: Dec 20, 2005
Posts: 19
Status: Offline
|
|
| I put <link href="themes/wow4/forums/forums.css" rel="stylesheet" type="text/css"> into all 3 of the files (forums.html, theme.html, theme2.html) and haven't noticed a difference. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Dec 20, 2005 - 10:52 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Something weird is going on there.
Can you create me an admin account and PM me the login info here?
I want to take a look at the theme config. |
|
|
| |
|
|
|
 |
pastaman |
|
Post subject:
Posted: Dec 20, 2005 - 10:59 PM
|
|
Joined: Dec 20, 2005
Posts: 19
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject:
Posted: Dec 21, 2005 - 03:37 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
All fixed.
Looks like the theme.cfg got a little screwy somehow, but I set the forum custom page to use the forums.css file and it looks great now. |
|
|
| |
|
|
|
 |
pastaman |
|
Post subject:
Posted: Dec 21, 2005 - 03:46 AM
|
|
Joined: Dec 20, 2005
Posts: 19
Status: Offline
|
|
Wow amazing!! It looks so awesome now! W00t thanks.
By the way, which files did you change so that I can download them and back them up in case I ever need to reinstall anything. =D |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Dec 21, 2005 - 03:50 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Just themes/wow4/theme.cfg |
|
|
| |
|
|
|
 |
pastaman |
|
Post subject:
Posted: Dec 23, 2005 - 11:54 PM
|
|
Joined: Dec 20, 2005
Posts: 19
Status: Offline
|
|
Hey again!
Small thing I noticed happening when I'm on IE. If you go to www.tempesthq.com you'll see a poll box on the right, all the buttons have white boxes around them. Any idea how to get rid of those? This does not happen on firefox, only while using IE. Also it's not just the poll choices, it's all buttons on the webpage. Thanks for the help! |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Dec 24, 2005 - 02:14 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Open themes/wow4/style/style.css and change
input {
background-color: rgb(255, 255, 255);}
To
background-color:#1b1b19
That should fix that. |
|
|
| |
|
|
|
 |
pastaman |
|
Post subject:
Posted: Dec 24, 2005 - 08:41 AM
|
|
Joined: Dec 20, 2005
Posts: 19
Status: Offline
|
|
This is from my style.css file:
-------------
input{
font:11px Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background-color: #FFFFFF;
border:0;
}
----------------
and when I change it to background-color: #1b1b19 the white boxes are still there. |
|
|
| |
|
|
|
 |
|
|