MyBB Community Forums

Full Version: menu edit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Oke i have a menu the only issue is that it's not working what i'm looking for:

IANDREW WROTE:
(06-12-2016, 10:28 AM)Wazzyl Wrote: Wrote:when will you make it possible, IAndrew the menu?


Add this to your headerinclude template
Code:
<script type="text/javascript">
$(function()
{
    $("a#toggle").click(function()
    {
        $("#memberslide").slideToggle();
        return false;
    }); 
}); 
</script>


Add this to global.css

Code:
#memberslide {
    display: none;
    color: #FFF;
    padding: 10px;
   margin-left: 20px;
   font-size: 12px;

}


Edit your memberlist link in footer to this
Code:
<li><a class="cmn-t-shake" id="toggle" href="#"><i style="color: #666666; font-size: 9px;" class="fa fa-chevron-right fa-fw"></i> &nbsp; Members</a></li>



Finally add this div below your memberlist link an edit the content inside it with your links you want.
Code:
<div id="memberslide">
  Links inside this box
</div>

the problem is when i'm loading my website the menu is already open, how can i fix that problem so it will be closed until you click for example on news!

- Internet explorer or Microsoft edge it's working, but aint working on chrome, firefox etc, how to update it?

here a link http://warhood.com/xmas

BTW if someone likes to help, you're more then welcome! I'll send you a PM with admin account!
The menu is closed to me. Try to delete caches of your browser.
thank you, yeah it was my cache :O