Theme support is offered to verified customers by forum only. Support requests and solutions made by email, Skype, Envato or any other method will be redirected back to the forum.
This topic is: resolved
-
Linked-in social icon is missing from footer.php. I added this line to line 17 (just above dribble) and it worked.
<?php if ( of_get_option('linkedin') ) { ?> <a class="linkedin" target="_blank" href="<?php echo esc_url(of_get_option('linkedin_link')); ?>"><i class="fab fa-linkedin"></i></a><?php } ?>