• Resolved gcrgcr

    (@gcrgcr)


    I am having an issue where the main page menu navigation shows the second and third level drop downs of the menu, but child pages (posts or pages) only show the top level.

    https://happysmackah.com

    Many thanks for any advice!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hello gergcr,

    I have checked your site and found that footer is not loading on inner pages. If you don’t want footer to show on inner pages use below css and let footer.php to load on your all pages.

    .home #footer {
        opacity: 1;
    }
    #footer {
        opacity: 0;
    }

    Regards,
    Tanay Khandelwal

    Thread Starter gcrgcr

    (@gcrgcr)

    Got it back – thank you! I wanted to eliminate comments so commented out bits from comments.php (there are no footer calls there but I suspect I fouled the <div> structures up.

    Does anyone have any idea how to remove comments (or I suspect I should post that separately)?

    Thread Starter gcrgcr

    (@gcrgcr)

    Confirmed fix worked, thx!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sub Menue Problem’ is closed to new replies.