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.
The forum of the forums
4 posters

    java problems

    niquon715
    niquon715
    Forumember


    Posts : 83
    Reputation : 10
    Language : english

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


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

    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
    Base
    Base
    Forumaster


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

    Solved Re: java problems

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

    Moved to Script / coding problems.
    niquon715
    niquon715
    Forumember


    Posts : 83
    Reputation : 10
    Language : english

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


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

    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
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

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


    Posts : 83
    Reputation : 10
    Language : english

    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
    Ange Tuteur
    Ange Tuteur
    Forumaster


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

    Solved Re: java problems

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

    Topic marked solved, so archived

      Current date/time is September 23rd 2024, 1:20 am