- Posts: 41
COMMUNITY FORUM
K2 2.6 interfering with other scripts of the site
- DINALVA ROMANCINI
-
Topic Author
- Offline
- Senior Member
Less
More
12 years 7 months ago #104791
by DINALVA ROMANCINI
K2 2.6 interfering with other scripts of the site was created by DINALVA ROMANCINI
Hi... I updated my K2 yesterday from 2.5.7 to 2.6.1. The update was successful and the administrator and menu configuration works better than ever...
But I notice something strange in my site... the customs modules that I created with JavaScript Mootools code (some animated menus) are not worling anymore....
Also my ROTATOR based in mootools (Roksprocket) are not working any more.
That is very strange, and this problem occurs just after the upgrade!
I supose that it's related to the jquery or jqueryui library... I can't imagine something else.
Someone know something? Regards!
Apache server | PHP 5.3.6 | DBv 5.1.56
Joomla 2.5.7 | K2 2.6.1 | SH404SEF 3.6.0.1422 | JCE 2.2.8.3
But I notice something strange in my site... the customs modules that I created with JavaScript Mootools code (some animated menus) are not worling anymore....
Also my ROTATOR based in mootools (Roksprocket) are not working any more.
That is very strange, and this problem occurs just after the upgrade!
I supose that it's related to the jquery or jqueryui library... I can't imagine something else.
Someone know something? Regards!
Apache server | PHP 5.3.6 | DBv 5.1.56
Joomla 2.5.7 | K2 2.6.1 | SH404SEF 3.6.0.1422 | JCE 2.2.8.3
Please Log in or Create an account to join the conversation.
- frost
-
- Offline
- New Member
Less
More
- Posts: 17
12 years 7 months ago #104792
by frost
Replied by frost on topic Re: K2 2.6 interfering with other scripts of the site
I know your not the only one experiencing issues since the update. I'm also now having problems with my site after the update but I'm not seeing any responses to these issues.
I'm going to have to roll back to the previous version if I can find it.
I'm going to have to roll back to the previous version if I can find it.
Please Log in or Create an account to join the conversation.
- Goh Yew Hoe
-
- Offline
- Junior Member
Less
More
- Posts: 39
12 years 7 months ago - 12 years 7 months ago #104793
by Goh Yew Hoe
Replied by Goh Yew Hoe on topic Re: K2 2.6 interfering with other scripts of the site
Seems K2 2.6.1 is loading jquery version 1.8.x? While K2 2.5.7 was loading 1.7.x. That could be the issue, trying going to K2 parameters and select 1.7.x instead, see if that helps.
Please Log in or Create an account to join the conversation.
- DINALVA ROMANCINI
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 41
12 years 7 months ago #104794
by DINALVA ROMANCINI
Replied by DINALVA ROMANCINI on topic Re: K2 2.6 interfering with other scripts of the site
Sorry Stephen but I had alredy do that. I test in all different versions of Jquery, also turning off jquery, but still the same issues...
There is not a option to turn off the jquery ui, so I can't check that...
Please I really need my mootools working... anybody knows something about this?
There is not a option to turn off the jquery ui, so I can't check that...
Please I really need my mootools working... anybody knows something about this?
Please Log in or Create an account to join the conversation.
- DINALVA ROMANCINI
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 41
12 years 7 months ago #104795
by DINALVA ROMANCINI
Replied by DINALVA ROMANCINI on topic Re: K2 2.6 interfering with other scripts of the site
Anyone have this issue of K2 messing the things with other javascript?
Please, some moderator can suggest me how to proceed to find a solution? Regards!
Please, some moderator can suggest me how to proceed to find a solution? Regards!
Please Log in or Create an account to join the conversation.
- DINALVA ROMANCINI
-
Topic Author
- Offline
- Senior Member
Less
More
- Posts: 41
12 years 7 months ago #104796
by DINALVA ROMANCINI
Replied by DINALVA ROMANCINI on topic Re: K2 2.6 interfering with other scripts of the site
I think that I find something... the order of the javascript loaded have changed in v2.6.1:
now v2.6.1:
<script src="/caminos/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/caminos/media/system/js/core.js" type="text/javascript"></script>
<script src="/caminos/media/system/js/modal.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript"></script>
<script src="/caminos/media/k2/assets/js/k2.noconflict.js" type="text/javascript"></script>
<script src="/caminos/components/com_k2/js/k2.js" type="text/javascript"></script>
<script src="/caminos/media/system/js/caption.js" type="text/javascript"></script>
<script src="/caminos/media/system/js/mootools-more.js" type="text/javascript"></script>
...
The jquery load before the mootools.
Before v2.5.7:
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/media/system/js/core.js" type="text/javascript"></script>
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="/media/system/js/modal.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script>
<script src="/components/com_k2/js/k2.js" type="text/javascript"></script>
<script src="/media/system/js/caption.js" type="text/javascript"></script>
As you can see the order of scripts now is different...
Can some moderator help us to fix this issues with rotators and slideshows??? Regards!
now v2.6.1:
<script src="/caminos/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/caminos/media/system/js/core.js" type="text/javascript"></script>
<script src="/caminos/media/system/js/modal.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript"></script>
<script src="/caminos/media/k2/assets/js/k2.noconflict.js" type="text/javascript"></script>
<script src="/caminos/components/com_k2/js/k2.js" type="text/javascript"></script>
<script src="/caminos/media/system/js/caption.js" type="text/javascript"></script>
<script src="/caminos/media/system/js/mootools-more.js" type="text/javascript"></script>
...
The jquery load before the mootools.
Before v2.5.7:
<script src="/media/system/js/mootools-core.js" type="text/javascript"></script>
<script src="/media/system/js/core.js" type="text/javascript"></script>
<script src="/media/system/js/mootools-more.js" type="text/javascript"></script>
<script src="/media/system/js/modal.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.min.js" type="text/javascript"></script>
<script src="/components/com_k2/js/k2.js" type="text/javascript"></script>
<script src="/media/system/js/caption.js" type="text/javascript"></script>
As you can see the order of scripts now is different...
Can some moderator help us to fix this issues with rotators and slideshows??? Regards!
Please Log in or Create an account to join the conversation.
- frost
-
- Offline
- New Member
Less
More
- Posts: 17
12 years 7 months ago #104797
by frost
Replied by frost on topic Re: K2 2.6 interfering with other scripts of the site
This issue is popping up all over in the forums. Maybe we're not getting responses because they are working on a fix.
Please Log in or Create an account to join the conversation.
- Life Color Communication s.r.l.
-
- Offline
- New Member
Less
More
- Posts: 6
12 years 3 months ago #104798
by Life Color Communication s.r.l.
Replied by Life Color Communication s.r.l. on topic Re: K2 2.6 interfering with other scripts of the site
Do you have found a solution, please?
Thanks in advance
Thanks in advance
Please Log in or Create an account to join the conversation.