• Resolved [email protected]

    (@tlienhart85gmailcom)


    In my top (main) menu there is a heading called “Books: non-fiction”. When I open that heading there are 3rd-level items in it with pull-down arrows to access more pages. They have stopped working, and I cannot find where to fix those or set them up again.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi tlienhart85gmailcom,

    Thanks for posting a link.

    The JavaScript is missing from the page, usually this happens when the footer.php file has been edited and the “wp_footer()” line has been removed. Please check, and if it has been removed then add it back in.

    Regards,
    Tom

    Thread Starter [email protected]

    (@tlienhart85gmailcom)

    I appreciate your quick response:

    This is in the body of the parent footer.php file (in the body):

    <?php
    astra_body_bottom();
    wp_footer();
    ?>

    This is in the child footer.php file:

    <?php astra_body_bottom(); ?>

    <?php wp_footer(); ?>

    Does this look right?

    Thread Starter [email protected]

    (@tlienhart85gmailcom)

    Disregard my last. The problem is apparently with my autoptimize settings. Thanks for your help. I’ll mark this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pull down menus at 3rd level stopped working’ is closed to new replies.