Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1133462

    Hi,
    With the new update of enfold to version 4.6 my social profile google plus has disappeared
    I added this code:

    function avia_add_custom_icon($icons) {
    $icons['gplus'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue8f6');
    return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    function avia_add_custom_social_icon($icons) {
    $icons['Google Plus'] = 'gplus';
    return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    in the file functions.php of the child theme but no google plus profile appears
    How do I restore it?
    Best regards

    P.S.
    I would be curious to know who is the genius that taken away google plus that for those who have g-suite still exists to put us a messaging service like whatsapp, you could also put us the sms

    • This topic was modified 4 years, 8 months ago by elmanisero.
    #1133811

    Hey Giuseppe,

    We are the geniuses who removed Google plus for the simple reason that it doesn’t exist anymore. If you need to add another icon then let us know.

    Best regards,
    Rikard

    #1133896

    Thanks Rikard for the answer
    https://www.google.com/appsstatus#hl=en&v=status
    Best regards
    Giuseppe Beghelli

    #1134205

    Hi Giuseppe,

    Thanks for the update. https://en.wikipedia.org/wiki/Google%2B

    Best regards,
    Rikard

    #1134317

    Ok Rikard
    you’re right and what google says in the Current status 8/30/19 is wrong
    let’s put an end to it here and we go beyond
    My client did not have a g suite for industries or non-profit government agencies used only that icon to put the code google my business but if you do not want to help me is fine the same
    Best Regards
    Giuseppe Beghelli

    P.S.
    At least please try to solve the problem of the scrolled top icon that I have on my site giuseppebeghelli.it and that also has my customer on investigatorepadova.it
    Thanks

    • This reply was modified 4 years, 8 months ago by elmanisero.
    #1136373

    Hi,

    Sorry for the delay.

    At least please try to solve the problem of the scrolled top icon that I have on my site giuseppebeghelli.it and that also has my customer on investigatorepadova.it

    What do you mean by “scrolled top icon”? We don’t really see any issue with the header social icons if that’s what you’re referring to.

    Best regards,
    Ismael

    #1136411

    Hi Ismael
    I have already solved with the top scrolled icon as you can see in https://kriesi.at/support/topic/top-icon/
    Best Regards
    Giuseppe Beghelli

    #1136487

    Hi,

    I see. Thanks for the update anyway. We’ll close the thread now.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘google plus has disappeared’ is closed to new replies.