@Design Q: I've checked your page again and see the javascript file of module loading fist jQuery library. Did you load module inside an article?
Please open this file: ROOT/modules/mod_vina_grid_gallery_content/tmpl/default.php
1. Remove line 18:
$doc->addScript('modules/mod_vina_grid_gallery_content/assets/js/freewall.js', 'text/javascript');
2. Add this code before line 171 (<script type="text/javascript">):
<script type="text/javascript" src="<?php echo JURI::base(); ?>modules/mod_vina_grid_gallery_content/assets/js/freewall.js"></script>
Please try follow it and check again.