I have successfully converted a v.8 (Elemental Theme) site into Version 9. Everything works fine, except the autonav block. It doesn’t show the Open-icon, or Close-icon on mobile view. I shows a small square icon with the font-awesome # instead. And it shows the pages and subpages as styled in CSS.
In Pagetheme, using the bootstrap3 $pThemeGridFrameworkHandle, in registering Assets I have:
$this->requireAsset('javascript', 'font-awesome');
$this->requireAsset('css', 'font-awesome');
and in footer_bottom.php I have:
<script type="text/javascript" src="<?=$view->getThemePath()?>/js/main.js"></script>
before the closing body tag.
Is there more to do? What am I missing?
Thanks for help