Social Icons not showing up

Home Forums WordPress Themes – Premium Flat Responsive Social Icons not showing up

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #17415
    Kirk Petrie
    Member

    I am having a problem with the social media icons on my flat responsive pro theme.

    Here is the link to the page under construction. http://www.tenderheartstoo.com

    Both the social icons in the header and the footer are invisible. If you mouse over the area you can see the hyperlink pop up. Not sure how to fix.

    Kirk

    #23003
    Kirk Petrie
    Member

    Here is the Social Bar file to see if there are any errors here

    <?php

    /**
    * Social bar group
    * @package flat_responsive
    * @since 1.0.0
    */
    $options = get_theme_mods();
    echo '

      ‘;
      if (!empty($options[‘twitter_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘facebook_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘google_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘linkedin_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘pinterest_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘flickr_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘youtube_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘vimeo_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘instagram_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘reddit_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘picassa_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘stumbleupon_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘wp_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘github_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘dribbble_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘rss_uid’])) echo ‘

    • ‘;
      if (!empty($options[‘cart_uid’])) echo ‘

    • ‘;

      if (!empty($options[’email_uid’])) echo ‘

    • ‘;
      echo ‘

    ‘;

    ?>

    #17416
    Binaya D
    Participant

    Hi Kirk,

    Could you please deactivate your plugin and check once, if this is not helpful to you, then please let us know. Because it may be the conflict of plugin also. We hope you can understand.

    We look forward to your respond.

    Thanks

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