Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] Home link is dropped below the rest of the menu Firefox (http://forum.bytesforall.com/showthread.php?t=18918)

nightnicon Nov 17, 2012 07:16 AM

[SOLVED] Home link is dropped below the rest of the menu Firefox
 
Hi,

I have an issue with the menu on firefox it's fine for IE.

The Home link in the menu is dropped down from the rest of the menu items.

http://www.vsteps.net

If I take out the home menu from Appearance / Menus then the next menu item appears dropped down. i.e. the About.
I can't find any details about this on the forum can someone please help?

juggledad Nov 17, 2012 10:25 AM

Try disabling all your plugins and see if it goes away

nightnicon Nov 17, 2012 11:09 AM

Nope still got the same problem with all plugins disabled.

juggledad Nov 17, 2012 01:39 PM

well for some reason your home <li> has two <a> under it - this is not something that the theme would do, hence I suspect a plugin. it looks like wsomething to do with linkedin. This is your menu on the page
HTML Code:

<div id="menu1" class="menu-default-container">
<a target="_blank" href="http://uk.linkedin.com/pub/graham-smith/5b/882/7a"></a>
<ul id="rmenu2" class="clearfix rMenu-hor rMenu">
<a target="_blank" href="http://uk.linkedin.com/pub/graham-smith/5b/882/7a"></a>
<li id="menu-item-8" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-8">
<a target="_blank" href="http://uk.linkedin.com/pub/graham-smith/5b/882/7a"></a>
<a href="http://vsteps.net/">
</li>
<li id="menu-item-123" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-123">
<a href="http://vsteps.net/?page_id=7">
</li>


lmilesw Nov 17, 2012 04:11 PM

It looks like you have a blank menu item.

nightnicon Nov 18, 2012 01:54 AM

Thanks Juggledad you pointed me in the right location.

It wasn't a plugin as such but missing code in the html widget.

I had this
HTML Code:

<a href="http://www.twitter.com/vsteps_net" target="_blank"><img src="http://vsteps.net/wp-content/themes/atahualpa/images/twitter_48.png"/></a>
<a href="http://www.facebook.com/graham.smith.963434" target="_blank"><img src="http://vsteps.net/wp-content/themes/atahualpa/images/facebook_48.png"/></a>
<a href="http://plus.google.com/104961271043843896069" target="_blank"><img src="http://vsteps.net/wp-content/themes/atahualpa/images/google_plus.png"/>
<a href="http://uk.linkedin.com/pub/graham-smith/5b/882/7a"target="_blank"><img src="http://vsteps.net/wp-content/themes/atahualpa/images/linkedIn_48.png"/>

and I should have had this. note the missing </a> 's on the last two lines of code.

HTML Code:

<a href="http://www.twitter.com/vsteps_net" target="_blank"><img src="http://vsteps.net/wp-content/themes/atahualpa/images/twitter_48.png"/></a>
<a href="http://www.facebook.com/graham.smith.963434" target="_blank"><img src="http://vsteps.net/wp-content/themes/atahualpa/images/facebook_48.png"/></a>
<a href="http://plus.google.com/104961271043843896069" target="_blank"><img src="http://vsteps.net/wp-content/themes/atahualpa/images/google_plus.png"/></a>
<a href="http://uk.linkedin.com/pub/graham-smith/5b/882/7a" target="_blank"><img src="http://vsteps.net/wp-content/themes/atahualpa/images/linkedIn_48.png"/></a>

You can mark this one as solved thanks :)


All times are GMT -6. The time now is 09:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.