Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1190358

    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

    #1190724

    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

    #1191617

    I have provided access to admin. Thanks for looking into this.

    #1191842

    Hi,

    Thanks for the update, but I can’t see any login details in this thread. Please try posting them again.

    Best regards,
    Rikard

    #1194734

    I have copied and pasted admin access in the Private Content field of this reply. Thanks.

    #1194889

    Hi xuamox,

    Can you please share the login link as well?

    Best regards,
    Victoria

    #1194984

    Sorry about that!

    #1195062

    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

    #1195557

    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.

    #1197574

    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

    #1256847

    Thanks for your help

    #1256947

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

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