I like the examples and they appear to demonstrate the potential and usefulness of the plug-in really well.
I'm having a hard time integrating this plug-in with the Thesis 1.2 theme though. I cannot get the menus to work at all. Do you have any advice?
I've added the following code:
// Suckerfish menus
if (function_exists('suckerfish'))
add_action('thesis_hook_before_container', 'suckerfish');
To the custom_functions.php file, but I can't get it to activate.