how to set social icons to product / post template (Auros theme)?

After installation of the Auros theme, the social share icons are unfortunately not loaded in the product and the post template.

It should be loaded like this via the template:

Do you have any idea what do I miss?

Thanks in advance.

Topic social-connect social-sharing templates posts Wordpress

Category Web


Those icons are from Font Awesome as it can be seen in the page source. enter image description here

You should have this tag or something that looks like this somewhere right after the opening tag:

<link data-minify="1" rel="stylesheet" id="font-awesome-css" href="https://demo2wpopal.b-cdn.net/auros/wp-content/cache/min/1/auros/wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min.css?ver=1633574147" type="text/css" media="all">

Try adding it either by editing the theme file directly or through some kind of plugin.

This should fix the problem, though this shouldn't occur at all. I'm guessing you have some kind of optimizer plugin enabled that concats and minimizes html/css/js and in the process messes with your theme.

Edit: I'm taking the info from the theme's demo, as you didn't link your site or given additional details, so based on your theme version and other factors it's possible that it's a bit different on your site.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.