Google Not Showing
-
cannot pull google+ icon at https://icecast.pro – using “Google+” as the Navigation Label
also trying a second label with this in functions.php –
add_filter( ‘storm_social_icons_networks’, ‘storm_social_icons_networks’);
function storm_social_icons_networks( $networks ) {
$extra_icons = array (
‘/google’ => array( ‘class’ => ‘google’, ‘icon’ => ‘icon-google-plus’, ‘icon-sign’ => ‘icon-google-plus-sign’ ),
);
$extra_icons = array_merge( $networks, $extra_icons );
return $extra_icons;
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Google Not Showing’ is closed to new replies.