Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
I have been following the Nested Pages (Menu Maker) tutorial. Everything works great, except there is no "active" or "current" class applied to the generated menu when on the home page. All other pages are fine.

In my nested pages, /home 'points' to http://yoursite.com with the 'mark as selected' unchecked, exactly as written in the tutorial.
Forgive me if this sounds like a silly question - but are you sure the URL of your site's home-page is indeed 'http://yoursite.com'?
That string was a filler supposed to be replaced by the real URL of your home-page.
e.g. if you happen to be testing Couch using the portable WAMP bundle, this URL will be 'http://localhost:8080/'.

Can you please confirm that the 'Home' nested-page is pointing to the right URL by manually visiting your home-page and comparing the URL appearing in the browser's address bar with the one you specified?

Thanks
Haha ... no I did use my real URL!

Actually, I was able to solve this issue by adding index.php to the destination url.

http://mydomain.com/index.php => works
http://mydomain.com => doesn't work

If you don't explicitly specify index.php, then Couch doesn't appear to add the 'active' and 'current' classes when on the home page.
3 posts Page 1 of 1