beeshrimp Posted February 18, 2011 Share Posted February 18, 2011 Hi, I`ve checked everything, Data Base, code, lost hours and found only this: <div id="slidewrap"> <div id="slideshowa" style="height: 350px;"></div> <div id="loadingDiv"></div> </div> <script type="text/javascript"> window.RokSlideshowPath = ''; var myshowa; window.addEvent('load', function(){ var imgsa = []; here should be part with images myshowa = new Slideshow('slideshowa', { type: 'combo', showTitleCaption: 1, captions: true, captionHeight: 40, width: 544, height: 350, pan: 50, zoom: 50, loadingDiv: true, resize: true, duration: [2000, 9000], transition: Fx.Transitions.linear, images: imgsa, path: 'images/slideshow/' }); myshowa.caps.h2.setStyles({ color: '#fff', fontSize: '13px' }); myshowa.caps.p.setStyles({ color: 'SLIDESHOW_DESC_COLOR', fontSize: '11px' }); }); </script> Part with images is missing... Just wonder why? Cheers, Tomas Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.