-
AuthorPosts
-
May 3, 2017 at 6:08 pm #787273
Hey there,
I want to have a telephone link in the main menu.
I figured if I can change the rss icon to display a telephone icon and set the link to tel:123456789 that would be perfect. But I did not find a possibility to change the icon. Could you please assist me.
Thank you so much.May 3, 2017 at 6:52 pm #787304Hey edfaber,
Please provide a link to the site/page in question.
Best regards,
Jordan ShannonMay 4, 2017 at 12:52 pm #787765Hey Jordan,
Here is the link to the site:
May 4, 2017 at 3:41 pm #787876Hi edfaber,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look.
Best regards,
Victoria- This reply was modified 7 years, 6 months ago by Victoria.
May 9, 2017 at 12:29 pm #790198Ok, I think you did not get the login data.
I just filled in the Private Content but I think something went wrong. So here are the login credentials again.
cheers martin- This reply was modified 7 years, 6 months ago by edfaber.
May 9, 2017 at 1:25 pm #790236Hi!
Sorry, the login access isn’t working for me. Can you check it please?
Can you also try following the steps in our documentation here — http://kriesi.at/documentation/enfold/custom-social-icons/ — on how to add social icons to the theme options?
Best regards,
SarahMay 9, 2017 at 1:29 pm #790239Sorry Sarah, I did not save the settings. You should be able to log in now.
May 9, 2017 at 1:48 pm #790247Thank you the login. It works now. :)
Please got to Appearance > Editor and add this in the functions.php file of your child theme.
// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons['icon_name'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue854'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons['Phone'] = 'icon_name'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
With this, the phone icon should be one of the choices in your Social Profiles.
For complete information, please see our documentation here: http://kriesi.at/documentation/enfold/custom-social-icons/
Best regards,
SarahMay 9, 2017 at 2:13 pm #790272Thank you Sarah,
excellent support as always.That’s one of the reasons why I love this theme.
May 9, 2017 at 3:29 pm #790367Hi,
Great! I am glad that Sarah’s solution helped you. If you need additional help let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.