Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Yes from code you can change this.

    Go here tlp-team/lib/classes/TPLSupprot.php

    Thanks

    Thread Starter bcleave

    (@bcleave)

    Thanks. What exactly do I need to change to to get the link icon to show? Sorry, I’m a bit of a beginner!

    Thanks

    Plugin Author RadiusTheme

    (@techlabpro1)

    change

    ‘google-plus’ => __(‘Google+’, TLP_TEAM_SLUG)
    to

    ‘link’ => __(‘Link’, TLP_TEAM_SLUG)

    Thanks

    Thread Starter bcleave

    (@bcleave)

    Thanks. I did that earlier but the g+ icon is still showing. Do I need to change something else too?

    Plugin Author RadiusTheme

    (@techlabpro1)

    Can you please send your site url?

    Thanks

    Thread Starter bcleave

    (@bcleave)

    Sure its uk.gardencompass.com/the-experts

    Thanks

    Plugin Author RadiusTheme

    (@techlabpro1)

    Replace the full function I tested it work

    Go here tlp-team/lib/classes/TPLSupprot.php

    function socialLink(){
    return array(
    ‘facebook’ => __(‘Facebook’, TLP_TEAM_SLUG),
    ‘twitter’ => __(‘Twitter’, TLP_TEAM_SLUG),
    ‘linkedin’ => __(‘LinkedIn’, TLP_TEAM_SLUG),
    ‘youtube’ => __(‘Youtube’, TLP_TEAM_SLUG),
    ‘vimeo’ => __(‘Vimeo’, TLP_TEAM_SLUG),
    ‘link’ => __(‘Link’, TLP_TEAM_SLUG)
    );
    }

    Thread Starter bcleave

    (@bcleave)

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Switch icons’ is closed to new replies.