Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Eastburn

    (@eastburn)

    Update: I only wanted to remove the social media related svg items. It seems that this would only possible by deleting the corresponding lines in /wp-content/themes/twentyseventeen/assets/images/svg-icons.svg.
    At least I was not able to find a hook that makes it possible to only filter out all social svgs.

    remove_action( 'wp_footer', 'childtheme_include_svg_icons', 99999 );
    would filter out all svg items, which I don’t want.

    Does anybody have another idea that works without directly manipulating the files of the theme?

    Thanks in advance.

    Thread Starter Eastburn

    (@eastburn)

    Hello again!

    I deactivated SSL/HTTPS on this website, because it is not needed on the frontend.
    For me the problem is solved, but the error still exists.
    I was not able to get this plugin working with forced SSL.

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)