Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
rozubihc
tagDiv Member

Hello Andrei L.

I’m very appreciative of your quick response, it worked.

– However, i was hoping to have it inline with the rest of the share buttons and with a similar size.

– I do not wish for it to appear on the desktop but i really do appreciate the extra information.

– Is there a similar fix for the email share? *most important to me*

Thanks a lot in advance.

rozubihc
tagDiv Member

Thank you for your help so far Andrei L.

I don’t know what I might be missing but I certainly need some help with this share buttons situation

What i’m trying to do: Add a whatsapp and email share button to my Newsmag theme.

Things I understand that i’m supposed to-do are

To-do 1. Add the Font Awesome Icon plugins
Attempted Solution 1: I installed this plugin https://wordpress.org/plugins/font-awesome/
Attempted Solution 2: I inserted the following code to (the parent theme’s) [theme folder]/function.php file.


add_action( 'wp_enqueue_scripts', 'enqueue_font_awesome' );
function enqueue_font_awesome() {

	wp_enqueue_style( 'font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css' );

}

I got the code above from a different site while trying to figure out how to add FA icon to my site.

To-do 2: Edit “./wp-content/themes/Newsmag/includes/modules/td_module_single.php”

Attempted solution:Added the following code


<a href="//send?=' . esc_url( get_permalink() ) . '"><i class=”fa fa-whatsapp fa-lg”></i></a>

To-do 3: Add custom CSS
Attempted Solution: Added the following code to the “Your Custom CSS”


.td-social-whatsapp {
background-color: #60b82d;
}

.td-social-whatsapp .td-icon-whatsapp {
font-size: 24px;
position: relative;
top: 2px;
left: 1px;
}

.td-social-pinterest {
margin-right:8px;
}

@media (min-width: 787px){
.td-social-whatsapp {
display: none !important;
}

After all of the above nothing has worked(whatsapp button has not appeared). What am i missing?

Is there a plugin i can add to make this part easier.

I really appreciate any more help I can get.

  • This reply was modified 10 years by rozubihc.
Viewing 2 posts - 1 through 2 (of 2 total)