Hi,
The following tags are getting added to my Enfold website and I don’t know from where
<link rel="profile" href="http://gmpg.org/xfn/11" />
I deactivated all my plugins and it is still showing up my header
Does anyone have any ideas of what could be doing this?
It causes my SLL padlock to not display properly because that one link is non https
Thanks,
Eric
Hey Eric,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
I have provided access to admin. Thanks for looking into this.
Hi,
Thanks for the update, but I can’t see any login details in this thread. Please try posting them again.
Best regards,
Rikard
I have copied and pasted admin access in the Private Content field of this reply. Thanks.
Hi xuamox,
Can you please share the login link as well?
Best regards,
Victoria
Sorry about that!
Hi xuamox,
That is added by Enfold for this purpose: https://stackoverflow.com/questions/16636870/what-rel-profile-is-for
You can remove it by adding this code in your child theme’s functions.php:
remove_action( 'wp_head', 'avia_set_profile_tag', 10, 0 );
Best regards,
Nikko
I tried that but it did not remove that tag. Also if Enfold added it, why on earth would they do it if it points to an http: url which will make any https: site not secure.
Hi xuamox,
We apologize for the delay.
Can you remove the code I gave and use this code instead:
add_filter('avf_profile_head_tag', __return_false);
Best regards,
Nikko
Thanks for your help
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon