The Stallion Responsive Theme and Stallion WordPress SEO Theme include a built in WordPress nav menu with images. The Stallion WordPress photo navigation menu is built outside the default WordPress nav menu system (the navigation menu that tends to be below the header), so you can have both running at the same time. The Stallion photo navigation menu comprises of 5 image links, the 5 menu items in Stallion Responsive can link to anything, static Pages, blog posts, categories, custom links… WordPress Menu Images Below is a screenshot of the Good Karma Blog with a Stallion photo navigation menu. The image nav menu uses ‘concertina fold’ javascript code to reveal/hide the nav images, as you hoverover the menu links the […]
Continue Reading WordPress Menu Images
WordPress Navigation Menu
Hi david,
I am trying to add page navigation menu below header like home,index etc..
But whenever I select navigation menu on from Appearance : Menus, the menus are displaying in the sidebar rather than below header.
WordPress WP Nav Menu Broken
Sounds like broken code in a post, could be anything from some an extra opening or closing div in a post that’s messing with the themes code.
What’s the URL?
David
Fixing Broken HTML Code
Checked your site, looks like broken code, your footer area is loading in the sidebar as well.
Go to http://validator.w3.org/ and run your site through the validator. There’s a lot of errors, but most are not a problem (all the Facebook code doesn’t validate, but it doesn’t break anything), what tends to cause problems is HTML tags that aren’t closed, usually it’s div tags not closed.
Load your site in Firefox and click View Source, this will give you access to the HTML output of the page, as you scroll down you’ll note a lot of code is highlighted red as you get closer to the bottom, this means there’s code errors that are probably serious.
The code errors start at the end of the right sidebar code which suggests a widget added to the right sidebar has HTML errors. Looks like it might be the Hits til Now widget, there’s an HTML error in the table code, the closing table tag looks like this:
should be
Surprised that’s broken the sidebar, but fix that and see what happens.
David
Fixing Broken HTML Code
Validating HTML Code
Thanks david!!
Fixed some issues related to footer and navigation Menu