Link image and Title

Free Joomla module to create slideshow on your website which includes different data like part of articles or text defined by user.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Jul 01, 2013 8:06 pm
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
User avatar
Fresh Boarder

GK User
Mon Jul 01, 2013 8:38 pm
Hi,
I looked into the documentation but found nothing.

Because this is customization job.

Giv eme few minutes, I will show you where to search
User avatar
Platinum Boarder

GK User
Mon Jul 01, 2013 8:45 pm
Open this file: mod_image_show_gk4\styles\gk_creativity\view.php
There in line ~140 you'll find main link <a> ...</a>

Code: Select all
<a href="<?php echo $link; ?>" class="gkLearnMore" data-anim="slidedownbtn"><?php echo $link_text; ?></a>


So you have to increase the range of href to include also the image, I suggest start from line ~126 If you know the HTML basic you will handle.
User avatar
Platinum Boarder

GK User
Mon Jul 01, 2013 9:11 pm
Right! Here is what I did to link the title.

Code: Select all
<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>

Lines changed 136-139.

I dont know how to link a background image. If I find how to do it i'll post here.

Luciana
User avatar
Fresh Boarder

GK User
Mon Jul 01, 2013 9:17 pm
I'm sorry. I forgot to thank you.

Thank you very much for your help. :D
User avatar
Fresh Boarder

GK User
Mon Jan 20, 2014 10:31 pm
p.s.
When you will finish your web site - please add it here: https://www.gavick.com/forums/member-sites.html

then people could check it and write reviews - which can help you improve it.
User avatar
Platinum Boarder


cron