itsaj Posted July 24, 2012 Share Posted July 24, 2012 Hi there, Recently I payed for a template integration with my existing website. The links that should be drop downs in the top navbar now no longer work. For example on the client area page http://domain.com/clientarea.php, Services, Domains, Billing and Support do not drop down displaying the other options in the menu. Hoving over these options displays a link to http://domain.com/# and when clicked, redirects to the homepage instead of the drop down as it should. Here is a copy of my code from header.tpl which I believe is responsible {if $loggedin} <ul class="nav"> <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">{$LANG.navservices} <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="clientarea.php?action=products">{$LANG.clientareanavservices}</a></li> {if $condlinks.pmaddon}<li><a href="index.php?m=project_management">{$LANG.clientareaprojects}</a></li>{/if} <li><a href="cart.php">{$LANG.navservicesorder}</a></li> <li><a href="cart.php?gid=addons">{$LANG.clientareaviewaddons}</a></li> </ul> </li> </ul> <ul class="nav"> <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">{$LANG.navdomains} <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="clientarea.php?action=domains">{$LANG.clientareanavdomains}</a></li> <li><a href="cart.php?gid=renewals">{$LANG.navrenewdomains}</a></li> <li><a href="cart.php?a=add&domain=register">{$LANG.navregisterdomain}</a></li> <li><a href="cart.php?a=add&domain=transfer">{$LANG.navtransferdomain}</a></li> <li><a href="domainchecker.php">{$LANG.navwhoislookup}</a></li> </ul> </li> </ul> <ul class="nav"> <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">{$LANG.navbilling} <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="clientarea.php?action=invoices">{$LANG.invoices}</a></li> <li><a href="clientarea.php?action=quotes">{$LANG.quotestitle}</a></li> {if $condlinks.addfunds}<li><a href="clientarea.php?action=addfunds">{$LANG.addfunds}</a></li>{/if} {if $condlinks.masspay}<li><a href="clientarea.php?action=masspay&all=true">{$LANG.masspaytitle}</a></li>{/if} {if $condlinks.updatecc}<li><a href="clientarea.php?action=creditcard">{$LANG.navmanagecc}</a></li>{/if} </ul> </li> </ul> <ul class="nav"> <li class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="#">{$LANG.navsupport} <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="supporttickets.php">{$LANG.navtickets}</a></li> <li><a href="knowledgebase.php">{$LANG.knowledgebasetitle}</a></li> <li><a href="downloads.php">{$LANG.downloadstitle}</a></li> <li><a href="serverstatus.php">{$LANG.networkstatustitle}</a></li> </ul> </li> </ul> Could someone please suggest how I can go about correcting this issue, and if you need any details or more information please do ask. I can provide more information. Also I am unable to post the direct link here unfortunatly but I will PM if needed. Thanks in advance! 0 Quote Link to comment Share on other sites More sharing options...
mycsrt4 Posted October 7, 2012 Share Posted October 7, 2012 Anyone figure this out i have the same issue, if your on client home page if you click the nav it takes you to index.php and if you click on it again the menus work. 0 Quote Link to comment Share on other sites More sharing options...
sigismundLT Posted November 24, 2012 Share Posted November 24, 2012 Have the same problem. Have you solved it? 0 Quote Link to comment Share on other sites More sharing options...
sigismundLT Posted November 25, 2012 Share Posted November 25, 2012 Ok. False alarm just some Javascript "conflict". 0 Quote Link to comment Share on other sites More sharing options...
mikeleigh Posted January 3, 2013 Share Posted January 3, 2013 For anyone who's still having this problem. Open /includes/jscript/jquery.js replace code with with latest jQuery from http://jquery.com/download/ or direct link: http://code.jquery.com/jquery-1.8.3.js (current version Jan 2013) That should fix it 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.