Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[Contribution] Rockslideshow Do not show


beeshrimp

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...