The links are being written, just the banners are not clickable
something to do with canvas
i comment out the
slider.setTransitionFunction({ render: SliderUtils.clippedTransition(function(ctx, w, h, p) { return ctx.arc(w / 2, h / 2, 0.6 * p * Math.max(w, h), 0, Math.PI * 2, false); }) });
anyone got an idea why the links are not working here
http://testshop.bartels-sondermaschinenbau.de/
The links are being written, just the banners are not clickable
something to do with canvas i comment out the
slider.setTransitionFunction({ render: SliderUtils.clippedTransition(function(ctx, w, h, p) { return ctx.arc(w / 2, h / 2, 0.6 * p * Math.max(w, h), 0, Math.PI * 2, false); }) });
line and they work fine