Closed digitalbricks closed 11 years ago
No problem here. Can anyone confirm this?
It might happen, if there are to many navigation items. I were sure, that I already added a clearer-Div to avoid this. Try adding a
<div class="clear"></div>
right after the header-Tag...
Checked this with a fresh install just now, the menu is showing up correctly.
I just did a fresh install with the package provided on your site, same problem as before: Menu not showing in frontend. I will try this on another machine later but it is curious because there is no PHP error or something that points me to the reason for this issue.
Seems to me that your PHP version is the problem. Which version do you use?
Now I can reproduce this problem.
Found it. As long as the system is in maintenance mode, no menu is shown.
if ( CAT_Helper_Page::isMaintenance() ) return false;
Changed that line to
if ( CAT_Helper_Page::isMaintenance() && ! CAT_Users::is_root()) return false;
It works! You can close this ticket. Thanks for your great work!
While testing the RC1 i noticed that the main menu is not showing on the frontend. The sidebar on the left side is empty – in the alpha version there was the main menu. Note: I made a clean install with the version provided on your site. I also used a new database, so the issues i reported (including this one) won't correlate with the previous alpha testing.