The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

java problems

4 posters

Go down

Solved java problems

Post by niquon715 December 30th 2014, 4:08 pm

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
niquon715
niquon715
Forumember

Posts : 83
Reputation : 10
Language : english

http://celestialfireacademy.forumotion.com/forum

Back to top Go down

Solved Re: java problems

Post by Eugeo Igvalt December 30th 2014, 4:54 pm

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.


Last edited by Eugeo Ayano on December 30th 2014, 5:16 pm; edited 1 time in total
Eugeo Igvalt
Eugeo Igvalt
Forumember

Male Posts : 289
Reputation : 17
Language : EN, SPA
Location : Puerto Rico

http://www.NewbForums.com

Back to top Go down

Solved Re: java problems

Post by Base December 30th 2014, 5:04 pm

Moved to Script / coding problems.
Base
Base
Forumaster

Male Posts : 10383
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: java problems

Post by niquon715 December 30th 2014, 5:05 pm

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
niquon715
niquon715
Forumember

Posts : 83
Reputation : 10
Language : english

http://celestialfireacademy.forumotion.com/forum

Back to top Go down

Solved Re: java problems

Post by Eugeo Igvalt December 30th 2014, 5:17 pm

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
Eugeo Igvalt
Eugeo Igvalt
Forumember

Male Posts : 289
Reputation : 17
Language : EN, SPA
Location : Puerto Rico

http://www.NewbForums.com

Back to top Go down

Solved Re: java problems

Post by Ange Tuteur December 30th 2014, 7:50 pm

I'd check your recently added scripts set in "all the pages" because something is throwing an error.
java problems Captu263
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: java problems

Post by niquon715 December 30th 2014, 8:46 pm

the last script i added was a drop down navbar.

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
niquon715
niquon715
Forumember

Posts : 83
Reputation : 10
Language : english

http://celestialfireacademy.forumotion.com/forum

Back to top Go down

Solved Re: java problems

Post by Ange Tuteur January 4th 2015, 8:02 am

Topic marked solved, so archived
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13207
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum