-
AuthorPosts
-
marwach Friend
marwach
- Join date:
- March 2009
- Posts:
- 5
- Downloads:
- 147
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
March 17, 2014 at 1:04 pm #195854I have problem with module SLIDESHOW. When you click on image you have different url link then when you click on title. URL from image, doesn’t show other modules, and you have. Link from title is correct. Please help me to solve this problem.
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 18, 2014 at 10:59 am #527144@marwach,
I have passed this issue to our development team to investigate further.
You can check status at http://pm.joomlart.com/browse/JATCFUBIX-229. Highly appreciate your patience on this.Mall FriendMall
- Join date:
- September 2014
- Posts:
- 82
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 24 times in 23 posts
marwach Friendmarwach
- Join date:
- March 2009
- Posts:
- 5
- Downloads:
- 147
- Uploads:
- 1
- Thanked:
- 1 times in 1 posts
June 4, 2014 at 1:00 pm #537761Unfortunately, it’s worse than before.
Earlier version of module, was showing left or right modules, after your clicked on linked title.
New version mod_jaslideshow.v2.7.1 – doesn’t show other modules, and it’s no matter you click on image, or on title.Mall FriendMall
- Join date:
- September 2014
- Posts:
- 82
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 24 times in 23 posts
June 5, 2014 at 7:14 am #537853You should turn on “Search Engine Friendly URLs” from System Configuration > SEO Settings for the Slideshow work fine.
If your hostting can not do it now, you can find the file at “http://kagero.eu/modules/mod_jaslideshow/assets/script/script.js” and then do:
Go to line number 1382 and then replace
if (url) {
e.stop();if (target == '_blank'){
window.open(url, 'JAWindow');
} else {
window.location.href = url;
}
}
By:
if (url) {
e.stop();
url = url.replace(/&/g,'&');
if (target.indexOf('_blank') != -1){
window.open(url, 'JAWindow');
} else {
window.location.href = url;
}
}
Let me know how it goes.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by Mall 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Slideshow URL problem
Viewing 5 posts - 1 through 5 (of 5 total)