Hello Bluezeal,
Please accept my apology if any inconvenience caused but JoomlArt doesn’t provide support for third-party extensions.
Please read the document of mfDockMenu carefully to make it works.
PS: You can try this solution, maybe it can help you:
Open index.php file in folder templates/ja_corona, at line 96th, you will see this block of code
<blockquote><!– BEGIN: MAIN NAVIGATION –>
<div id=”ja-mainnav” class=”clearfix”>
<?php $jamenu->genMenu (0); ?>
</div>
<!– END: MAIN NAVIGATION –></blockquote>
Replace with these code:
<blockquote><!– BEGIN: MAIN NAVIGATION –>
<div id=”ja-mainnav” class=”clearfix”>
<jdoc:include type=”modules” name=”user10″ />
</div>
<!– END: MAIN NAVIGATION –></blockquote>
Then publish your module to user10 position.
Goodluck.