• Resolved jjbte

    (@jjbte)


    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)
  • Theme Author RS WP THEMES

    (@rswpthemes)

    Thank you, I will add fix it now.

    Please be paitence.

    Theme Author RS WP THEMES

    (@rswpthemes)

    Hi @jjbte

    Please update the theme. i have solve the icon issue.

    Thread Starter jjbte

    (@jjbte)

    The social links icons are fixed. Thank you.

    NOTE: There are still several instances of Fontawesome icon styles in inc/template-tags.php, inc/woocommerce-modification.php, and inc/enqueue-scripts.php.

    Also, I was using the fa-envelope icon in a couple of custom templates I made for my child theme. I do not see an envelope icon (or equivalent) among the RSWP Themes Icons. Could such an icon be added in the future?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.