Comment on WordPress Nav Menu with Images by SEO Dave.

Responsive Nav Menu 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 using Stallion on then no need to edit the Timthumb options: no Stallion feature uses external image sources and Timthumb.php.

If you view source of your home page you can see the Timthumb.php links like

primeadnet.com/wp-content/themes/stallion-seo-theme/timthumb.php?src=http://powersolutions.ca/wp-content/blogs.dir/7/files/publishers.png&w=300&h=200&zc=1&q=75

Load the above in a browser and you’ll see an error message, 403 Forbidden which isn’t what you should see if this is just about Timthumb.php settings,.

Same link format, but from this domain which is running Timthumb 2.8.5 with external image sources disabled (default Stallion setting).

stallion-theme.co.uk/wp-content/themes/stallion-responsive-child/timthumb.php?src=http://powersolutions.ca/wp-content/blogs.dir/7/files/publishers.png&w=300&h=200&zc=1&q=75

You can see it’s a Timthumb error message (what it should be):

You are not allowed to fetch images from an external website.

David