-
AuthorPosts
-
Anonymous Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
June 15, 2009 at 1:47 am #141924Answer:
+ Open modulesmod_jaslideshow2assetsja.slideshow2.js file, at about line 151, find following code:
//Click on Main image
if (this.options.urls) {
this.maskDesc.addEvent('click', function () {
var url = this.options.urls;
if (url) location.href = url;
}.bind(this));
}and change to:
//Click on Main image
if (this.options.urls) {
this.maskDesc.addEvent('click', function () {
var url = this.options.urls;
if (url) window.open(url);
}.bind(this));
}1 user says Thank You to JA Developer for this useful post
dawidt Frienddawidt
- Join date:
- March 2008
- Posts:
- 71
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 3 times in 1 posts
June 19, 2009 at 9:07 am #308421Hi,
Ok, after this modification, when I click on the button there is two redirection, parent and _blank at the same time. Do you know why is that?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
June 24, 2009 at 7:30 am #308915Hi dawidt
It is very strangle. Maybe you made a mistake.
Could you please send me your live url, admin account (if possible, ftp account so that i can fix this issue for you) via PM so that i could have a closer look on the issue?November 19, 2009 at 9:21 pm #324306I am using 3,4 picture in my slide show and some of them are need to be linked internally and I want them to open on same window (which works right now)
But some pictures needs to be link external pages and I want them to open in a new window.
Is there any way I can change some slide links opens on same windows and some slides opens on a new window?
Thanks,
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 20, 2009 at 9:11 am #324372Hi eroltopkaya
our module does not support your idea. I am sorry for not being of much help in the case.
Chantelle Goldstraw FriendChantelle Goldstraw
- Join date:
- September 2014
- Posts:
- 67
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 5 times in 1 posts
January 31, 2010 at 12:48 pm #331040I am having the sam problems linking from the read more in the sldeshow to the rest of the article, be it in the same window or a different window.
I can only find the mod_jaslideshow2.js file which contains a few lines similar to described above but not the same.
WHat am I doing wrong, thanks
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 4, 2010 at 7:14 am #331494Hi telbino
We have updated this option into our module. Now, if you download this module for us, at Advanced Parameters tab, you can choose to show in new window or the same window
6893
Please kindly check.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 4 voices, and was last updated by Anonymous 14 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to open the link of ja slideshow2 in new window
Viewing 7 posts - 1 through 7 (of 7 total)