tuffcris
Hi,
It due to the class 'hidden-xs' set for the link, I just edited the file: /templates/ja_shoe/acm/gallery/tmpl/style-1.php
<a href="<?php echo $helper->get ('gallery.link', $i) ?>" class="btn btn-primary btn-sm hidden-xs"><?php echo $helper->get ('gallery.title-link', $i) ?></a>
and remove hidden-xs class in above line of code.
You can check it now.