Image GK4 didn't show after compression JS

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Dec 25, 2012 3:29 am
Reply with quote
Report this post
Hi, I found several post for the same questions, but no one give a perfect answer. If I turn off the JS compression, the page speed give my web 64 points, If turn on it's 84. I wish any one can give a solution for it.
It's seems the error take by
window.addEvent('domready', function() {

SqueezeBox.initialize({});
SqueezeBox.assign($$('a.modal'), {
parse: 'rel'
});
});
var K2SitePath = '/';
var k2storeURL = 'http://honortrack.com/';
window.addEvent('load', function() {
new JCaption('img.caption');
Thanks in advance.
User avatar
Fresh Boarder

teitbite
Fri Jan 18, 2013 4:47 am
Reply with quote
Report this post
Hi

I think the only solution is to exclude this file from compressing. This is a conflict which takes place while scripts are present in one file, so probably there were a noConflict statements between them, but was removed because of another occurence of the same statement. So maybe changing the order of loading script will help but this is not the easiest way to do.
User avatar
Moderator


cron