Keyword

Adaptable Menu Problem

More
10 years 2 months ago #137951 by nanus
Adaptable Menu Problem was created by nanus
Hi!
First of all: LOVE THIS TEMPLATE ♥


I have a problem: When I resize the page in my browser the menu doesn't work, the drop-down and the tiny icon when it is for phones. I click and nothing happens. I can see the icon but it doesn't work. I have tasted this template in two webs but the problem remains, so it is not a problem of my web (besides I didn't touch any codes).

What can it be..?

Bye ~

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 2 months ago #137952 by Krikor Boghossian
Replied by Krikor Boghossian on topic Adaptable Menu Problem
Hello Nanus,

Thank you for your kind words :)
This sounds like a jQuery conflict from another extension. Is there a link to your site so I can troubleshoot it?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 2 months ago #137953 by nanus
Replied by nanus on topic Adaptable Menu Problem
Of course, here is where I have tested it:

Part of the message is hidden for the guests. Please log in or register to see it.


There are no other plugins installed yet.

Thanks :)

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #137954 by Krikor Boghossian
Replied by Krikor Boghossian on topic Adaptable Menu Problem
/* jquery mousewheel */
(function(a){a.fn.mousewheel=function(a){return this[a?"on":"trigger"]("wheel",a)},a.event.special.wheel={setup:function(){a.event.add(this,b,c,{})},teardown:function(){a.event.remove(this,b,c)}};var b=a.browser.mozilla?"DOMMouseScroll"+(a.browser.version<"1.9"?" mousemove":""):"mousewheel";function c(b){switch(b.type){case"mousemove":return a.extend(b.data,{clientX:b.clientX,clientY:b.clientY,pageX:b.pageX,pageY:b.pageY});case"DOMMouseScroll":a.extend(b,b.data),b.delta=-b.detail/3;break;case"mousewheel":b.delta=b.wheelDelta/120}b.type="wheel";return a.event.handle.call(this,b,b.delta)}})(jQuery);

Locate this piece of code in behaviour.js and remove it or comment it out.
PS. Look for the /* jquery mousewheel */ comment
PS2. The file's location is templates/numodusversus/js/behaviour.js

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #137955 by nanus
Replied by nanus on topic [SOLVED] Adaptable Menu Problem
IT WORKED! Krikor Genius!

Thanks a lot, I am just curious what was it... jeje

Bye :)

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 1 month ago #137956 by Krikor Boghossian
Replied by Krikor Boghossian on topic [SOLVED] Adaptable Menu Problem
Thanks a lot nanus :)

It is a jQuery library which binds events to mouse movements (scrolls etc). It is not needed since it has become obsolete and it will be removed in the next update package.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum