-
AuthorPosts
-
July 20, 2013 at 11:40 am #189110
Hi
I need an help to link an image on Slide Show Lite to a k2 category ( that already has a link on the mainmenu)
Is it possible? I see in the panel module that if I edit the image open a popup with some fields to fill (title,link, description)
but I can not get it to work.
Please can someone help me with this?
Best regards
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 25, 2013 at 9:34 pm #500171Thank you very much!
Now the links work.
There is only one thing I want to ask:
On a picture the mouse cursor remains as a pointer, and does not change in the hand cursor. If you click the link works and open the page, but a user does not understand that the pictures are links. Is there a way to fix this?
Thanks anyway for the help.
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 26, 2013 at 10:59 am #500228You can try to fix it this way
Open mod_jaslideshowlite/assets/js/script.js file
from
animFinished: function(){
var options = this.options,
vars = this.vars;vars.running = false;
if (!vars.stop && (options.autoplay && (vars.curIdx < vars.total -1 || options.repeat))) {
this.start();vars.jslider.addClass('ja-ss-progress');
}
}
change to
animFinished: function(){
var options = this.options,
vars = this.vars;vars.running = false;
if(options.urls){
vars.mainFrame.setStyle('cursor', options.urls[vars.curIdx] ? 'pointer' : '');
}if (!vars.stop && (options.autoplay && (vars.curIdx < vars.total -1 || options.repeat))) {
this.start();vars.jslider.addClass('ja-ss-progress');
}
}
Remember to backup old file before making changes
August 2, 2013 at 10:52 pm #501123I tried your fix, but the result is that the slideshow loads only the first image, and the pointer does not change.
Thanks anyway for your help.
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 5, 2013 at 2:50 am #501231Please pm me URL, admin login info and ftp account of your site. I will fix the problem directly on your site.
August 5, 2013 at 10:22 pm #501341<em>@Ninja Lead 383560 wrote:</em><blockquote>Please pm me URL, admin login info and ftp account of your site. I will fix the problem directly on your site.</blockquote>
Thank you! I sent you a PM
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 6, 2013 at 4:08 am #501366I have fixed the problem directly on your site this way
Open modules/mod_jaslideshowlite/assets/js/script.js file
From
animFinished: function(){
var options = this.options,
vars = this.vars;
vars.running = false;
if (!vars.stop && (options.autoplay && (vars.curIdx < vars.total -1 || options.repeat))) {
this.start();
vars.jslider.addClass('ja-ss-progress');
}
}
Change to
animFinished: function(){
var options = this.options,
vars = this.vars;
vars.running = false;
if(options.urls){
vars.jslider.setStyle('cursor', options.urls[vars.curIdx] ? 'pointer' : '');
}
if (!vars.stop && (options.autoplay && (vars.curIdx < vars.total -1 || options.repeat))) {
this.start();
vars.jslider.addClass('ja-ss-progress');
}
}
Please check it again, let me know if it helps
August 6, 2013 at 12:09 pm #501412Thank you very much! Now is perfect and works well!
If I may I would need a little additional help on the menu.
Can I ask you here, I better open another thread?
This thread can be put as resolved.
Thanks again
Best Regards
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 7, 2013 at 4:45 am #501481Yes, you should raise it in a new thread, it would be better.
-
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by
Ninja Lead 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum