I just downloaded the latest version of SmartMenus and I still have to use the code in the link referenced above order to get the mouse over functionality to stop working.
Here is my initialization (the subIndicators works):
$(function() {
$('#main-menu').smartmenus({
noMouseOver:true,
subIndicatorsText: " <i class='fa fa-caret-down' aria-hidden='true'></i>",
subIndicatorsPos: "append",
});
Did I get the right code?
Here are the headers:
/*!
* SmartMenus jQuery Plugin – v1.0.0 – January 27, 2016
* http://www.smartmenus.org/
*
* Copyright Vasil Dinkov, Vadikom Web Ltd.
* http://vadikom.com
*
* Licensed MIT
*/
/*!
* SmartMenus jQuery Plugin Bootstrap Addon – v0.3.0 – January 27, 2016
* http://www.smartmenus.org/
*
* Copyright Vasil Dinkov, Vadikom Web Ltd.
* http://vadikom.com
*
* Licensed MIT
*/