Chouby,
Thank you very much for your help. I looked in the source and saw that the images weren't being pulled in, and I have no idea why. I re-created the Italian version and all of the posts and content, but I still couldn't get it to work. I had to hack the theme and do this:
slides : [ // Slideshow Images
<?php
if (false !== strpos($url,'/it/')): //If italian
echo "{image : 'http://www.infiniacorp.com/wp-content/uploads/2012/06/infinia_slideshow_009.jpg', title : '<div class=\"slideshow_title\">Tecnologia Solare d’avanguardia </div>', thumb : 'http://www.infiniacorp.com/wp-content/uploads/2012/06/infinia_slideshow_009-60x60.jpg', url : ''},{image : 'http://www.infiniacorp.com/wp-content/uploads/2012/06/infinia_slideshow_013.jpg', title : '<div class=\"slideshow_title\">Progetti su vasta scala e località remote.</div>', thumb : 'http://www.infiniacorp.com/wp-content/uploads/2012/06/infinia_slideshow_013-60x60.jpg', url : ''},{image : 'http://www.infiniacorp.com/wp-content/uploads/2012/06/infinia_slideshow_008.jpg', title : '<div class=\"slideshow_title\">Alto rendimento del motore di Stirling</div>', thumb : 'http://www.infiniacorp.com/wp-content/uploads/2012/06/infinia_slideshow_008-60x60.jpg', url : ''},{image : 'http://www.infiniacorp.com/wp-content/uploads/2012/06/infinia_slideshow_003.jpg', title : '<div class=\"slideshow_title\">Cambiando il modo in cui il mondo utilizza energia</div>', thumb : 'http://www.infiniacorp.com/wp-content/uploads/2012/06/infinia_slideshow_003-60x60.jpg', url : ''},{image : 'http://www.infiniacorp.com/wp-content/uploads/2012/06/infinia_slideshow_004.jpg', title : '<div class=\"slideshow_title\">Motore e potenza aziendale nelle persone</div>', thumb : 'http://www.infiniacorp.com/wp-content/uploads/2012/06/infinia_slideshow_004-60x60.jpg', url : ''} ";
endif;
In order to get any slides to show up. I mean I guess it works. Thanks for the heads up on my language tests, I got those changed to make them a little more robust.
Best,
Keenan