Social Whatsapp

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home EcoHosting WordPress Theme Social Whatsapp

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #7044
    Merhamet yok
    Participant

    Hi, can you help me with customization?

    How do I add Whatsapp icon and whatsapp link to the Social Menu.

    #7045

    Hi Kaan,

    We are sorry to say that based on the theme UI/UX there has no WhatsApp icon to provide WhatsApp link for the Social Menu. This is because WhatsApp is not a social media. It’s just a messaging app.

    Best Regards,
    ThemeLooks Support Team

    #7046
    Merhamet yok
    Participant

    I want to add whatsapp in icon and link

    https://prnt.sc/qgx9ts

    #7048

    Please add this below code to the line number 303 in the ecohost-functions.php file from inc folder.

    <?php if( ecohost_opt('eco_whatsapp_link')  ): ?>
            <li <?php echo wp_kses_post( $li_class ); ?>><a href="<?php echo esc_url( ecohost_opt('eco_whatsapp_link') ); ?>" target="_blank" <?php echo wp_kses_post( $aclass ); ?>><i class="fa fa-whatsapp"></i></a></li>
        <?php endif; ?>

    Best Regards,
    ThemeLooks Support Team

    #7054
    Merhamet yok
    Participant

    I’ve added the code there, but from the admin panel in the Theme Options in the Social does not appear?

    #7055

    Please add below code in the ecohost-option.php file afte line number 842 from inc\eco-framework\eco-option folder to get the option in theme option.

    
                array(
                    'id'       => 'eco_whatsapp_link',
                    'type'     => 'text',
                    'title'    => __( 'Whatsapp', 'ecohosting' ),
                    'subtitle' => __( 'Add Whatsapp URL', 'ecohosting' ),
                ),

    Best Regards,
    ThemeLooks Support Team

    #7056
    Merhamet yok
    Participant

    Thanks.

    #7059

    You are welcome!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
happy hour