Jump to content

Navbar - Dropdown Links not working


itsaj

Recommended Posts

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!

 

navbar.JPG

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...
  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated