-
AuthorPosts
-
December 1, 2009 at 6:53 pm #146491
Hi. Wonder if you can help me to change the links below the ja_slideshow to external links. Dont know what this section is called. The url to my site is http://www.altissimo.co.za
There are 3 images (Altissimo Guesthouse, Andante Guesthouse, Allegro Guesthouse) below the slideshow and i would like to link it to external websites, if possible.
Can you please assist me?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 2, 2009 at 8:39 am #325506Hi ooweboo
Please check this thread:
http://www.joomlart.com/forums/topic/how-to-open-the-link-of-ja-slideshow2-in-new-window/
December 2, 2009 at 1:21 pm #325536I tried to access the post, but it says that i dont have permission. Can you please help me? Thank you in advance.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 3, 2009 at 10:42 am #325625Answer:
+ 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));
}December 3, 2009 at 1:38 pm #325634Thanks for reply. But i dont want to link the main image in the slide show. I want to link the 3 modules below that to different websites. Dont know what you call those modules? it’s the 3 just below the main ja_slideshow. You will see it contains the names of 3 different guesthouses and i would like them to link to the websites of those guesthouses. can you please assist me. Thank you very much!
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 4, 2009 at 4:25 am #325687In each module, you add following code to the begin of module. For example with module1:
<a name="module1"></a>
And then in the description of image which you want to use for module1, please add use this code:
#module1"]
....
December 4, 2009 at 7:02 am #325699Thanks, but i dont see the modules. What do you call those 3 modules or module positions? I see the modules link to articles that also contain the image and the description.
thanks alot for your help!Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 7, 2009 at 3:14 am #325859I am sorry for my mistake.
It is catslwi module. Currently this module does not support your idea. I am afraid that you have to handle at your end
I am sorry for not being of much help in the case.
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by ooweboo 14 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum