PDA

View Full Version : Links in header no longer working on custom skin


Sweeks
01-14-2009, 01:46 PM
Somehow after creating a few new styles our default custom style links in the header no longer work here is the code within the header template for our default custom skin:



<td class="navigation"><a href="/index.php" rel="nofollow">Teen Forums</a></td><td width="2" style="padding:0px;"><img src="images/colortheory/misc/navseperator.gif" alt="Nav Seperator" /></td>

<td class="navigation"><a href="/blog.php">Blogs</a></td><td width="2" style="padding:0px;"><img src="images/colortheory/misc/navseperator.gif" alt="Nav Seperator" /></td>

<td class="navigation"><a href="/all_albums.php">Photos</a></td><td width="2" style="padding:0px;"><img src="images/colortheory/misc/navseperator.gif" alt="Nav Seperator" /></td>

<td class="navigation"><a href="/teen-forums-videos/">Videos</a></td><td width="2" style="padding:0px;"><img src="images/colortheory/misc/navseperator.gif" alt="Nav Seperator" /></td>

<td class="navigation"><a href="/arcade.php">Arcade</a></td><td width="2" style="padding:0px;"><img src="images/colortheory/misc/navseperator.gif" alt="Nav Seperator" /></td>

Does anyone have any idea why they may no longer link anywhere even though the code is present.

Vbulletin 3.8 too.

Thank you :)

--------------- Added 1231948467 at 1231948467 ---------------

I would like to add that the only thing I have done is add a few new styles which are more or less duplicates of the default one which I have been restyling. I havent made any edits at all to our default to cause this.

--------------- Added 1231949043 at 1231949043 ---------------

Please help :D
________
JAILBROKEN (http://jailbroken.org/)

Lynne
01-14-2009, 02:06 PM
What do you mean that they no longer work? Do you not see them? Are they sending you to the wrong page? Are they broken links? What does the page source say?

Perhaps a link to the page would help.

Sweeks
01-14-2009, 02:12 PM
I have sent a PM with the board URL. The links not working are the ones at the top with Arcade etc. The source looks fine to me. The links simply dont link anywhere at all, the only working ones are the popup ones but they are only shown on the inside.

--------------- Added 1231949817 at 1231949817 ---------------

Update, I have just tested them in IE and they are linking. I am REALLY confused.
________
Extreme vaporizer review (http://extremevaporizer.net/)

Lynne
01-14-2009, 02:17 PM
That's a weird one. According to firebug, your div - <div id="headerlogologgedout"> - is 'covering' the navbar and thus you can't click on the middle links. You'll notice that as you go accross hovering over it, you can click on the very left of register and the very right of arcade.

Sweeks
01-14-2009, 02:19 PM
I will try removing the logged out logo as it isnt particularly needed I think

--------------- Added 1231950133 at 1231950133 ---------------

That didnt work at all

--------------- Added 1231950500 at 1231950500 ---------------

Right I have fixed it for lower screen resolutions. I edited the css for the logo yesterday and it appears that it isnt compatible or I am doing something wrong. This is the CSS how it is now and working on lower resolutions:

#headerlogo {

float:left;
height: 116px;
width:400px;
display:inline !important;
repeat: no-repeat;
margin-left:30px;
margin-top:30px;

}

I really need it to work for larger resolutions if any one has any suggestions I would be grateful.
________
DIGITAL EASY VAPE INSTRUCTIONS (http://vaporizerinfo.com/)

Lynne
01-14-2009, 04:50 PM
It works fine for me and I don't see why it wouldn't work for other resolutions. You have the div container the same size as the image right now.