do i need to install something before use the slide effect. I ma testing your beatiful theme on classroom.cdmschool.com but there is no effect working. I already install the complete pack o effects as you mentioned on the docuentation page...
thank you in advance

Comments

danpros’s picture

Status: Closed (fixed) » Fixed

Hello,

Ups It seems I was wrong to write.

I write

<script type="text/javascript">
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'turnDone' , delay: -4000});
});</script>

Correct

<script type="text/javascript">
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'turnDown' , delay: -4000});
});</script>

I already updating the handbook with more effect available, please read the handbook one more time.

danpros’s picture

Status: Active » Closed (fixed)

For slide effect pick shuffle effect. Please let me know if still not working.

Regards,
Dan

Closed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.