- Posts: 8
- Thank you received: 1
Jquery conflict
- John Stevenson
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 5 months ago #6334
by John Stevenson
Jquery conflict was created by John Stevenson
We are having a Jquery conflict on
50.22.97.158/~hrmty/
It looks like there is a conflict with OMG Menu at Visit US > Calendar of Events.
We are also having issues when we try to use other Jquery modules. (Twitter Feed, FaceBook Feed, etc.)
Thank you in advance.
John
It looks like there is a conflict with OMG Menu at Visit US > Calendar of Events.
We are also having issues when we try to use other Jquery modules. (Twitter Feed, FaceBook Feed, etc.)
Thank you in advance.
John
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 5 months ago - 11 years 5 months ago #6335 by Trung Duong
Replied by Trung Duong on topic Re: Jquery conflict
Hello,
I think you has loaded many jquery version, so please check your module and disable to load jquery.
If disabled jquery and it doesn't help then you can add code below into your head tag(template file, remove #)
[code]
<s#c#r#i#p#t type="text/javas#c#r#i#p#t">
window.addEvent('domready', function(){
if (typeof jQuery != 'undefined' && typeof MooTools != 'undefined' ) {
Element.implement({
slide: function(how, mode){
return this;
}
});
}
});
</s#c#r#i#p#t>
[code]
Regards
I think you has loaded many jquery version, so please check your module and disable to load jquery.
If disabled jquery and it doesn't help then you can add code below into your head tag(template file, remove #)
[code]
<s#c#r#i#p#t type="text/javas#c#r#i#p#t">
window.addEvent('domready', function(){
if (typeof jQuery != 'undefined' && typeof MooTools != 'undefined' ) {
Element.implement({
slide: function(how, mode){
return this;
}
});
}
});
</s#c#r#i#p#t>
[code]
Regards
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Last edit: 11 years 5 months ago by Trung Duong.
Please Log in or Create an account to join the conversation.
Time to create page: 0.188 seconds