Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #415721

    like to put one code in Header Social Icons, where do I enter the code? I would like to display another icon next to the social icons

    • This topic was modified 8 years, 7 months ago by Josue.
    #416092

    Hi!

    It would depend on your header settings, can you post a link to your site?

    Cheers!
    Josue

    #416146
    This reply has been marked as private.
    #416160

    Hi!

    There is a better method to include a WhatsApp icon in the header meta section, try the following:
    1. Upload this zip file in Enfold > Import/Export > Icon Font Manager
    2. Add this to theme / child theme functions.php:

    function avia_add_custom_icon($icons) {
    	$icons['whatsapp']	 = array( 'font' =>'whatsapp-font-icon', 'icon' => 'ue800');
    	return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    function avia_add_custom_social_icon($icons) {
    	$icons['Whatsapp'] = 'whatsapp';
    	return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
    

    3. Now you’ll be able to select the Whatsapp icon in Enfold > Social Profiles and set it to a link.

    Cheers!
    Josue

    #416394

    Hi,
    did the procedure and includes the code in the file wp-content\themes\enfold\functions.php

    Is that correct?
    I did not succeed.

    #416672

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #416678
    This reply has been marked as private.
    #416782

    Check it now, WhatsApp icon is now displaying at top, to change it go to Enfold > Social Profiles.

    #416786

    Ok, Great Josue

    thanks

    I need to document these changes or they will be available in the next update?

    #416789

    Don’t worry about it, this mod will survive updates (i used a plugin called Functionality to store the custom function so it is separated from the theme).

    Cheers!
    Josue

    #447080
    This reply has been marked as private.
    #447405

    Hi David!

    What icon do you want to include?

    Regards,
    Josue

    #447746

    Hi Josue,

    WhatsApp.

    Best regards
    David

    #447978

    Hi!

    Ok, check it now, WhatsApp icon is now added.

    Best regards,
    Josue

    #451467

    Hi,
    I’m also needing to add Whatts App social icon and link, however the instructions Reply #416160 above didn’t work for me. In spite of importing the Fontello icon (this part is OK), adding the suggested code to Enfold Child functions.php (on the wp backend’s ‘editor’) and saving and updating everything after each step, the Fontello Whats App icon doesn’t show up in Enfold’s “Social Profiles” dropdown menu.

    What am I doing wrong?

    Thannk you!

    #451473

    Hi @angelomaldito,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #451483

    Hi Josue,
    First of all, thank you a lot for your super fast reply! You guys rock!
    Secondly, and most importantly, please forgive me for wasting your time: your code and instructions on Reply #416160 works perfectly. The problem was only a silly mistake of mine caused by a subtle lack of attention which stroked me for a moment. Fortunately I was able to figure out and fix before bothering you even more without a proper reason.
    Once again, thanks and sorry!
    Best wishes,
    Angelo

    #451487

    No problem Angelo, glad to help :)

    Regards,
    Josue

    #475375

    Dear Support,

    I have to follow to download .zip file and paste the shortcode at themes/enfold/functions.php, after setting, it’s work at enfold social to add whatsapp and set linkage, but it’s not work on mobile, please advise.

    #475488

    Hi!

    They won’t appear on a blank template page because the header is not present there.

    Cheers!
    Josue

    #486832

    Hi

    I realized the two changes:
    1 -Zip file upload
    2 – Insert the code passed at the end theme functions.php file.

    But the whatsapp not appear in Social Profiles list, need any more step?

    Regards

    #486876

    Hi!

    Try installing this plugin and pasting the code in Plugins > Edit Functions instead.

    Cheers!
    Josue

    #488244

    Thanks for the reply, but again not worked.
    By making the code modification in the recommended plugin he says that an error occurred and disables the functions.php

    #488287

    Hi,

    Did you remove the code in theme functions.php first? can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #488301

    Hi,

    WordPress administrator account:

    #488314

    Hi!

    Access provided doesn’t work, please check.

    Cheers!
    Josue

    #488325

    Hi,

    Please tray again:

    #488332

    Dear Josue,

    I’m sorry for late reply, just back to work, Please be inform that temporary NOT need the whatsapp feature at this moment, many thank for your hard support, please keep in touch!

    Cheer!

Viewing 28 posts - 1 through 28 (of 28 total)
  • The topic ‘Insert code above in social links whatsapp’ is closed to new replies.