-
AuthorPosts
-
January 13, 2013 at 5:25 pm #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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 14, 2013 at 10:23 am #479625Hi 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 user says Thank You to Ninja Lead for this useful post
January 16, 2013 at 6:51 pm #480063Hey 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 17, 2013 at 3:05 am #480091Hi 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
1 user says Thank You to Ninja Lead for this useful post
January 17, 2013 at 2:11 pm #480200Looks 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
AuthorPostsViewing 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
JA University, JA Slideshow Lite and Firefox
Viewing 5 posts - 1 through 5 (of 5 total)