Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • ooweboo Friend
    #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 Moderator
    #325506
    ooweboo Friend
    #325536

    I tried to access the post, but it says that i dont have permission. Can you please help me? Thank you in advance.

    Anonymous Moderator
    #325625

    Answer:

    + 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));
    }

    ooweboo Friend
    #325634

    Thanks 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 Moderator
    #325687

    In 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"]

    ....

    ooweboo Friend
    #325699

    Thanks, 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 Moderator
    #325859

    I 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.

    ooweboo Friend
    #325890

    Thank you very much – not a problem!

Viewing 9 posts - 1 through 9 (of 9 total)

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