-
AuthorPosts
-
Michael Impelluso Developer
Michael Impelluso
- Join date:
- December 2010
- Posts:
- 82
- Downloads:
- 7
- Uploads:
- 4
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
February 10, 2011 at 7:38 pm #160021Is there a way to make the images that are pulled from the content a link, too? The title is linked but the image is not… I’d like to have both be clickable
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
February 12, 2011 at 7:18 am #376308Dear zbeatty!
Please find this code (about line 201 in modulesmod_jacontentslidertmpldefault):
<?php echo $image; ?>
and change to:
<?php echo ‘<a href=”‘.$link.'” title=””>’.$image.'</a>’; ?>
Hope this helps and good luck! 😎
yfi_rnr Friendyfi_rnr
- Join date:
- June 2010
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 3 times in 1 posts
June 2, 2011 at 4:27 pm #394349<em>@thangnn1510 220953 wrote:</em><blockquote>Dear zbeatty!
Please find this code (about line 201 in modulesmod_jacontentslidertmpldefault):
<?php echo $image; ?>
and change to:
<?php echo ‘<a href=”‘.$link.'” title=””>’.$image.'</a>’; ?>
Hope this helps and good luck! :cool:</blockquote>
The above does not work when I m fetching the images from a folder and not from any category. can you please tell me what changes to make to make images linkable when I take images from a folder !
thangnn1510 Friendthangnn1510
- Join date:
- October 2014
- Posts:
- 1608
- Downloads:
- 0
- Uploads:
- 80
- Thanks:
- 73
- Thanked:
- 278 times in 256 posts
June 3, 2011 at 2:11 am #394409<em>@yfi_rnr 244455 wrote:</em><blockquote>The above does not work when I m fetching the images from a folder and not from any category. can you please tell me what changes to make to make images linkable when I take images from a folder !</blockquote>
Currently our module doesn’t support add link to image. Sorry for this inconvenience.
July 22, 2013 at 3:34 pm #499808Hi,
i´m using the image folder option and i need to remove the images link, can you point the file to do this change?
I use the last version in joomla 2.5.11.
Thanks in advanceSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 23, 2013 at 4:05 am #499852Hi orlandom2013,
Try to open file: modulesmod_jacontentsliderhelper.php
Comment or remove line 650:
[PHP]$image = ‘<a href=”‘ . $link . ‘” title=”” class=”ja-image”>’ . $image . ‘</a>’;[/PHP]
Always backup your site before making changes.
Hope this helps.
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 6 replies, has 5 voices, and was last updated by Saguaros 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum