• Resolved almccullough

    (@almccullough)


    I’ve added social media links to my header; shinesocially.com but the G+ icon doesn’t appear. All the others do.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter almccullough

    (@almccullough)

    changed some code in social-buttons.php:

    this works, but not red:
    <?php
      if (!empty($evolve_googleplus)) { ?>
    <li><a target="_blank" href="<?php if ($evolve_googleplus != "" ) echo $evolve_googleplus; ?>" class="tipsytext" id="googleplus" original-title="<?php _e( 'Google Plus', 'evolve' ); ?>"><i class="t4p-icon-social-google-plus"></i></a></li><?php } else { ?><?php } ?>

    But now I only have a grey Google+ icon while the rest of the icons are red.

    Thread Starter almccullough

    (@almccullough)

    Solved.
    Changed id=”plus”
    and had to rename t4p-icon-social-google-plus-square to just t4p-icon-social-google-plus in the social-buttons.php file.

    <?php
      if (!empty($evolve_googleplus)) { ?>
    <li><a target="_blank" href="<?php if ($evolve_googleplus != "" ) echo $evolve_googleplus; ?>" class="tipsytext" id="plus" original-title="<?php _e( 'Google Plus', 'evolve' ); ?>"><i class="t4p-icon-social-google-plus"></i></a></li><?php } else { ?><?php } ?>

    We’re glad that you resolved before we assist! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Google Plus icon doesn't appear in header’ is closed to new replies.