Tagged: header, social links
-
AuthorPosts
-
March 21, 2015 at 1:05 pm #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 9 years, 2 months ago by Josue.
March 22, 2015 at 10:35 pm #416092Hi!
It would depend on your header settings, can you post a link to your site?
Cheers!
JosueMarch 23, 2015 at 12:00 am #416146This reply has been marked as private.March 23, 2015 at 1:09 am #416160Hi!
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!
JosueMarch 23, 2015 at 3:15 pm #416394Hi,
did the procedure and includes the code in the file wp-content\themes\enfold\functions.phpIs that correct?
I did not succeed.March 23, 2015 at 8:28 pm #416672Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueMarch 23, 2015 at 8:34 pm #416678This reply has been marked as private.March 23, 2015 at 11:10 pm #416782Check it now, WhatsApp icon is now displaying at top, to change it go to Enfold > Social Profiles.
March 23, 2015 at 11:17 pm #416786Ok, Great Josue
thanks
I need to document these changes or they will be available in the next update?
March 23, 2015 at 11:18 pm #416789Don’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!
JosueMay 20, 2015 at 1:23 pm #447080This reply has been marked as private.May 20, 2015 at 8:16 pm #447405Hi David!
What icon do you want to include?
Regards,
JosueMay 21, 2015 at 2:50 pm #447746Hi Josue,
WhatsApp.
Best regards
DavidMay 21, 2015 at 8:42 pm #447978Hi!
Ok, check it now, WhatsApp icon is now added.
Best regards,
JosueMay 28, 2015 at 11:17 pm #451467Hi,
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!
May 28, 2015 at 11:35 pm #451473Hi @angelomaldito,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueMay 29, 2015 at 12:50 am #451483Hi 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,
AngeloMay 29, 2015 at 1:11 am #451487No problem Angelo, glad to help :)
Regards,
JosueJuly 19, 2015 at 2:13 pm #475375Dear 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.
July 20, 2015 at 12:40 am #475488Hi!
They won’t appear on a blank template page because the header is not present there.
Cheers!
JosueAugust 12, 2015 at 11:53 pm #486832Hi
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
August 13, 2015 at 1:41 am #486876Hi!
Try installing this plugin and pasting the code in Plugins > Edit Functions instead.
Cheers!
JosueAugust 15, 2015 at 4:31 pm #488244Thanks 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.phpAugust 15, 2015 at 8:05 pm #488287Hi,
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,
JosueAugust 15, 2015 at 9:36 pm #488301Hi,
WordPress administrator account:
August 15, 2015 at 11:48 pm #488314Hi!
Access provided doesn’t work, please check.
Cheers!
JosueAugust 16, 2015 at 1:13 am #488325Hi,
Please tray again:
August 16, 2015 at 5:10 am #488332Dear 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!
-
AuthorPosts
- The topic ‘Insert code above in social links whatsapp’ is closed to new replies.