-
AuthorPosts
-
March 26, 2009 at 11:13 am #139595
Hi,
I have set up the content slider on the homepage but the links on the images only work on those images that load up first. So when the images slide to expose more images, those new images do not link.
Please see attached images taken from your demo site.
Image 1 – All the underlying links work
Image 2 – The left hand three images don’t link…?I’m assuming this is a bug… can someone let me know how to fix?
Cheers, Pete
-
Css Magician Friend
Css Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
March 27, 2009 at 8:04 am #298385<em>@ebyss 120482 wrote:</em><blockquote>Hi,
I have set up the content slider on the homepage but the links on the images only work on those images that load up first. So when the images slide to expose more images, those new images do not link.
Please see attached images taken from your demo site.
Image 1 – All the underlying links work
Image 2 – The left hand three images don’t link…?I’m assuming this is a bug… can someone let me know how to fix?
Cheers, Pete</blockquote>
Hi ebyss,
Please open file : modulesmod_ja_contentslidemod_ja_contentslideapplication.php
In line 180, please change
[PHP]
if($this->_showimages && $image) {
echo “<div class=”ja_slideimages clearfix”>”;
echo $image ;
echo “</div>”;
}
[/PHP]to
[PHP]
if($this->_showimages && $image) {
echo “<div class=”ja_slideimages clearfix”>”;
echo ‘<a href=”‘.$link.'” title=””>’.$image.'</a>’;
echo “</div>”;
}
[/PHP]1 user says Thank You to Css Magician for this useful post
March 27, 2009 at 9:57 am #298418Thanks duchh,
Thats very nearly there… but there still appears to be a problem. It is now creating the link for all the objects rather than just the one that load in view. However, the URL it is creating is not the SEF url so I am getting a 404 on those. The images in view are fine however.
Thanks again for your help… any more help would be very much appreciated!
Kind regards
Pete
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
March 27, 2009 at 10:09 am #298421Hi,
Please send me your live url, admin account, ftp account via PM so that i could have closer look on the issue.
March 27, 2009 at 10:23 am #298425Hi, Thanks in advance for your help…
Unfortunately it is on local host at the moment but the issue is also present on your own demo site, so hopefully you will be able to see the issue there.
Kind regards
Pete
wwille Friendwwille
- Join date:
- July 2008
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
March 29, 2009 at 1:51 pm #298863Hi ebyss,
go to the backend to the module settings and switch off the feature “use ajax”.
In my case it works.Regards,
Wolfgang2 users say Thank You to wwille for this useful post
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 29, 2009 at 3:31 pm #298874<em>@wwille 121275 wrote:</em><blockquote>Hi ebyss,
go to the backend to the module settings and switch off the feature “use ajax”.
In my case it works.Regards,
Wolfgang</blockquote>Thanks wwille, yaa turning off the ajax does resolve the problem, in my case i went through all the files searching for clues or answer, but din bother to check the backend setting of the slide module. After turning off ajax the links have appeared for the hidden icons in the slider.
Thanks
1 user says Thank You to Arvind Chauhan for this useful post
March 30, 2009 at 9:01 pm #299140Thanks guys… Turning ajax OFF does solve the problem! Not sure why… but thanks to all who helped!
Cheers, Pete
Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
March 30, 2009 at 9:30 pm #299144<em>@ebyss 121626 wrote:</em><blockquote>Thanks guys… Turning ajax OFF does solve the problem! Not sure why… but thanks to all who helped!
Cheers, Pete</blockquote>
Glad it worked for you too. Sometimes the easiet way to fix things is overlooked, i am so used to hunt the codes, i din bother to explore the backend settings properly.
It happens
regards
chacapamac Friendchacapamac
- Join date:
- March 2009
- Posts:
- 65
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
April 15, 2009 at 5:47 pm #301438It work for me to.
What do we have the ability to put ajax on in the content slide module (what ajax do in the content slide)? -
AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 6 voices, and was last updated by chacapamac 15 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-