Disappearing Top Menu in Version 5.5

Permalink
Helping a new user of C5 to get this theme working properly. Have purchased a theme from the marketplace and when I go to edit it, the top menu items are gone. The bar is there but with no buttons. The developer says its not the theme's issue. Suggested everything be uninstalled and re-installed.

I don't by that. Any suggestions.

bcarone
 
adajad replied on at Permalink Reply
adajad
This seems to be the problem for a lot of users with custom themes in c5 5.5.x.

What you need to do is add the following code before the closing /body tag in your theme:
<?php Loader::element('footer_required'); ?>


This loads all c5 js.
derlopas replied on at Permalink Reply
derlopas
you mean in the file named "default.php"?
derlopas replied on at Permalink Reply
derlopas
Thank you very much. This solved my problem. :-))