Slideshow recommendation
Last Post 09/09/2010 7:35 PM by CDMeyer. 4 Replies.
Author Messages
CDMeyer
Nuke Pro
Nuke Pro
Posts:63


--
09/08/2010 3:25 PM  
I'm looking for a recommendation for a simple to use fading slideshow module.  I have a banner area across the top of my page that I would like to fade between images and add links to the images to that a click would get you to a page with more info.  Free is preferred, but I am willing to pay for the right module.

I tried a jquery slideshow and the performance was very slow.  My banner is 950x220 so the images are pretty large.

Thanks

Chris Meyer
Joseph Craig
DNN MVP
Posts:11667


--
09/08/2010 6:32 PM  
Engage Rotator is a commercial modules that will do this.

You might want to have a look at the free modules from Will Strohl and Oliver Hine.

Ultra Media Gallery is another choice.

Joe Craig, Patapsco Research Group
Complete DNN Support
CDMeyer
Nuke Pro
Nuke Pro
Posts:63


--
09/09/2010 9:24 AM  
Thanks.  I got a jquery cycle to work except that my dropdown menu drops behind the slideshow.  Can be seen here http://dnncefcnj.cdmeyer.com/Home.aspx

Any ideas on how to fix this?  I used the header of the module for the script and the content of the module for a table with a div and images.

Thanks

Chris
Joseph Craig
DNN MVP
Posts:11667


--
09/09/2010 6:36 PM  
You need to use z-index to the all of the menu and submenu items to appear on top of the slideshow.

If you add z-index:10 as an attribute to .MainMenu_MenuSubStyles, that will do the trick. 

There may be a better place to add the z-index, but this works.

If you are wondering how I figured that out, look at this tutorial for skin troubleshooting techniques: Troubleshooting DotNetNuke Skins

Joe Craig, Patapsco Research Group
Complete DNN Support
CDMeyer
Nuke Pro
Nuke Pro
Posts:63


--
09/09/2010 7:35 PM  

that did it.  thanks a lot.

 

Chris



---