• im using the Skeleton framework, and it already is set up with superfish, but ive added lavalamp. problem is only one or the other work and ive traced to the menu class of

    wp_nav_menu( array( 'container_class' => 'menu-header',  'menu_id' => 'supermenu', 'menu_class' => 'supermenu',  'theme_location' => 'primary'));

    removing the class lets the superfish work but renders the lavalamp motionless.
    (it is called via the ID though, show the marker still shows up, just doesn’t move)

    when no class is called above the html looks like <ul id=​"slmenu" class=​"menu sf-js-enabled" >​

    maybe not enough information to go on but does anyone have an idea?

    oh ya, i hace tried setting the class in wp_nav_menu to ” ‘menu_class’ => ‘supermenu menu sf-js-enabled’, ” then only the superfish works, lavalamp only works if the class is just “supermenu”.

  • The topic ‘setting wp_nav_menu class, conflict in superfish and lavalamp’ is closed to new replies.