-
AuthorPosts
-
Juan Carlos Stauring Friend
Juan Carlos Stauring
- Join date:
- September 2014
- Posts:
- 250
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 53
- Thanked:
- 19 times in 3 posts
January 2, 2013 at 8:19 pm #183576**sorry I posted this in the wrong forum. I meant to post to JA** if you can move or delete if you like and I can repost.
Joomla 2.5.8
JA Template JA OristeI’m trying to link image slideshow to my target URL. I see solution for this for JM however no clear solution on forum for JA.
My source is from image folder.
code example:
<div class=”contentpaneopen”>
<h3>My Link Title Here</h3>
</div>It would be ok also to link the title, but I’m more interested in linking the image.
Your help is appreciated :p
Regards,
jcStork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
January 3, 2013 at 3:22 am #478197Hello jcstauring,
JA Slideshow doesn’t support to add a link to image. It only link from the title.
Regards.
Juan Carlos Stauring FriendJuan Carlos Stauring
- Join date:
- September 2014
- Posts:
- 250
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 53
- Thanked:
- 19 times in 3 posts
April 11, 2013 at 7:31 pm #489580<em>@Stork11 353120 wrote:</em><blockquote>Hello jcstauring,
JA Slideshow doesn’t support to add a link to image. It only link from the title.
Regards.</blockquote>
My bounce rates could really improve if it was supported. has anyone customized this with any of your templates?
thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 12, 2013 at 10:03 am #489660If possible you can pm me url, admin access and ftp account of your site. I shall check it directly on your site. If it will not take much of my time, I will help you out.
Juan Carlos Stauring FriendJuan Carlos Stauring
- Join date:
- September 2014
- Posts:
- 250
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 53
- Thanked:
- 19 times in 3 posts
May 20, 2013 at 7:01 pm #493430I recently updated JA Slideshow to 2.6.1 and the slider now works in regards to having images on the slider that are linked. My only issue now is that the mouse over cursor does not change. Is there a way to have on mouse over it, changes to the click hand/finger icon? I don’t see the option on the settings of my module.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 21, 2013 at 11:52 am #493518Thanks for feedback, I have raised bug to development team. You can check the status here: http://pm.joomlart.com/browse/CUSSER-510, we will check and give you solution asap.
Regards
Juan Carlos Stauring FriendJuan Carlos Stauring
- Join date:
- September 2014
- Posts:
- 250
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 53
- Thanked:
- 19 times in 3 posts
July 16, 2013 at 11:26 pm #499221<em>@jcstauring 373607 wrote:</em><blockquote>I recently updated JA Slideshow to 2.6.1 and the slider now works in regards to having images on the slider that are linked. My only issue now is that the mouse over cursor does not change. Is there a way to have on mouse over it, changes to the click hand/finger icon? I don’t see the option on the settings of my module.</blockquote>
I’m checking the status on this however no longer able to enter the site now asking for user and pass code.
Any updates on this?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 17, 2013 at 3:32 am #499235I’m so sorry since ours devs have been busy to upgrade template to support J3.x and for long time does not response solution this problem but you can fix it this way
Open modules/mod_jaslideshow/assets/script/script.js file
From
animFinished: function(){
var options = this.options,
vars = this.vars;vars.running = false;
//Trigger the afterChange callback
if (options.showDesc) {
this.swapDescription();if (options.descTrigger === 'load') {
this.showDescription();
}
}if (!vars.stop && (options.autoPlay && (vars.curIdx < vars.total -1 || options.repeat == 'true'))) {
this.start();if(options.showProgress){
vars.progressFx.start(vars.progressWidth);
}
}
}
change to
animFinished: function(){
var options = this.options,
vars = this.vars;vars.running = false;
//Trigger the afterChange callback
if (options.showDesc) {
this.swapDescription();if (options.descTrigger === 'load') {
this.showDescription();
}
}if(options.urls){
vars.mainFrame.setStyle('cursor', options.urls[vars.curIdx] ? 'pointer' : '');
}if (!vars.stop && (options.autoPlay && (vars.curIdx < vars.total -1 || options.repeat == 'true'))) {
this.start();if(options.showProgress){
vars.progressFx.start(vars.progressWidth);
}
}
}Always remember to clear cache from the Admin area after apply any changes
Let me know if it helps
Juan Carlos Stauring FriendJuan Carlos Stauring
- Join date:
- September 2014
- Posts:
- 250
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 53
- Thanked:
- 19 times in 3 posts
July 18, 2013 at 12:54 am #499368Yes, perfect thank you! 😀
jc
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by Juan Carlos Stauring 11 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum