Can you show us the live site?
the slide panel is a word when i click on it it should slide down a full menu
Quotethe slide panel is a word when i click on it it should slide down a full menuI can't find that word, can you give us the hint?BTWTemplate name is Philoxenia
Anyway, we still don't know what is your problem....
There is something strange here... your panel content is empty. Is this some module? You probably didn't configure it properly. If this is added directly into template, then put some content inside panel.
As i can see there is something like that in your source code : <a href="#">Login Here</a>I suggest that it must be an onClick statement importing specific javascript function. Like : <a href="#" onclick="openPanel();">Login Here</a>Javascript : <script type="text/javascript">//<![CDATA[function openPanel(){....}//]]></script>
There is a conflict between javascript libraries at you home page. Just check if there is any module which use different library that "Info" does.