-
AuthorPosts
-
February 6, 2021 at 1:49 am #1278200
Hi,
I have bought the Enfold theme, but I haven’t found the Telegram icon in “Social icon”, I have found a fix, but I’m not expert and I don’t know what to do.. could you explain me every single step to install Telegram icon, please?
My website is not online, because I have started from 2 days to build it.
Thanks a lot!
FrancescoFebruary 6, 2021 at 8:31 pm #1278351Hey bigne1973,
Please have a look at the following thread:
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 8, 2021 at 9:45 am #1278581Hello,
I have clicked on this link, but i don’t understand what i have to do, could you help me with an automatic procedure or explaining me how to proceed with every single steps?
Thank you!
Francesco
February 9, 2021 at 5:39 pm #1279162Hi Francesco,
You need to find and upload the icon. Here is how to do it:
Here is how to add it then:
If you need further assistance please let us know.
Best regards,
VictoriaMarch 10, 2021 at 1:37 pm #1287098Goodmorning,
i have upload the telegram social icon, but now I’m not able to add it in social icons Enfold options, I have read
the instructions to do that, but I haven’t the knowledge to do that, could you help me to do that, please?
My website is not published yet.Thanks a lot for your help!
FrancescoMarch 10, 2021 at 1:49 pm #1287102I don’t use a child theme. Thank you.
March 10, 2021 at 2:53 pm #1287131or is it better to install the chil theme? If it’s so, could you install for me the child theme and activate telegram icon in social icons Enfold options?
It would be great!
Thanks a lot!
Francesco
March 10, 2021 at 3:12 pm #1287141Hi Francesco,
Sure! Please create temporary admin logins and post them here privately :)
Cheers!
YigitMarch 10, 2021 at 3:37 pm #1287149This reply has been marked as private.March 10, 2021 at 3:39 pm #1287150Can the telegram icon have the same effect as other icons already present, passing over with the mouse?
Thank you!
March 10, 2021 at 3:41 pm #1287152Hi,
I tried to login however password seems to be wrong. Could you please check the logins once again?
Regards,
YigitMarch 10, 2021 at 4:03 pm #1287165This reply has been marked as private.March 10, 2021 at 4:08 pm #1287167It’s correct that my website is NOT online.. thank you!
March 10, 2021 at 4:24 pm #1287169Hi,
I installed and activated Enfold theme child theme – https://kriesi.at/documentation/enfold/child-theme/, then added following code to functions.php file of your child theme
// Register Telegram icon as a theme icon function avia_add_custom_icon($icons) { $icons['telegram'] = array( 'font' =>'fontello', 'icon' => 'uf2c6'); 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['Telegram'] = 'telegram'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);
You now set Telegram icon in Enfold theme options > Social Profiles.
Please review your website :)
Best regards,
YigitMarch 10, 2021 at 4:38 pm #1287174Thank you!
But now for the language italian is ok, the languages english and spanish, i see this message:
“Admin notice for:
Blog PostsThis element was disabled in your theme settings. You can activate it here:
Performance Settings”And the telegram icon is witout colour when select th icon with muose
Thank you!
Francesco
March 10, 2021 at 7:13 pm #1287224I have resolved the error above.
For the telegram icon: when I move the mouse over the telegram icon I want it to be colored in blue (as you color green that of whatsapp). is it possible to do that?
Thanks a lot!
Francesco
March 10, 2021 at 9:04 pm #1287246Hey,
I added following code to Style.css file of your child theme
#top #wrap_all .av-social-link-telegram:hover a { background-color: #0088cc !important; }
Please review your website :)
Cheers!
YigitMarch 10, 2021 at 9:58 pm #1287255Now it’s perfect!
Thank you very much!
Have a nice night!
Francesco
March 10, 2021 at 10:03 pm #1287256Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit -
AuthorPosts
- The topic ‘Telegram Social Icon’ is closed to new replies.