Social Links Icons Gone from About Section and Footer
-
The latest version (3.2.21) comments out the wp_enqueue_style( ‘fontawesome-v4’, esc_url(get_theme_file_uri( ‘assets/css/fontawesome.css’ )) ); line in inc/enqueue-scripts.php, presumably because you have now added your own icons font, which is enqueued on the next line.
That’s nice, but you forgot to update the author_personal_blog_social_links() function in inc/template-functions.php to use class=”rswpthemes-icon icon-‘.$field.'” instead of the fontawesome class. This has caused the social links icons to disappear from the About Section and site Footer.
Please fix.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.