- Acme Themes

Best Premium and Free WordPress Themes Forums Education Base Pro Version differences in Free and Pro Reply To: Version differences in Free and Pro

#18288
Gabriel
Participant

I have updated the Font Awesome file to version 4.7.0 in a folder in the child theme, and enqueued the style sheet in my child functions.php file by adding the following code:

/*
wp_enqueue_style( ‘font-awesome’, get_template_directory_uri() . ‘/assets/library/Font-Awesome/css/font-awesome.min.css’, array(), ‘4.5.0’ );
wp_enqueue_style( ‘font-awesome-child’,
get_stylesheet_directory_uri() . ‘/assets/library/Font-Awesome/css/font-awesome.min.css’ ,
array(),
‘4.7.0’
);
*/

I hope this may be useful for someone looking to keep the Instagram Social icon up-to-date.

I have not yet figured out why the style on the main navigation is not formatting properly, and why the mobile menu shows as expanded on a desktop browser between 768px to 1023px, and lastly, why the back to top arrow is not correct – but I will place the solution here when I find it.

Great theme! These are only minor tweaks that I’m finding to suit my needs!

Thanks,
Gabe