Jump to content

Need help editing header menu links


Recommended Posts

Hello,

 

I need help editing the header menu links in my page. I have don't everything i can think of I have gone in to /modules/tmheaderlinks.tpl and edited the file i can edit the title of the link but when i change the addess for the link it doenst go anywhere besides the homepage. All of my other links work just fine. Tmheaderlinks module is hooked on to top of pages. I have cleared the cache, enabled force compile and disabled the cache in the preferences tab in the back office and still nothing. any ideas? thanks in advance for the help.

 

Here is my website: www.reef-junkies.com

Link to comment
Share on other sites

home is the only link that works the rest of them point back to home page for some crazy reason, i can change the title of them but where the link goes once clicked i can't get to change. the link in there now came that way with the template i used but they worked at one point or another they stopped working and I'm not sure why. here is a copy of the tmheaderlinks.tpl

 

 

<ul id="header_links">

<li><a href="{$link->getPageLink('index.php')}"{if $page_name == 'index'} class="active"{/if}>{l s='home' mod='tmheaderlinks'}</a></li>

<li><a href="{$link->getPageLink('prices-drop.php')}"{if $page_name == 'prices-drop'} class="active"{/if}>{l s='specials' mod='tmheaderlinks'}</a></li>

<li><a href="{$link->getPageLink('sitemap.php')}"{if $page_name == 'sitemap'} class="active"{/if}>{l s='sitemap' mod='tmheaderlinks'}</a></li>

<li><a href="{$link->getPageLink('manufacturer.php')}"{if $page_name == 'forum'} class="active"{/if}>{l s='forum' mod='tmheaderlinks'}</a></li>

</ul>

<!-- /Block permanent links module -->

 

I changed the manufacturer.php in side the forum named link at the bottom but nothing they all say active so no sure where else to look.

Link to comment
Share on other sites

What is actually happening is that your logo is overlaying your nav menu. Go to your global css file around line 375 should look like this

a#header_logo {
width: 305px;
height: 145px;
display: block;
padding: 35px 0 0 0;
overflow: hidden;
background: url(../img/logo.png) 0 0 no-repeat;
}

 

Change the 145px to 115px and you will be good to go.

 

edit: changed line number

Edited by DesignHaus42 (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...