java problems
4 posters
Page 1 of 1
java problems
is it just me or did everyone's java just stop working. the snow stopped working the multi-theme the multi-colored names the 2nd banner and my slideshow. it seem like everythings off except my chat box.
Last edited by niquon715 on December 30th 2014, 9:14 pm; edited 1 time in total
Re: java problems
this goes under Script/Coding problems. Not connection.
Check this thread https://help.forumotion.com/t137229p30-decorate-your-forum-for-the-holidays?nid=87#929647
it might help.
Check this thread https://help.forumotion.com/t137229p30-decorate-your-forum-for-the-holidays?nid=87#929647
it might help.
Last edited by Eugeo Ayano on December 30th 2014, 5:16 pm; edited 1 time in total
Re: java problems
last night all my java was working now its not so its not because i coded something wrong. everything java related just stopped working except the avacwebs chatbox for some reason
http://celestialdragonz.forumotion.com/forum
http://celestialdragonz.forumotion.com/forum
Re: java problems
you could also state your problem here for a faster response
https://help.forumotion.com/t137229p30-decorate-your-forum-for-the-holidays?nid=87#929647
https://help.forumotion.com/t137229p30-decorate-your-forum-for-the-holidays?nid=87#929647
Re: java problems
I'd check your recently added scripts set in "all the pages" because something is throwing an error.
Re: java problems
the last script i added was a drop down navbar.
edit: ok turning it off fixed everything else but the code was working when i first installed it
the problem is solved but now only the navbar isnt working
- Code:
$(document).ready(function(){
$('#i_icon_mini_index').before('<ul class="drop">
<li><a href="#">Don't</a></li>
<li><a href="#">Know</a></li>
<li><a href="#">What</a></li>
<li><a href="#">To</a></li>
<li><a href="#">Put</a></li>
<li><a href="#">Here</a></li>
</ul>');
});
$(document).ready(function(){
$([window, document]).blur(function(){
$('ul.drop').css({display: 'none'});
});
$('a.mainmenu[href="/forum"]').hover(function(){
$(this).children("ul").slideDown();
},function(){
$(this).children("ul").slideUp();
});
});
edit: ok turning it off fixed everything else but the code was working when i first installed it
the problem is solved but now only the navbar isnt working
Similar topics
» help me with this java scripte
» Java script help!
» Help with Java/Jquery
» Java Madness
» Scroller java problem
» Java script help!
» Help with Java/Jquery
» Java Madness
» Scroller java problem
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum