Menu item description support removed?
-
We have been using MaxMegaMenu for quite a while, successfully using the menu item description field to display additional sub-menu information as can be seen on the ‘Lines to Explore’ menu at https://greatscenicrailways.co.uk/. However, in upgrading from version 1.8 to the current version 2.1.5 we discovered that all of our sub-menu descriptions disappeared.
After much digging around it appears that the plugin file ‘classes/walker.class.php’ No longer outputs the menu description at line 138:
$item_output .= '</a>';
. I have modified it to read$item_output .= '</a><span class="menudesc">'.$item->description."</span>";
and it is working again but this will obviously break again next time the plugin is upgraded.Do you have any suggestions of how I can implement a longer-lasting fix or work-around?
- The topic ‘Menu item description support removed?’ is closed to new replies.