Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 2 posts - 1 through 2 (of 2 total)

Google+ link wont work.

Home Forums Free Theme Support Zenon Lite Google+ link wont work.

  • #458657

    OLIVER

    Hi,

    When I add the Google+ weblink in the “front page” and “social” section it will not work.

    It should be “http://plus.google.com/111303706014409987428/about”

    but it is coming out as “http://plus.google.com/111303706014409987428/about>”

    ive tried clearing the input box and saving and then re-entering.

    How can i fix this?

    Cheers

    Oli

    #459274

    Towfiq I.

    administrator

    Open up header.php from Appearance> Editor and replace this:

    <li class="soc_plus"><a title="Google Plus" target="_blank" href="<?php echo of_get_option('gpsoc_text'); ?>>">Google Plus</a></li><?php } ?>

    with this:

    <li class="soc_plus"><a title="Google Plus" target="_blank" href="<?php echo of_get_option('gpsoc_text'); ?>">Google Plus</a></li><?php } ?>

    Thanks

Reply To: Google+ link wont work.