What's new

Change Social Share Awesome Font

Jollyriffic

XF Licensee
Messages
4
Reaction score
0
trying to change the font and i found everything for fa-reddit and want it to be fa-reddit-alien
after making all the changes nothing has changed
 

wmtech

WMTech Staff
XF Licensee
Messages
214
Reaction score
32
No, it does not. Maybe you made your changes in the wrong style?
 

Jollyriffic

XF Licensee
Messages
4
Reaction score
0
correct theme, only codes i can find to edit
even removed the call to awesomefonts old css file and replaced it with the new, then totally disabled it as i already have it load for the theme.
my only guess is that it's hard coded into the scripting and none of these matter since changing it to anything, even something like non-reddit related doesn't change it.

 

McAtze

XF Licensee
Messages
3
Reaction score
2
You may take a look into /js/wmtech/socialshareprivacy/socshapri.min.js and search for ..
Code:
},{}],15:[function(require,module,exports){
"use strict";module.exports=function(e){var r=encodeURIComponent(e.getURL());return{popup:!0,shareText:{de:"reddit das",en:"reddit this"},name:"reddit",faName:"fa-reddit",title:{de:"Bei reddit teilen",en:"Share on reddit"},shareUrl:"https://www.reddit.com/submit?url="+r+e.getReferrerTrack()}};
the part with faName:"fa-reddit" should be changed to faName:"fa-reddit-alien" et voilá .. ;)

The changes in the CSS are also right.

Bildschirmfoto 2016-07-13 um 16.53.33.png
 
Top