Onistaweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Urgent, how to apply widget classes in mega menuHi Tom,
Changes aren’t working.. its not applying after / before..
$params[0]['before_title'] = '<h4 class="mega-block-title">'; $params[0]['after_title'] = '</h4>'; $params[0]['before_widget'] = '<aside id="%1$s" class="widget sidebar-widget '.$wp_registered_widgets[$id]['classname'].'">'; $params[0]['after_widget'] = '</aside>';
above solution works..
We already submitted to TF but got soft rejection… If you can help us pretty quickly then we will very much thank full to you my friend..
Forum: Plugins
In reply to: [Max Mega Menu] Urgent, how to apply widget classes in mega menuHi Tom,
When these changes will be reflected on wordpress plugin..
We really need it for our Themeforest theme..Thanks..
Forum: Plugins
In reply to: [Max Mega Menu] Urgent, how to apply widget classes in mega menuHi,
I mean default before, after of widgets.. see following.
$params[0][‘before_title’] = ‘<h4 class=”mega-block-title”>’;
$params[0][‘after_title’] = ‘</h4>’;
$params[0][‘before_widget’] = ‘<aside id=”%1$s” class=”widget sidebar-widget ‘.$wp_registered_widgets[$id][‘classname’].'”>’;
$params[0][‘after_widget’] = ‘</aside>’;like above we want…
Forum: Plugins
In reply to: [Max Mega Menu] Urgent, how to apply widget classes in mega menuHi,
When development version will be live ? We are using your mega menu into ThemeForest theme and its bit urgent for us..
Thank you..