Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #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!
    Francesco

    #1278351

    Hey bigne1973,

    Please have a look at the following thread:

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1278581

    Hello,

    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

    #1279162

    Hi 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,
    Victoria

    #1287098

    Goodmorning,
    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!
    Francesco

    #1287102

    I don’t use a child theme. Thank you.

    #1287131

    or 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

    #1287141

    Hi Francesco,

    Sure! Please create temporary admin logins and post them here privately :)

    Cheers!
    Yigit

    #1287149
    This reply has been marked as private.
    #1287150

    Can the telegram icon have the same effect as other icons already present, passing over with the mouse?

    Thank you!

    #1287152

    Hi,

    I tried to login however password seems to be wrong. Could you please check the logins once again?

    Regards,
    Yigit

    #1287165
    This reply has been marked as private.
    #1287167

    It’s correct that my website is NOT online.. thank you!

    #1287169

    Hi,

    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,
    Yigit

    #1287174

    Thank you!

    But now for the language italian is ok, the languages english and spanish, i see this message:

    “Admin notice for:
    Blog Posts

    This 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

    #1287224

    I 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

    #1287246

    Hey,

    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!
    Yigit

    #1287255

    Now it’s perfect!

    Thank you very much!

    Have a nice night!

    Francesco

    #1287256

    Hi,

    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

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Telegram Social Icon’ is closed to new replies.