
Jason
Staff
/ Moderator

Jan 16, 2012, 9:04 AM
Post #4 of 7
(485 views)
Shortcut
|
Hi James, I took a look at your code and I think I found the problem. The issue is that for both your main image and in your mouseover javascript, you are outputting the url path of your second thumbnail.: ie,
<?php echo $image['thumbUrlPath2']; ?> On your page, this is just outputting a blank string, most likely because your upload field (images) has not been set up to have a second thumbnail. The quickest and easiest solution is to modify your upload field to create a second thumbnail of whatever size you like, and then re-create all your thumbnails for images already uploaded. Here is an article describing how to do that: http://www.interactivetools.com/kb/article.php?Resize-thumbnail-images-23 Give this a try and let us know if you run into any problems. Thanks, --------------------------------------------------- Jason Sauchuk - Programmer interactivetools.com Hire me! Save time by getting our experts to help with your project. http://www.interactivetools.com/consulting/
|