Comment on WordPress Nav Menu with Images by SEO Dave.
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, but they should be located on your domain so even if you have set Timthumb.php to grab images from other sites- BTW I didn’t use that options because of potential security issues, the developers of Timthumb version 2 (what Stallion uses) have said they’ve fixed the security issue with allowing external sources for images, but I was playing it safe (I was in two minds to code thumbnails to be generated from external sources).
On the odd site I have seen the cached images stop working right after an update, I believe Timthumb.php will eventually refresh the cache, but being impatient I’ve logged in via FTP and deleted everything within the /cache/ folder which fixes the issue (basically forces a refresh).
I also found a version of Timthumb.php 2.8.2 or .3 I think wouldn’t work with Stallion, found what I thought was a fix, but wasn’t stable so reverted to a slightly older version, so if you’ve updated Timthumb yourself maybe your server doesn’t like 2.8.5 which I think I updated to last update (Stallion 7.0.1). I didn’t update Timthumb with Stallion 7.1 (forgot to check :-)) I see they are currently at version 2.8.10 (a lot of changes for about 3 months), when I get to the next update will check Stallion works with the latest version.
Anyway, for future updates I suggest you look into using the Stallion Child Theme (it’s free) which includes a copy of Timthumb.php (2.8.5) and will save the cached images inside the child theme folder rather than the main Stallion theme folder, set the permissions of the cache folder within the child theme folder and that folder will be used instead (I plan to use a child them on all my sites just for this ability, will make updates so much easier). When you update main Stallion the Timthumb.php file within the child theme folder won’t be overwrote so you can edit options etc… directly within the main Timthumb.php file inside the child theme.
Stallion’s child theme implementation is better than WordPress core, the vast majority of Stallion files just have to be copied into the child theme folder to be used rather than the corresponding file in the Stallion theme folder, perfect for theme development even for those with poor HTML, CSS, PHP skills, copy a file to the child theme folder and edit away, if you get it completely delete the file and no harm done. With some themes it’s a pain to override a file.
David
More Comments by SEO Dave
WordPress Menu Images
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 …
Continue Reading WordPress Responsive Nav Menu
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
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