Comment on WordPress Nav Menu with Images by SEO Dave.
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:
<table/>
should be
</table>
Surprised that’s broken the sidebar, but fix that and see what happens.
David
More Comments by SEO Dave
WordPress Menu Images
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 …
Continue Reading WordPress Responsive Nav Menu
WordPress Menu Images
Stallion Child Theme Options
No the Stallion Child Theme options are independent of the main Stallion Theme options.
When you first activate the Example Stallion Child Theme it’s not like activating Stallion for the first time, your current Stallion options aren’t changed.
Only Custom Menus under …
Continue Reading WordPress Responsive Nav Menu
WordPress Menu Images
WP Theme Import/Export Options
Having the ability to export and import theme settings is on the list of features to add.
Currently under the main Stallion theme Options page near the bottom are default settings that currently link to two files that can be edited …
Continue Reading WordPress Responsive Nav Menu
WordPress Menu Images
Timthumb.php You are not allowed to fetch images from an external website
Checked your website after writing the above :-)
I see you are trying to link to another domain for the Photo Navigation menu images and it’s not working. Simple solution would be to upload the images to the domain you are …
Continue Reading WordPress Responsive Nav Menu
WordPress Menu Images
Timthumb.php and External Image Sources
Glad you figured it out and thanks for letting me know so I didn’t have to try to figure out the issue (in theory anyway, can’t help myself :-)).
The Stallion Photo Navigation menu does use Timthumb.php to cache the thumbnails, …
Continue Reading WordPress Responsive Nav Menu
WordPress Menu Images
WordPress Navigation Menu CSS
There was a ‘bug’ in the early Stallion 6.0 CSS menu code that meant the drop down menu didn’t work correctly in earlier version of Internet Explorer (terrible browser).
I rebuilt the CSS and code using the TwentyEleven theme code/CSS as …
Continue Reading WordPress Responsive Nav Menu
WordPress Menu Images
WordPress Custom Menu Usage
Under Stallion Theme >> Layout Options set
Navigation Menu Primary : Navigation Menu OFF
Navigation Menu Secondary : Secondary Navigation Menu ON
Under Appearance >> Menus
Use the custom menu you have set for “Primary Navigation” for the “Secondary Navigation” area. You can also …
Continue Reading WordPress Responsive Nav Menu
WordPress Menu Images
Using Categories with the WordPress Image Navigation Menu
In Stallion 7 (next update, NOT released yet) I’ve hacked the code behind the Stallion Photo Navigation Menu so Categories, Tags, custom links any link can have an image associated with it.
I was wanting to add the ability to associate …
Continue Reading WordPress Responsive Nav Menu
WordPress Menu Images
WP Photo Navigation Menu Tutorial
I’ve added the information to the tutorial above now.
One of the tutorials I forgot to update with the new features in Stallion 6.1.
David …
Continue Reading WordPress Responsive Nav Menu
WordPress Menu Images
How to Turn Off WordPress Navigation Menu
Under your WordPress Dashboard
“Stallion Theme” >> “Layout Options”
“Navigation Menu” : “Navigation Menu OFF”
You can also build a custom navigation menu (add any links you like) with Stallion via “Appearance” >> “Menus”, the navigation menu on this site is built that …
Continue Reading WordPress Responsive Nav Menu
WordPress Menu Images
WP Navmenu CSS Broken in IE7
Ran this site through the new IE emulator and in IE7 tests I see what you mean now. I got the code from TwentyTen, though had to modify it a lot because it was interacting with the main layout. Looks …
Continue Reading WordPress Responsive Nav Menu
WordPress Menu Images
WordPress Navigation Menu CSS Styling
That’s normal, looks the same in Firefox.
When I was creating the navigation menu code I tried for directly underneath, but that’s how it came out and I liked the slight offset, so didn’t adjust the CSS.
David …
Continue Reading WordPress Responsive Nav Menu