- Posts: 64
- Thank you received: 0
problem with jQuery
-
Strzelec
Inactive member - Topic Author
- Member
Less
More
12 years 4 months ago #20905
by Strzelec
problem with jQuery was created by Strzelec
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #20910
by ivan.milic
Replied by ivan.milic on topic problem with jQuery
send link
Please Log in to join the conversation.
-
Strzelec
Inactive member - Topic Author
- Member
Less
More
- Posts: 64
- Thank you received: 0
12 years 4 months ago #20916
by Strzelec
Replied by Strzelec on topic problem with jQuery
dopiewo24.pl
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #20923
by ivan.milic
Replied by ivan.milic on topic problem with jQuery
you have to contact sobi providers to ask them about this conflict it's clear that it's in conflict with jquery or jquery-ui. You can temporally clear jquery reference from template to test , in index.php of template, around line 251:
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery-ui-1.8.13.custom.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery.min.js"></script>
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery-ui-1.8.13.custom.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
Please Log in to join the conversation.
-
Strzelec
Inactive member - Topic Author
- Member
Less
More
- Posts: 64
- Thank you received: 0
12 years 4 months ago #20932
by Strzelec
Replied by Strzelec on topic problem with jQuery
Ok I did it. Sobipro - choose category work ok, bad HOT Destination mudule doesn't work and top menu is displayed on frame with "choose category".
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #20933
by ivan.milic
Replied by ivan.milic on topic problem with jQuery
maybe removing just
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery-ui-1.8.13.custom.min.js"></script>
could solve things for good
<script type="text/javascript" src="<?php echo $template_path ?>/js/jquery-ui-1.8.13.custom.min.js"></script>
could solve things for good
Please Log in to join the conversation.
Time to create page: 0.134 seconds