- Posts: 10
- Thank you received: 0
conflict drop down menu in sparky and JEvents
-
laj
Inactive member - Topic Author
- New Member
Less
More
10 years 5 months ago #40778
by laj
conflict drop down menu in sparky and JEvents was created by laj
Hello.
my top menu is ok in the web site but when i click on day detail in jevent calendar my top menu is all selected.It looks like an url problem.
link web site :
coopilote.fr
Jevents:
www.coopilote.fr/2014-07-25-14-22-57/prochains-rendez-vous.html
conflict in day details
www.coopilote.fr/component/jevents/day.l...1/78.html?Itemid=481
thank you for contribution
my top menu is ok in the web site but when i click on day detail in jevent calendar my top menu is all selected.It looks like an url problem.
link web site :
coopilote.fr
Jevents:
www.coopilote.fr/2014-07-25-14-22-57/prochains-rendez-vous.html
conflict in day details
www.coopilote.fr/component/jevents/day.l...1/78.html?Itemid=481
thank you for contribution
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40783
by ivan.milic
Replied by ivan.milic on topic conflict drop down menu in sparky and JEvents
One conflict I see on page is in acc menu, maybe that is related, try to fix that first:
Open:
templates/hot_corporate/js/jquery.hjt.accmenu.js
this like:
(function(jQuery, undefined) {
change to:
jQuery(function(){
and this line(last):
})(jQuery);
to:
});
Open:
templates/hot_corporate/js/jquery.hjt.accmenu.js
this like:
(function(jQuery, undefined) {
change to:
jQuery(function(){
and this line(last):
})(jQuery);
to:
});
Please Log in to join the conversation.
-
laj
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
10 years 5 months ago #40789
by laj
Replied by laj on topic conflict drop down menu in sparky and JEvents
Hello Ivan,
I made with your solution but no change.
The problem is especially in: component/jevents/day.listevents?Itemid=481
I continue searching why the problem appears just with day.listenvent, everywhere else on the site and JEvents it is ok !
I don't know if i must restore original file .
Thanks
I made with your solution but no change.
The problem is especially in: component/jevents/day.listevents?Itemid=481
I continue searching why the problem appears just with day.listenvent, everywhere else on the site and JEvents it is ok !
I don't know if i must restore original file .
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40794
by ivan.milic
Replied by ivan.milic on topic conflict drop down menu in sparky and JEvents
Open index.php of template, you will see this:
move <jdoc:include type="head" /> like this:
Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<jdoc:include type="head" />
move <jdoc:include type="head" /> like this:
Code:
<jdoc:include type="head" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
Please Log in to join the conversation.
-
laj
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
10 years 5 months ago #40799
by laj
Replied by laj on topic conflict drop down menu in sparky and JEvents
Hello,
Very nice for the bug.
But the calendar is no more customized
I worked calendar css on template css, now i'll try to modify it directly on JEvents css.
Thanks
Bye
Very nice for the bug.
But the calendar is no more customized
I worked calendar css on template css, now i'll try to modify it directly on JEvents css.
Thanks
Bye
Please Log in to join the conversation.
-
laj
Inactive member - Topic Author
- New Member
Less
More
- Posts: 10
- Thank you received: 0
10 years 5 months ago #40951
by laj
Replied by laj on topic conflict dropdown menu in sparky and JEvents
Hello,
I come back because the solution to remove " <jdoc:include type="head" />" repear the menu but the slide doesn't work .
I must have such a menu and the slide.
It seems to be the same problem in this topic?
www.hotjoomlatemplates.com/support-forum...-with-accordion-menu .
Bye
I come back because the solution to remove " <jdoc:include type="head" />" repear the menu but the slide doesn't work .
I must have such a menu and the slide.
It seems to be the same problem in this topic?
www.hotjoomlatemplates.com/support-forum...-with-accordion-menu .
Bye
Please Log in to join the conversation.
Time to create page: 0.151 seconds