• Resolved E.

    (@ebhead)


    I want to add more s.m. icons/links to the footer section. How can I add options that are not currently available? Also, will your next update include more options, including periscope?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author wpfreeware

    (@antorjalalin)

    Somehow file path for the footer social icons bad missed which will be fixed in the next version. You can solve this issue by yourself easily. Here we going to giving you the fix.

    Go to > admin dashboard > Appearance > Editor > click on footer.php file > find this line..

    <?php get_template_part('footer-social');?>

    Replace it with below line & save it.

    <?php get_template_part('templates/footer-social');?>

    You are done! Now add your social links from customizer setting panel.

    Thread Starter E.

    (@ebhead)

    Hi,

    This issue is not resolved yet.

    I had already changed that line, thanks to you recommending it on another post. I have the options in customizer. There are only a few social network choices though. I want to add more social media links than the ones you have. How can I do that?

    Theme Author wpfreeware

    (@antorjalalin)

    At this time only major social links are available but we may add more in the future updates.

    Thread Starter E.

    (@ebhead)

    Is there a way for me to manually add some in the meantime?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘add social media icons to footer’ is closed to new replies.