Joined: May 24, 2006 Posts: 10 Location: Upstate NY
Posted:
Mon Nov 30, 2009 4:29 pm
Hello all,
I just installed the latest RN_2.4 and a Theme made for RN from Clan Templates(CN_RN_BLACK). Everything is working fine except the nukeNAV menu bar on the index page. It works some, but the CSS or somethings not coming through. It works fine on all the modules. Ive tried all the themes with nukeNAV (fisbuce,Raven Ice and, CN_RN) with the same results.
I can usually figure these little things out in my own in my crude, lack of real knowledge way, but not this one. The site is
Only registered users can see links on this board! Get registered or login to the forums!
Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
Posted:
Mon Nov 30, 2009 5:00 pm
It is a javascript conflict with your TS block. I am not sure if you made an actual file or just made a custom block and pasted the code in, but what you need to do is remove this line line from the block where ever it may be.
The reason being is that the main jQuery library is already loaded by the nukeNav menu and when you redeclare it further down it is overwriting some earlier define functions.
Joined: May 24, 2006 Posts: 10 Location: Upstate NY
Posted:
Mon Nov 30, 2009 5:14 pm
TY my friend, that did the trick. The block is custom with code pasted from TS Viewers site. I line is not in the bit of script, so I imagine its being call from the URL in the code. Ill have to figure out another way for our TS to show. They have other ways of showing your server. TY very much for the help again.
Heres the script btw.
Code:
<script language="javascript" type="text/javascript" charset="iso-8859-1" src="http://www.tsviewer.com/ts_viewer_pur.php?ID=32740&bg=transparent&type=ffffff&type_size=11&type_family=1&info=1&channels=1&users=1&js=1&type_s_color=ffffff&type_s_weight=bold&type_s_style=normal&type_s_variant=normal&type_s_decoration=none&type_s_color_h=525284&type_s_weight_h=bold&type_s_style_h=normal&type_s_variant_h=normal&type_s_decoration_h=underline&type_i_color=ffffff&type_i_weight=normal&type_i_style=normal&type_i_variant=normal&type_i_decoration=none&type_i_color_h=525284&type_i_weight_h=normal&type_i_style_h=normal&type_i_variant_h=normal&type_i_decoration_h=underline&type_c_color=ffffff&type_c_weight=normal&type_c_style=normal&type_c_variant=normal&type_c_decoration=none&type_c_color_h=525284&type_c_weight_h=normal&type_c_style_h=normal&type_c_variant_h=normal&type_c_decoration_h=underline&type_u_color=ffffff&type_u_weight=normal&type_u_style=normal&type_u_variant=normal&type_u_decoration=none&type_u_color_h=525284&type_u_weight_h=normal&type_u_style_h=normal&type_u_variant_h=normal&type_u_decoration_h=none&pflags_img=0"></script><noscript>Enable JavaScript or visit <a href="http://www.tsviewer.com/index.php?page=ts_viewer&ID=32740">TeamSpeak Viewer</a> to display the TeamSpeak server.</noscript>
Joined: Mar 30, 2006 Posts: 2456 Location: Pittsburgh, Pennsylvania
Posted:
Mon Nov 30, 2009 9:53 pm
Not sure what to say except ask on their site. It is a great idea, but poorly implemented if you HAVE to load the jquery library again. You can probably do it with some kind of iframe.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum