Closed (fixed)
Project:
Menu Views
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2012 at 08:24 UTC
Updated:
6 Feb 2016 at 16:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
markhalliwellDoes it at least attach the view with the menu item in Superfish? Please see the note on this project page, you may need to open the issue with the maintainers of Superfish.
Comment #2
prabhatjn commentedI will look into it as I will get time.
Thanks,
Perry.
Comment #3
markhalliwellComment #4
markhalliwellWill keep this open until I have some time to do some testing with this module and submit a patch.
Comment #5
prezaeis commentedany updates on this?
i attached a views to a menu item aswel and its not doing anything, although on the menu page it states that a view is attached to the menu and no error is given
Comment #6
c0ldfury commentedIt doesn't work because Views adds several wrapper divs around the html list. This module needs to fish out the list elements from the view and only add them, instead of adding the entire div.
Comment #7
dshumaker commentedDoes anyone have an example of this module working with Superfish? I installed it on a generic drupal site and the view is being stripped out by something (superfish js I guess).
However I don't really understand the "must be included" statement on the project page:
I don't see how just adding a .view css class will stop superfish from stripping content out.
I tried formatting the view in table, unformatted, and html list format and superfish doesn't like any of those formats.
Perhaps If somebody understands the "child selector must be included" note above and has implemented it on a site then they could comment here (or document it somewhere) and help us out by saying exactly what needs to happen.
Superfish is so plug and play I'd hate to have to scrap it and go write my own css on hover menu system just to handle the few menu items that will use the menu_views.
Many thanks.
-Dan
Comment #8
c0ldfury commentedI switched to menu minipanels until this is fixed. Does superfish like effects with views in a menu. The issue is actually with the superfish module iirc.
Comment #9
pedrorocha commentedI tried hard now to make it work, but after some time, i realized that Superfish(and probably every other JS menu modules) aren't compatible because he doesn't use "theme_link" to create his items, as they need extreme control over the output to integrate with superfish plugin(or the respective plugins, with the other JS menu modules), so it couldn't be overridden by "menu_views_link".
I don't know the solution, but for me, will be a manually created menu, that will work...
Comment #10
markhalliwellI went ahead and committed changes to the 2.x branch:
http://drupalcode.org/project/menu_views.git/commit/f1df661
This is dependent upon the patch in this Superfish issue becoming committed and released: #1534734-1: Theme function for menu items.
Also referencing: #1617802: Create a release from 7.x-1.x-dev to support Menu Views
Comment #11
markhalliwellComment #12
Steve Polito Design commentedI have the most updated Superfish(7.x-1.9-beta4) and Menu Views(7.x-2.0-rc2+3-dev) modules installed and it's still not working. What am I doing wrong?
Comment #13
markhalliwellAnswered in #1617802-8: Create a release from 7.x-1.x-dev to support Menu Views.
Comment #14
Steve Polito Design commentedThank you! Using the Dev version worked perfectly.
Comment #16
IamOnStage commentedI have installed the most up to date versions of Superfish and Menu Views.
Menu views 2.2
Superfish 1.9+25-dev
And this is not working with Superfish?
Comment #17
Izoman commentedIt doesn't work on latest version of menu views Version: 7.x-2.2 and superfish Version: 7.x-1.9.
To test, I also tried showing main menu in standard drupal block and it worked.
So what's going on?
Comment #18
Izoman commentedComment #19
Izoman commentedI simply remade Superfish block using css together with standard drupal block.
If anyone needs css to make Superfish like block, just pm me.
Comment #20
markhalliwell1) don't re-open closed issues and 2) I definitely don't have time to sit here and debug this module for you with other modules.