• thank for the update!

    In the latest Hueman update, the social media icons are gone, they now just empty squares.

    Already cleaned the cache and all of that matter.

    Any advice?

    PS: the social media counter still doesn’t works properly.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Merhaba…
    Sosyal Medya simgeleri benim sitemde de kayboldu
    ??züm nedir?

    Hello there…
    The Social Media icons also disappeared on my site
    What’s the solution?

    guytu.com

    i’ve a temporary fix for that, just add this code to the bottom of footer.php in the theme editor:

    <script>
    window.onload = function() {
        var pa = document.getElementsByClassName('sharrre-container');
    
        if(pa.length>0) {
    	  for(var x=0;x<5;x++) {
    		setTimeout(function() {
    	      var el = pa[0].getElementsByClassName('fa');
    		  
    		  if (el.length == 0) {
    			  x = 5;
    	      }
    			
              for(var i=0,l=el.length;i<l;++i) { 
    	    	if (el[i] && el[i].className) { 
    			    el[i].className = el[i].className.replace('fa ', 'fab '); 
    		    } 
    	      }
    		}, x*50);
    	  }
        }
    };
    </script>

    it’ll replace the wrong fa class name with fab for all icons within the share container. Please note that this is just a temporary quick fix till there’s a fix from hueman team.

    • This reply was modified 6 years, 9 months ago by l0rdn1kk0n.
    Thread Starter nlarenas

    (@nlarenas)

    Thank you, it works.

    Thread Starter nlarenas

    (@nlarenas)

    Any updates?

    And by the way, the Pinterest pin button isn’t working since the last 2 updates.

    Was this problem ever resolved. I’m suddenly now having the exact same problem with my website. Can anyone help please? The website is https://www.cantravelwilltravel.com.

    Thanks
    Tanya

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Social media icons are gone’ is closed to new replies.