Auto-Nav not showing up on main page=big problem

Permalink
On my website's main page, the auto-nav is NOT showing up....but on every other page it is...and this is a huge problem as the auto nav is the only way for viewers to get to the other parts of the website. PLEASE HELP!

 
Steevb replied on at Permalink Reply
Steevb
What is your website address. Someone will take a look and try to help.
musicschoolyay replied on at Permalink Reply
torontoschoolofmusic.com
andrewjaff replied on at Permalink Reply
andrewjaff
Hi,

I would like to look for your issue. Please share screenshot of your autonav block on home page.
Steevb replied on at Permalink Reply
Steevb
Take out or move the javascript that is outside your page html closing tag. View your page source for reference.

Note: if you cannot or do not want to upgrade to the latest version of C5, 5.8 coming soon, at least up it to 5.6.3.4.
ob7dev replied on at Permalink Reply
ob7dev
My guess is something in the PHP is causing the <li> within the <ul class="nav"> to not be generated.

It could be done by accident, for example, if someone was trying to force exclude the home page on the autonav via an autonav template, you could end up excluding all nav items on the home page instead of excluding the home page on all pages. If thats the case, you can exclude menu items via their page settings rather of hard coding it into the nav block. But thats just a guess.