conflict drop down menu in sparky and JEvents

  • laj
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 5 months ago #40778 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

Please Log in to join the conversation.

More
10 years 5 months ago #40783 by ivan.milic
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:

});

Please Log in to join the conversation.

  • laj
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 5 months ago #40789 by laj
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

Please Log in to join the conversation.

More
10 years 5 months ago #40794 by ivan.milic
Open index.php of template, you will see 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
  • New Member
More
10 years 5 months ago #40799 by laj
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

Please Log in to join the conversation.

  • laj
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 5 months ago #40951 by laj
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

Please Log in to join the conversation.

Time to create page: 0.151 seconds
Powered by Kunena Forum