Description in Mega Menu

Posted in: Newsmag
Post count: 108

Hi

Is it possible to add item description (excerpt or something) to mega menu? At the moment when i hover over category on main menu, it shows items with picture and title. Possible description? ..

Post count: 6535

Hi

You can add the excerpts in mega menu by adding this line in td_module_mega_menu.php: http://screencast.com/t/Mc9akaaYX

<div class="td-excerpt">
<?php echo $this->get_excerpt(22);?>
</div>

You should get this result: http://screencast.com/t/A20K80PbDsy Please note that the mega menu wasn’t designed display excerpts so you may need additional customization.

Thanks!

Post count: 108

thank you

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.