Hi there!
I have installed the extension and verified that I have followed the instructions relating to MooTools and load order. No joy.
The first image loads and never changes. Code from the page header is shown below:
<link href="/index.php?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
<link href="/templates/studio_diakonos/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript" src="/plugins/system/niceslideshowlite-lib/niceslideshowlite-lib.js"></script>
<script type="text/javascript" src="/includes/js/joomla.javascript.js"></script>
<script type="text/javascript" src="/media/system/js/caption.js"></script>
<script type="text/javascript" src="http://studiodiakonos.com/plugins/system/kc_cufon/js/cufon-yui.js"></script>
<script type="text/javascript" src="http://studiodiakonos.com/plugins/system/kc_cufon/fonts/Calibri_400.font.js"></script>
<script type="text/javascript" src="http://studiodiakonos.com/plugins/system/kc_cufon/fonts/Prociono_400.font.js"></script>
<script type="text/javascript">
window.addEvent('domready', function(){ var JTooltips = new Tips($$('.hasTip'), { maxTitleChars: 50, fixed: false}); });
</script>
<style type="text/css"> /* <![CDATA[ */ .cufon-loading .titletext { visibility: hidden !important; } .cufon-loading .contentheading { visibility: hidden !important; } .cufon-loading ul.menu li { visibility: hidden !important; } .cufon-loading h2 { visibility: hidden !important; } /* ]]> */ </style>
<script type="text/javascript"> Cufon.replace(".titletext", { fontFamily: "Calibri" });Cufon.replace(".contentheading", { fontFamily: "Calibri" });Cufon.replace("ul.menu li", { fontFamily: "Calibri" });Cufon.replace("h2", { fontFamily: "Prociono" }); </script>
<link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="/templates/system/css/template.css" type="text/css" />
<link rel="stylesheet" href="/templates/studio_diakonos/css/layout.css" type="text/css" />
<link rel="stylesheet" href="/templates/studio_diakonos/css/typography.css" type="text/css" />
<link rel="stylesheet" href="/templates/studio_diakonos/css/articles.css" type="text/css" />
<link rel="stylesheet" href="/templates/studio_diakonos/css/widgets.css" type="text/css" />



