Closed (fixed)
Project:
Sky
Version:
6.x-3.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2009 at 01:27 UTC
Updated:
28 Jul 2009 at 13:08 UTC
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
Comment #1
M_Saltmarsh commentedAfter 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.
Comment #2
M_Saltmarsh commentedProblem 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