Needs review
Project:
Quickmenu
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2011 at 03:51 UTC
Updated:
25 Dec 2012 at 10:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
nigelw commentedWould love to see this for D7 too! keep up the good work, guys.
Comment #2
sagar ramgade commentedHi,
Here's the D7 port.
Comment #3
sagar ramgade commentedHi,
Here's the quick menu d7 module with child menu items feature.
Comment #4
pixelsweatshop commentedOn installation I received:
The block QUICK MENU: Main menu was assigned to the invalid region left and has been disabled.
I have now set the default main menu block to be created but disabled and do not specify a region.
Other than that, I think this could committed.
@maintainers, what do you think?
Comment #5
sagar ramgade commentedHi,
Actually it depends on theme you are using, if it has a region called left it will not give that message. However i had commented that part so by default no region will be assigned to the default menu block.
Here's the updated code.
Comment #6
franzkewd commentedSubscribe
Comment #7
mrpauldriver commentedI am using this D7 port to provide an alternative menu for mobile layouts with a responsive theme (I use Omega).
Using CSS I have changed appearance of the dropdown so that it looks like an icon that you might see on facebook, itunes or google+. See screenshot.
To make this look convincing I added the bars as a background image to the select list and I needed to remove the '-Select-' text from the module code. This works well, but ideally I need to hide the active link title as well, as this is exposed in the icon. Can this done, without breaking the module?
The demo site is at http://philward.primalwebdesign.com
Comment #8
Adam Wood commentedThanks for porting this to D7. As with Paul above, we're using this on an adaptive site. You can see it in action here: http://highfrequencytraders.com
It seems that the issue with block caching still exists, as mentioned here #374887: Incompatible with Block Cache. It took us a while to figure this out, but the options seem to be disabled in Firebug once it's turned on, and they can't be selected on mobile devices. It's not the end of the world, but it would be useful to address...
Comment #9
pixelsweatshop commentedI have abandoned my attempt at porting this module and have moved to using http://drupal.org/project/jump_menu
I would recommend to anyone else look for jump menu functionality to do the same as it is better supported, has more features and is based on better code.
Comment #10
sagar ramgade commentedHi,
Please replace the function with the below code, ignore the php code :
Comment #11
Sinan Erdem commentedAnother module with stable D7 release: http://drupal.org/project/jump_menu
Comment #12
pixelsweatshop commentedExactly as I mentioned in #9 :)
Comment #13
Sinan Erdem commentedAh yes sorry. I missed your comment...
Comment #14
wooody commentedHi ... Which version we need to use... and I tried all have same problem ,, the problem when I choose link from select list .. all links stop working..
only links work when its in home page...
how to fix it .
Comment #15
wooody commented@nicoz but there is Go button in Jumb menu module... and We need it without Go button.
Comment #16
wooody commentedHi again... I found its from my template .. Im using Mothership template . I will try to fix it..
Comment #17
Sinan Erdem commentedwoody, jump menu doesnt have a go button when javacript is enabled in your browser as far as i know. Maybe you have a problem with Javascript. Check if you are using JS aggregation from Configuration > Development > Performance. Using it sometimes causes errors with JS.
Comment #18
wooody commentedStrange... I just stop Pathauto module and its work fine... So it is not support clean URL :(
Comment #19
wooody commentedHi Sinan , Thank you for reply .. No Its not active. Im using Mothership Theme.
Aggregate and compress CSS files.
Aggregate JavaScript files.
Comment #20
wooody commentedYes... I found the problem.. Im using JQuery 1.8.0 and The module need JQuery 1.4.4
How can I use 1.8.0 , Coz I need it with my Slider.
Comment #21
nigelw commentedwooody your issue is unrelated to this. Please open another issue in the correct module's queue.
Comment #22
wooody commentedI Think you need to make new Stable version for Drupal 7 ,, This is important module and I think many ppl need it.
btw ,,, There is a problem with Multi language too.
Comment #23
pixelsweatshop commentedImho This module is abandoned wooody. You are either going to have to take over maintainership of you want a d7 release or go and use one of the many other modules that do the same thing.
Comment #24
Jv2012 commentedHi,
which module you used to hide the main menu and display the quick menu in mobile devices?
Comment #25
mrpauldriver commentedyou would normally use css.
.your-css {
display: block
}
.your-css {
display: none
}
This assumes that your theme is capable of responding to the screen size. Such as Omega
Comment #26
pixelsweatshop commentedJv2012, your issue is out of scope for this thread.
Comment #27
Jv2012 commentedSorry, I had been looking for the answer long time
Thanks @Paul Driver