Dropdowns not working, parent/child nesting broken

Forums Forums Menus Dropdowns not working, parent/child nesting broken

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1457
    zugernaut
    Member

    I love this plugin, and used it on an older version of this site:

    http://jclyde.com

    But as you can see, something’s wrong now.

    I’m using the Maparaan theme from Padd Solutions.

    I do get a dropdown if I select "Single dropdown," but with "Infinite" selected I haven’t been able to get the pages to nest and form dropdowns. (Just for example, Dinner Menu, Happy Hour Menu, and Pub Menu should all be under Menu).

    The theme navigation CSS can be found here: http://jclyde.com/wp-content/themes/map … gation.css

    I have tried various modifications to the stylesheet, both the theme and plugin sheets, as well as header.php, but what you see now is default plugin stylesheet and default theme, except for

    <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();}; ?>

    in place of

    <li<?php if (is_home()) { echo ‘ class="current-cat"’; } ?>><a href="<?php echo get_option(‘home’); ?>">Home</a></li>
    <?php wp_list_cats(‘sort_column=name&optioncount=0&hierarchical=0’); ?>

    I’ve also tried dropping the plugin code in various places to the same result, so if it’s a CSS conflict I’m thinking it must be pretty high level. Could it be some kind of jquery conflict, and would there be any way to fix?

    Many thanks for any suggestions.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.