• Resolved aoleary7

    (@aoleary7)


    Hi there, I am trying to put in menu headers for the site itoolco.com. i.e. the headers under this menu are products, cable pulling, wire pullers etc. the arrow (default) allows me to expand the menu, however when I click on the header text itself it closes the menu. Is there a way making the header text collapsible like the arrows? Its very frustrating for users that click on the headers and the menu closes. Thanks, Andrew

Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hi,

    I can see that you are using two plugins for the responsive menu. Can you disable the other menu plugin and also please clear the js error which can be seen from the chrome console tab.

    We have the identical issue described above. How can the text also function as the arrow and open the sub-menus below it?

    I see the same question was also asked 3 months ago here without a response from developers:

    https://www.ads-software.com/support/topic/change-submenu-behaviour-on-wp-responsive-menu-mobile/

    • This reply was modified 7 years, 8 months ago by sailpilot.
    Thread Starter aoleary7

    (@aoleary7)

    Hi guys, this hasn’t answered my question. How do I do what sailpilot has described above? I have had to replace this plugin because of this. Andrew

    Very frustrating because the menu is really not useable if this is not corrected.

    @aoleary7 which plugin did you choose?

    • This reply was modified 7 years, 8 months ago by sailpilot.
    Thread Starter aoleary7

    (@aoleary7)

    Hi @sailpilot I am using shiftnav pro. As you said this plugin can’t be used unless this problem is resolved.

    To the developers of this plugin. Is there a way that you can at least disable the click on the text so that the menu does not close and forces a user to click on the arrow to open the submenus?

    Why no response from the developers on this issue?

    If you are working on it let us know.

    If it can not be done, please explain why.

    If you are no longer supporting this plugin please let everyone know so they can search for another menu plugin.

    But at least respond to to questions posted here. That is what a support forum is supposed to be about.

    Plugin Contributor Kshirod Patel

    (@kshirod-patel)

    Hello,

    Please share your website url so that I can have a look into it and provide you necessary code which will fix the issue what you have now.

    Thread Starter aoleary7

    (@aoleary7)

    This project finished 2 weeks ago and due to your slow response decided not to use your plugin. @sailpilot do you want to share your details in this forum?

    @kshirod Patel the site we are working on is in testing and I can not share it publicly. If you provide an email address I can send you the link.

    But I really don’t understand why you need a link. Several users here have indicated that this is a problem so it has nothing to do with our site.

    It seems very simple. If you click on the text next to the arrow the menu (incorrectly) closes. It will only open the page if you click on the arrow. So the fix is to either disable the click anywhere on the menu but on the arrow or also make the text clickable.

    If you have a fix for this you should update the plugin or at a minimum share the fix to the code here so everyone has access to it.

    • This reply was modified 7 years, 8 months ago by sailpilot.

    @kshirod-patel Still waiting for a response from you

    I shared a link to our test site and your demo site does not have the problem we are encountering.

    Again since several people in this support group have run into this issue it appears to be a problem in the latest version of free WP Responsive menu plugin available on this site.

    You indicated that the pro version of this plugin does not have this problem which again point to the fact that the free version appears to have a bug.

    Again I ask you to either upload a new version of the plugin that corrects this problem or provide the code to fix it.

    Thanks

    Still no resolution on this issue.

    Why?

    I am not the developer, just the user.

    I was able to achieve this by disabling the following code in wprmenu.js inside the js folder. Simply Comment out this code, which seems to close the menu whenever a link is clicked.

    menu_a.on(‘click’, function(e) {
    $.sidr(‘close’, ‘wprmenu_menu’);
    });

    Now if the Menu got sub-menu, what you could do is that when you click on empty menu item that it will expand, in order to do that change this line in wprmenu.js

    $(‘.wprmenu_icon_par’).on(‘click’,function() {
    to following.

    $(‘.wprmenu_icon_par, .wprmenu_parent_item’).on(‘click’,function() {

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘Non clickable items closing menu’ is closed to new replies.