After looking into this today, it appears that I need to replace the shortcode with the below HTML to achieve a link from an image:
<div class="gk-parallax gkp-background" onclick="window.open('http://www.link.com')" data-area="200" data-height="400">
<div class="gk-parallax-wrap">
<div data-start="50%,50%" data-end="50%,100%">Circle</div>
<div data-start="25%,25%" data-end="75%,25%">Square</div>
</div>
<div>Tablet view</div>
<div>Mobile view</div>
</div>
I need to know where the shortcode in your theme is generating this code as I can't seem to locate it in any of the .php files.
I would appreciate your feedback, especially on where to locate the parallax code.
Thanks