Closed (fixed)
Project:
Responsive Navigation
Version:
7.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2013 at 19:37 UTC
Updated:
2 Jul 2013 at 15:34 UTC
It looks like this module only works if I use the provided block: "Responsive Navigation 1."
My site is using a block provided by the superfish module as its main menu. I can't apply this to my existing superfish menu, or some other menu_block, correct?
Comments
Comment #1
jrabeemer commentedRight, the module generates a new menu block separate from the superfish block.
Place both blocks in the same block region. With the superfish menu, hide the responsive menu with CSS, then code some css that is hides the superfish menu at the responsive breakpoint and unhides the responsive menu block.
The JS library is loaded if the module is enabled. For advanced users, you could create your own DIV tags and a menu inside it and bypass the block this module provides.
Comment #2
jrabeemer commented