Fix For No Icons In Custom Widget – ".simple-social-icons" missing from widget
-
Icons not showing? CSS for plug in is not getting called? Drop in the call to .simple-social-icons within containing element to fix. The initial .simple-social-icons class was not getting pulled by custom widget because of an improperly formed custom widget area.
Alternative is to form your function call to custom widget like so:
'before_widget' => '<div id="%1$s" class="widget %2$s clearfix">', 'after_widget' => '</div>', 'before_title' => '<h4>', 'after_title' => '</h4>'
The %2$s is the critical portion that calls the widget class.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fix For No Icons In Custom Widget – ".simple-social-icons" missing from widget’ is closed to new replies.