Forums
(@generalli)
7 years, 10 months ago
There is a bug in the latest version, i fix it with this: https://ww.wp.xz.cn/support/topic/dropdown-indicator-arrow-not-shown/#post-10565785
The fix that i found it is in the post: https://ww.wp.xz.cn/support/topic/dropdown-indicator-arrow-not-shown/#post-10565785
To fix the problem, in the wp_megamenu_functions.php find the function wpmm_theme_by_selected_nav_id, uncomment the code
if ($selected_theme_id === null){ $selected_theme_id = wpmm_default_theme_id(); }