Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jendahl Friend
    #183931

    I have a very strange issue with the JA University template and JA Slideshow Lite (and ARI Image Slider). Everything works fine in Chrome and Safari, but I am unable to see the images in Firefox…and this is true if I’m using the JA Slideshow Lite module or the ARI Image Slider module from ARISoft. Initially, I contacted ARISoft about the issue and they indicate that there are a ton of javascript errors being thrown prior to their module running, and that those errors need to be cleaned first. I am no javascript expert, but they seem to be related to the JAT3 template. I then unpublished the ARI module and tried to use JA Slideshow Lite. Again, the images load fine in Chrome, but not in Firefox. I can also see the images in Safari.

    I am running Mac OS X 10.8.2 and trying to view the pages in Firefox 18.0. I’ve also viewed the page in Win 7 and Firefox with the same issue.

    http://www.lansingconcertband.org

    Thanks for any help or advice.

    –> John

    Ninja Lead Moderator
    #479625

    Hi Join,

    I saw errors appear on your site, see the screenshot

    Please pm me with admin access and ftp account. I shall help you fix this problem.

    Regards


    1. Bug
    jendahl Friend
    #480063

    Hey Ninja,

    While you’re poking around, I also notice that the mega-menus are not appearing in Firefox either. Could that be related to the same javascript error I’m seeing with Slideshow Lite?

    –>John

    Ninja Lead Moderator
    #480091

    Hi John,

    I found the problem on your site because when your site is using compress js on jquery-ui-1.9.1.custom.min.js file was changed

    The error when set compress js option
    <blockquote>plugins/system/cdscriptegrator/libraries/jqueryui/js/jquery-ui-1.9.1.custom.min.js</blockquote>
    from

    this.id="ui-id-"+ ++n
    and
    "ui-tabs-"+ ++t

    change to

    this.id="ui-id-"+++n<- was error
    and
    "ui-tabs-"+++t<- was error

    But I have fixed it below

    <blockquote>plugins/system/cdscriptegrator/libraries/jqueryui/js/jquery-ui-1.9.1.custom.min.js</blockquote>
    from

    this.id="ui-id-"+ ++n
    and
    “ui-tabs-“+ ++t
    change to

    this.id="ui-id-"+ (++n)
    and
    "ui-tabs-"+ (++t)

    Please check the problem on your site again, let me know if it helps

    Regards

    jendahl Friend
    #480200

    Looks like you were able to edit the javascript. JA Slideshow Lite is working properly, and the mega-menus are working properly in Firefox. Many thanks!

    –>John

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

This topic contains 5 replies, has 2 voices, and was last updated by  jendahl 11 years, 10 months ago.

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