Forums
(@requtize)
9 years, 7 months ago
Here is my solution: https://ww.wp.xz.cn/support/topic/only-home-icon-is-showing/#post-8366780
There is a bug in the code. Replace line 28 with this:
extract( shortcode_atts( array( 'name' => 'home', 'icon' => 'home' ), $atts ) );
There is none of ‘icon’ index, only ‘name’ index is presented, and that’s why there is showing only home icon.