The dropdowns are hidden behinded the slideshow, can you post a link?
I currently have the plug-in disabled. I appreciate the help, here is the link.
http://www.lakeworthrec.org
Did you get something else working?
No, I had the slides set up with this plugin so I was hoping I could resolve the issue. It’s a fantastic plugin and it looks amazing when I have it activated.
Unfortunately, when I do my dropdown menu’s don’t work on the front page.
The dropdowns are working, they are just hidden behind the slideshow because they are on a lower z-index layer. You can fix this by raising the z-index of the dropdowns:
.ddsmoothmenu ul li ul {
z-index: 9999;
}