aquintero replied
OMG! OF COURSE! LOL
Sorry, I will do it!
Hi there,
The email icon next to socials inside single posts is not working properly. If you click on email icon, you go to your email app but the email is not filled. I took a look to the code inside functions.php, and I saw that the code inside penci_soledad_social_share() function works as it is written:
$link = esc_url ( 'mailto:?subject=' . $text . '&BODY=' . $link );
I have changed as you can see below using the function , and now it works ok.
$link = esc_url ( 'mailto:'.get_bloginfo('admin_email').'?subject=' . $text . '&BODY=' . $link );
Thanks!
\
Want to join this conversation or access attachments? Sign in first.
Open your ticket archive, review validated licenses, and continue product support conversations from one customer portal.