Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • Ing. Ervin Zatko EASY Friend
    #192392

    Hi

    A work on a page based on a template JA MUZIC (Joomla 2.5). Today I upgrade Ja SlideShow module from 2.6.2 to 2.6.6.
    After upgrade I have these problem:
    – when slideshow go to the end and start again from the first item, after all videos is blank (white page)

    The problem is in file helpers/helper.php.
    Please send me a solution ASAP.

    Thanx


    1. jaslideshow
    Ninja Lead Moderator
    #512810

    Please pm me URL and admin login of your site. I shall help you to check this problem

    anhsangsankhau Friend
    #514757

    Hey, me too!! I also encountered this problem :(( :(( Version 2.5 need help~
    I install the quickstart package J2.5 and I use a localhost. Plz!!

    btw, J3.x is ok.

    Ninja Lead Moderator
    #514909

    @easypc and @anhsangsankhau: Sorry for the problem you’re facing. This happens when JA Slideshow module runs with iframe of video data. Here is solution:

    Open modules/mod_jaslideshow/assets/script/script.js file

    + Line 316->318

    From


    if(typeOf(vars.iframeItems[vars.curIdx]) != 'null'){
    vars.iframeItems[vars.curIdx].removeProperty('src').setProperty('src',vars.iframeItems[vars.curIdx].getProperty('data-src'));
    }

    Change to


    if(typeOf(vars.iframeItems[vars.curIdx]) != 'null'){
    var datasrc = vars.iframeItems[vars.curIdx].getProperty('data-src');
    vars.iframeItems[vars.curIdx].setProperties({
    'src':datasrc,
    'alt':datasrc
    });
    }

    + Line 327->329

    From


    if(typeOf(vars.iframeItems[vars.curIdx]) != 'null'){
    vars.iframeItems[vars.curIdx].removeProperty('src').setProperty('src',vars.iframeItems[vars.curIdx].getProperty('data-src'));
    }

    Change to


    if(typeOf(vars.iframeItems[vars.curIdx]) != 'null'){
    var datasrc = vars.iframeItems[vars.curIdx].getProperty('data-src');
    vars.iframeItems[vars.curIdx].setProperties({
    'src':datasrc,
    'alt':datasrc
    });
    }

    Or you can download my attached file and copy it into modules/mod_jaslideshow/assets/script/script.js file.

    Don’t forget back-up old file before making any change


    1. script.zip
    Ing. Ervin Zatko EASY Friend
    #517348

    Hi
    Today I try upgrade to the new version 2.6.8. And here is again these problem !!!
    Ervin

    Ninja Lead Moderator
    #517481

    Hi Ervin,

    I have quickly checked and see that my solution above still works for the JA Slideshow module version 2.6.8, see the screenshot for reference:

    Kindly check again.


    1. script
    Ing. Ervin Zatko EASY Friend
    #517662

    Dont work for me. See: test.easypc.sk

    Ervin

    Ninja Lead Moderator
    #517727

    Hi Ervin,

    Please send me URL of your site, admin and FTP credentials via private message. I need to have a closer look into your site to investigate further.

    jp Friend
    #528825

    Hi Ninja

    I had the same problem after updating

    I did the changes as you suggested, the only problem is the thumbnails is not working now?

    http://www.christinme-international.com

    Ninja Lead Moderator
    #528885

    @jptromp: Have you tried to update the latest version here ?

    jp Friend
    #529852

    Hi Ninja

    Yes i have the latest version of JA Slideshow Module

    Ninja Lead Moderator
    #529927

    <em>@jptromp 420404 wrote:</em><blockquote>Hi Ninja

    Yes i have the latest version of JA Slideshow Module</blockquote>

    Please send me via Private message your admin and FTP credentials, I will help to check further.

    jp Friend
    #531331

    Seems like its fix now,

    I upgraded everything except Joomla itself 🙂 rookie mistake

    Everything is working now thank you

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

This topic contains 13 replies, has 4 voices, and was last updated by  jp 10 years ago.

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