I want to link both the image and title in each slide of image show gk4.
I looked into the documentation but found nothing.
Image Show GK4ver. 1.36
Style: gk_creativity
I looked into the documentation but found nothing.
<a href="<?php echo $link; ?>" class="gkLearnMore" data-anim="slidedownbtn"><?php echo $link_text; ?></a>
<div>
<h2 data-anim="<?php echo $title_anim; ?>"><a href="<?php echo $link; ?>"><?php echo $title; ?></a></h2>
<h1 data-anim="<?php echo $content_anim; ?>"><a href="<?php echo $link; ?>"<?php echo $content; ?></a></h1>
</div>