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.

drop down menu stopped working

5 posters

Go down

drop down menu stopped working Empty drop down menu stopped working

Post by Adam360 Sun 13 Mar 2011 - 23:42

My drop down login menu has stopped dropping down, I havent changed any coding, i've even tried a backup to when it was working.

Is it somethinf forumotion have done?

codes for the panel ar as follows

Code:
<!-- stylesheets -->
    <link rel="stylesheet" href="http://web-kreation.com/demos/Sliding_login_panel_jquery/css/style.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="http://web-kreation.com/demos/Sliding_login_panel_jquery/css/slide.css" type="text/css" media="screen" />
 
    <!-- PNG FIX for IE6 -->
    <!-- http://24ways.org/2007/supersleight-transparent-png-in-ie6 -->
  <!--[if lte IE 6]>
      <script type="text/javascript" src="http://alig.mezoka.com/slider/js/pngfix/supersleight-min.js"></script>
  <![endif]-->
   
    <!-- jQuery - the core -->
  <script src="http://alig.mezoka.com/slider/js/jquery-1.3.2.min.js" type="text/javascript"></script>
  <!-- Sliding effect -->
  <script src="http://alig.mezoka.com/slider/js/slide.js" type="text/javascript"></script>
Code:

<!-- BEGIN switch_user_logged_out -->
<!-- Panel -->
<div id="toppanel">
  <div id="panel">
      <div class="content clearfix">
        <div class="left">
            <!-- Register Form -->
        <h2>Welcome to GameBase</h2>     
              <p class="info">
            Please check the<A HREF="http://gamebase.betaboard.net/announcements-f5/"> Announcements </A>section to get up to date with the latest news and updates.
              </p>

<h2>Do you need help?</h2>
<p class="info">
Before or during your start of posting in the Forum, be sure to check out the <A HREF="http://http://gamebase.betaboard.net/faq.htm">List of FAQ</A> to learn the basics of the forum.</p>

<h2>Visit the ChatBox!</h2>
<p class="info">
Click <A HREF="http://gamebase.betaboard.net/chatbox/chatbox.forum">here</A> to open up the Chatbox and start interacting with the online members.</p>
             
        </div>


        <div class="left right">

<!-- Login Form -->
            <form action="http://gamebase.betaboard.net/login.forum?connexion" method="post"><table cellspacing="1" cellpadding="3" border="0"><tbody><tr><td width="45%" align="right"> Username:</td><td><input type="text" name="username" size="25" maxlength="40" /></td></tr><tr><td align="right">Password:</td><td><input type="password" name="password" size="25" maxlength="32" /></td></tr><tr align="center"><td colspan="2">Stay logged in: <input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="center"><td colspan="2">
<input type="submit" class="mainoption" name="login" value="Log in" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<br/><br/><a href="http://gamebase.betaboard.net/profile.forum?mode=sendpassword">Lost your password?</a>
</td></tr></tbody></table></form>       

     
        </div>
      </div>
</div> <!-- /login --> 


  <!-- The tab on top --> 
  <div class="tab">
      <ul class="login">
        <li class="left"> </li>
        <li>Hello Guest!</li>
        <li class="sep">|</li>
        <li id="toggle">
            <a id="open" class="open" href="#">Log In | Register</a>
            <a id="close" style="display: none;" class="close" href="#">Close Panel</a>       
        </li>
        <li class="right"> </li>
      </ul>
  </div>



 <!-- / top -->

</div>

<!--panel -->
<!-- END switch_user_logged_out -->


<!-- BEGIN switch_user_logged_in -->
<!-- Panel -->
<div id="toppanel">
  <div id="panel">
      <div class="content clearfix">
        <div class="left">
          <!-- Register Form -->
        <h2>Welcome to GameBase</h2>     
              <p class="info">
            Please check the<A HREF="http://gamebase.betaboard.net/announcements-f5/"> Announcements </A>section to get up to date with the latest news and updates.
              </p>

<h2>Do you need help?</h2>
<p class="info">
Before or during your start of posting in the Forum, be sure to check out the <A HREF="http://http://gamebase.betaboard.net/faq.htm">List of FAQ</A> to learn the basics of the forum.</p>

<h2>Visit the ChatBox!</h2>
<p class="info">
Click <A HREF="http://gamebase.betaboard.net/chatbox/chatbox.forum">here</A> to open up the Chatbox and start interacting with the online members.</p>
         



        </div>


        <div class="left right">

<!-- Login Form -->
            <h2>Live Support Chat</h2>
    <p class="info">
Our Online Operators are online and ready to take your call!
<br></br>
<A HREF="https://chatserver.comm100.com/PreChat.aspx?siteId=45436&visitorId=17&planId=579&r=56"target="_blank">Live Support Chat </A>
</p>
<h2>Why do we have Live Support Chat?</h2>
<p class="info">
As a member of GameBase, you may have posted a question on the forum, yet, not had any answer for over 24 hours, obviously this isn't what you want, this is where Live Support Chat comes into the equation, you can use Live Support Chat to get fast answers (Only to be used after creating a topic)
</p>
</A>
</p>
</div>
      </div>
</div> <!-- /login --> 

  <!-- The tab on top --> 
  <div class="tab">
      <ul class="login">
        <li class="left"> </li>
        <li>Welcome Back! </li>
        <li class="sep">|</li>
        <li> <a href="/profile.forum?mode=editprofile" title="Edit your profile">Profile</a></li>
        <li class="sep">|</li>
        <li><a href="/msg.forum?folder=inbox">Inbox</a> </li>
        <li class="sep">|</li>
        <li><a href="/search.forum">Search</a> </li>
        <li class="sep">|</li>
        <li id="toggle">
            <a id="open" class="open" href="#">Open Panel</a>
            <a id="close" style="display: none;" class="close" href="#">Close Panel</a>
        </li>
        <li class="right"> </li>
      </ul>
  </div> <!-- / top -->
 
</div> <!--panel -->
<!-- END switch_user_logged_in -->
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Mon 14 Mar 2011 - 14:54

small bar which when you click "drop down" it drops down into a big panel

Look at the top of the page at this link http://gamebase.betaboard.net/forum

Its supposed to drop down, but doesn't

Its worked fine until now
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Tue 15 Mar 2011 - 23:21

bump
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by SLGray Tue 15 Mar 2011 - 23:34

Are you talking about the Login/Register button? I tried to press it, and it did not do anything.


drop down menu stopped working Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Tue 15 Mar 2011 - 23:52

Exactly...

It is supposed to drop down
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Wed 16 Mar 2011 - 0:01

in overall header... Its not the code itself, it worked for ages until now, it also stopped working on Extreme-coding

I know I haven't changed the code or anything, it just wont drop down any more.

THE CODE IS CORRECT - Forumotion have done something.
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Sanket Wed 16 Mar 2011 - 15:33

Can you remove the wibiya toolbar & check?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Wed 16 Mar 2011 - 15:34

I already have removed the bar, but its a meebo toolbar, not wibiya

It didn't do anything
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Sanket Wed 16 Mar 2011 - 15:41

Yes whatever toolbar, remove it first completely & then try. There is still some visible meebo code on your site currently. Moreover, i am unable to see a drop down box on your forum.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Wed 16 Mar 2011 - 15:50

I have already tried removing the meebo bar before and it hasn't done anything, so i put it back

Its not working on http://extremecoding.forumotion.com/# either

Its a forumotion error, i'm 99.99% sure
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Sanket Wed 16 Mar 2011 - 15:56

I will bring it to the attention of Typlo, lets see what he has to say.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Wed 16 Mar 2011 - 15:58

Okay, thanks
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Saxaca Wed 16 Mar 2011 - 16:23

Try hosting the newest version of jQuery.
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Wed 16 Mar 2011 - 16:24

I dunno how, i got that code from Somebody
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by sign da tits Wed 16 Mar 2011 - 20:01

Where exactly did you put it in Overall_header?
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Wed 16 Mar 2011 - 23:16

Don't worry, i know there in the right place.
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by sign da tits Wed 16 Mar 2011 - 23:36

adam360 wrote:Don't worry, i know there in the right place.
Lol for me it goes weird
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Thu 17 Mar 2011 - 0:57

I'll try and find a new one, but I like the layout of my current one, is there anyway to keep the current one but change some coding in it?
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Sanket Thu 17 Mar 2011 - 7:37

Thats the latest version of the sliding panel. You can try.
http://web-kreation.com/demos/Sliding_login_panel_jquery/
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Thu 17 Mar 2011 - 16:43

How do i add it after i've downloaded it?
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Sanket Thu 17 Mar 2011 - 17:45

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by sign da tits Thu 17 Mar 2011 - 19:07

That's confusing ;o; please help sanky!
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by Adam360 Thu 17 Mar 2011 - 19:09

I agree, please help
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by sign da tits Fri 18 Mar 2011 - 14:47

I got it down, you just need the updated jQuery and bam, it will work.
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

drop down menu stopped working Empty Re: drop down menu stopped working

Post by sign da tits Fri 18 Mar 2011 - 15:14

Correct! So what do you do? Get the updated ones.
sign da tits
sign da tits
Forumember

Male Posts : 236
Reputation : 30
Language : British English, AutoIt
Location : England!

http://www.devforumz.com/

Back to top Go down

Back to top

- Similar topics

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