I have Menu Block installed to provide some contextual menus for certain areas of a site. These generally work great. But I have a few pages where I’m adding a Views generated block to the bottom of the page, and on these pages the menu block seems to ignore the fact that these pages exist in the menu system and will not show anything.
If you have experienced this before and have a solution that’s fantastic. Otherwise I’m hoping for some pointers as to where to look around for potential issues?
Update 1 – Seems to be related to the View block using the row style ‘node’, vs. using ‘fields’. If I change it from node to fields, then menu_block works as expected, otherwise menu_block disappears.
Update 2 – Ended up just converting all offending Views elements to the field row style in order to continue on. So that worked around the problem, be curious if anyone else ever encounters the issue though.