We love this great theme, but since we installed Frontpage slideshow (http://www.frontpageslideshow.net) the menus on the page will not dropdown/expand.

Could you point us in the right direction, I think both sky and slideshow may have in one of the style sheets the same class name.

Thanks for the great theme.
Mark

Comments

M_Saltmarsh’s picture

After digging deeper - I think it is a conflict between superfish and frontpage slideshow and the jQuery.
I will test it with jQuery's handy noConflict() function.

M_Saltmarsh’s picture

Status: Active » Closed (fixed)

Problem solved ...

The problem can be fix within the frontpage slideshow configuration.php file.

// --- Slideshow engine settings --- //

$engine = "mootools"; // Choose Slideshow Engine, either "jquery" or "mootools". Default is jQuery. Choose appropriately to avoid any javascript conflicts with other extensions/plugins in your site (if using some CMS) or even your template! Wordpress and Drupal users should leave this option to jQuery.

I change to "mootools" (even thou note in file say jquery should work) and now the dropdown menus work fine.

Again thanks for the great theme.

Mark