Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jlmartinez Friend
    #199981

    It’s sure that is easy and there are a configuration option, but i dont find it.

    In JA Slideshow Lite, i click in edit in one image and I put a url in the opcion “Link:”

    When in my portal, i do click in this image, open this url in the same window.

    I don’t want to put the code in description, but i want to open this url in a new window… where is the option for put target = “_blank”?

    In the code of modules/mod_slideshowlite/assets/js/scripts.js i can do this… over the line 465

    if (url) {
    e.stop();

    if (target == '_blank'){
    window.open(url, 'JAWindow');
    } else {
    // my change
    //window.location.href = url;
    window.open(url, 'JAWindow');
    }
    }

    But, if target is a variable, this variable must be iniciated… where is this option?

    A lot of thanks

    Nazario A Friend
    #543597

    @jlmartinez,

    This is issue of our JA Slideshow Lite module. I reported to Dev team, we will fix this bug and release it in the next version. You can follow the status at http://pm.joomlart.com/browse/JAECMODSLIDESHOWLITE-75

    jlmartinez Friend
    #556601

    <em>@Nazario A 438364 wrote:</em><blockquote>@jlmartinez,

    This is issue of our JA Slideshow Lite module. I reported to Dev team, we will fix this bug and release it in the next version. You can follow the status at http://pm.joomlart.com/browse/JAECMODSLIDESHOWLITE-75</blockquote>

    I don’t see this before cause in my work i make a lot of things and i have the portal quiet abbandon.

    Thanks for the report

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

This topic contains 3 replies, has 2 voices, and was last updated by  jlmartinez 9 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum