to hot fix one of your problem now change this line of code
in the file mdocs-rights.php line 54:
Old
<li role="presentation"><a role="menuitem" tabindex="-1" href="<?php echo site_url().'/?mdocs-file='.$the_mdoc['id'].'&mdocs-url='.$the_mdoc_permalink; ?>"><i class="fa fa-cloud-download"></i> <?php _e('Download','mdocs'); ?></a></li><?php
New
<li role="presentation"><a role="menuitem" tabindex="-1" href="<?php echo site_url().'/?mdocs-file='.$the_mdoc['id'].'&mdocs-url=false'; ?>"><i class="fa fa-cloud-download"></i> <?php _e('Download','mdocs'); ?></a></li><?php
this should fix your download issue