PDA

View Full Version : NavTab / Css Problem


markbolyard
18 Aug 2010, 18:01
http://pointguardu.com/arcade.php

Anyone have an idea of why in IE I lost my Navtab / Css for the navtab and headerlinks area. I have racked my brain trying to figure this out, browsed all the threads trying various fixes for other issues that might help me here, and I'm still at a loss.

If you could offer insight as to what might be causing this, I'd greatly appreciate it.

We're running vb 4.0.6, the layout is stock with just color changes (No custom templates).

Thank you.

PS, it looks fine when viewed in FireFox. I'm using IE8 if that matters.

Hippy
18 Aug 2010, 19:54
I see a few things wrong but not sure if they are related..

your .tcat from the ARCADE.css is not reading .. not sure why..
check your ARCADE.css to make sure it's there.
also there is a extra </div> in the ARCADE template at the bottom
+ the arcade does not call the right template for vb4
so I would replace the ARCADE template with


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



I would also
open /arcade/functions/functions.php

search for // we are on vB 4 or later WHOHOOO

Just under it on line 1380 you'll see



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


move it under



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



that just for starters..
and see what if anything it fixes

oh you should also do this fix as well

http://www.vbulletin.org/forum/showpost.php?p=1972723&postcount=15

markbolyard
18 Aug 2010, 20:13
I tried all those things earlier, and while they cleaned up the overall look, the didn't fix that navbar problem. I did just import the product again, and overwrote the product, and that fixed it. There must be something in the database, or maybe even the templates that did not get fully updated the first time I upgraded after going to vb4.

Thanks Hippy for the tips. With your changes, and the new import, I think it looks good now. Greatly appreciated.

Hippy
18 Aug 2010, 20:15
your welcome ..
and fast LOL I just was checking the source code to see if I could see anything else and refreshed and it was fixed

I would take care of all the fixes I posted anyway;) if yo didn't allready

:up: