- Posts: 10
- Thank you received: 0
Yootheme's Widegkit doesn't work with Flashes
-
Bewrong
Inactive member - Topic Author
- New Member
Less
More
12 years 8 months ago #17565
by Bewrong
Yootheme's Widegkit doesn't work with Flashes was created by Bewrong
Hi All,
I've got a problem using Flashes and Yoothemes great addon called "widgetkit".
Widgekit "maps" should be shown using [widgekit=1] in the content. Is flashes is active the widget is not shown?
Does anybody get some help for this problem?
Thanks in advance,
Jörg
I've got a problem using Flashes and Yoothemes great addon called "widgetkit".
Widgekit "maps" should be shown using [widgekit=1] in the content. Is flashes is active the widget is not shown?
Does anybody get some help for this problem?
Thanks in advance,
Jörg
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17574
by ivan.milic
Replied by ivan.milic on topic Re: Yootheme's Widegkit doesn't work with Flashes
send link so we could see
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17596
by ivan.milic
Replied by ivan.milic on topic Re: Yootheme's Widegkit doesn't work with Flashes
Problem is that that component adds jquery reference at the top of head section.
View source:
....
<script src="/media/widgetkit/js/jquery.js" type="text/javascript"></script>
<script src="/cache/widgetkit/widgetkit-b3c0d86e.js" type="text/javascript"></script>
....
and later there is reference with no conflict (from template):
.....
<script type="text/javascript" src="/templates/hot_flashes/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
.....
best if you can move that component jquery reference to appear after ours. But if you can not do that then you can try to put :
<script type="text/javascript">
jQuery.noConflict();
</script>
up in head section of index.php of template so when you browse source appears after that component reference.
note that then you will have noConflict() call twice
View source:
....
<script src="/media/widgetkit/js/jquery.js" type="text/javascript"></script>
<script src="/cache/widgetkit/widgetkit-b3c0d86e.js" type="text/javascript"></script>
....
and later there is reference with no conflict (from template):
.....
<script type="text/javascript" src="/templates/hot_flashes/js/jquery.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
.....
best if you can move that component jquery reference to appear after ours. But if you can not do that then you can try to put :
<script type="text/javascript">
jQuery.noConflict();
</script>
up in head section of index.php of template so when you browse source appears after that component reference.
note that then you will have noConflict() call twice
Please Log in to join the conversation.
-
Bewrong
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
12 years 8 months ago #17627
by Bewrong
Replied by Bewrong on topic Re: Yootheme's Widegkit doesn't work with Flashes
Can you fix it for me please?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 8 months ago #17630
by ivan.milic
Replied by ivan.milic on topic Re: Yootheme's Widegkit doesn't work with Flashes
Yes for money, apply for custom job using "Report To Moderator" stating your e-mail in message
Please Log in to join the conversation.
Time to create page: 0.150 seconds